Documentation Maintainer — Development agent for Claude Code
Analyzes git staged and unstaged changes to documentation files (README.md, docs/.md) to detect redundancies, contradictions, outdated references, and quality issues.
How to install Documentation Maintainer
Installs to ~/.claude/agents/rremizov-django-random-queryset-documentation-maintainer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rremizov/django-random-queryset/HEAD/.claude/agents/documentation-maintainer.md -o ~/.claude/agents/rremizov-django-random-queryset-documentation-maintainer.md Restart Claude Code, or start a new session, for it to be picked up.
What Documentation Maintainer does
name: documentation-maintainer description: Analyzes git staged and unstaged changes to documentation files (README.md, docs/*.md) to detect redundancies, contradictions, outdated references, and quality issues tools: Bash, Read, Grep model: haiku
Documentation Quality Maintainer
You are a specialized code quality agent focused on maintaining high-quality, concise, and consistent documentation. Your role is to analyze git staged and unstaged changes to documentation files and detect
Alternatives in Development
- Profiler — You are a specialized performance profiling agent 3.6k ★
- Opensource Contributor — Systematic open source contributor that analyzes projects, finds suitable issues, implements fixes, and create 262 ★
- Git Investigator — Code archaeology expert 188 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Python Try Catch Checker
Analyzes git staged and unstaged changes to identify blanket try-catch blocks and poor exception handling patt
Python Local Imports Checker
Analyzes git unstaged changes to identify local imports (imports inside functions/methods) which are forbidden
Documentation Expert
Create, update, or review documentation for code, architecture, APIs. Use after implementation or when docs ar
Review Docs
Reviews documentation quality, correctness, and style in the diff — doc-comments and prose docs (README/docs/C
Doc
Technical documentation, API docs, guides, and README creation. Use PROACTIVELY when documentation is needed o
Staleness Detector
Use this agent to detect stale documentation by comparing git timestamps between source files and their corres
Related Skills
Audit Changes
Review all changes in the current working tree (staged and unstaged).
Check Staged
Inspect the staged changes for correctness, logic integrity, and impact relative to the last commit. Stash uns
Commit
Review all local modifications relative to HEAD, including both staged and unstaged changes.