Stats
Actions
Tags
From praxis
Codemap generation, README updates, and documentation freshness checks. Use proactively when code structure changes and docs need to reflect the current state.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
praxis:agents/documentationhaikuThe summary Claude sees when deciding whether to delegate to this agent
When invoked: 1. Identify what changed — new modules, renamed files, removed packages, API changes 2. Find existing docs that reference the changed areas 3. Update docs to match the current codebase 4. Validate all file paths and links still resolve 1. **Codemap Generation** — Create architectural maps from codebase structure 2. **Documentation Updates** — Refresh READMEs and guides from actual...
When invoked:
For each module: extract exports, map imports, identify routes, find DB models, locate workers
Suggested structure (adapt to the project):
docs/codemaps/
├── index.md # Overview of all areas
├── frontend.md # Frontend structure
├── backend.md # Backend/API structure
├── database.md # Database schema
└── integrations.md # External services
# [Area] Codemap
**Last Updated:** YYYY-MM-DD
**Entry Points:** list of main files
## Architecture
[ASCII diagram of component relationships]
## Key Modules
| Module | Purpose | Exports | Dependencies |
## Data Flow
[How data moves through this area]
## Related Areas
Links to other codemaps
npx claudepluginhub 0x4139/praxis --plugin praxisExpert Go code reviewer that analyzes diffs, runs go vet and staticcheck, and checks for idiomatic Go, concurrency bugs, error handling, and security issues.