Auto Update Docs
Multi-agent workflow for automatically updating documentation based on code changes, covering docs/, README, JSDoc, and API docs with complexity-based routing
What is it?
User-Facing Documentation:
- Getting Started: Quick setup, first success in <5 minutes
- How-To Guides: Task-oriented, problem-solving documentation
- API References: When manual docs add value over generated
- Troubleshooting: Common real problems with proven solutions
- Architecture Decisions: When they affect user experience
Developer Documentation:
- Contributing Guidelines: Actual workflow, not aspirational
- Module READMEs: Navigation aid with brief purpose statement
- Complex Business Logic: JSDoc for non-obvious code
- Integration Patterns: Reusable examples for common tasks
How to use it?
[Fastest path to success - must work in <5 minutes]
Key Features
- Multi-agent workflow for automatically updating documentation based on code changes, covering docs/, README, JSDoc, and API docs with complexity-based routing
- Automated documentation generation
- Seamless integration with Claude's development workflow
Related Skills
More from Developer ToolsCodebase Documenter
Generates comprehensive codebase documentation covering architecture (with Mermaid diagrams), directory structure, key components, integrations, data models, and development setup
Spec-Driven Planning
Task specification refinement pipeline with 6 stages (parallel analysis, architecture synthesis, decomposition, parallelization, verification, promotion) and quality gates
Analyze GitHub Issue
Analyzes GitHub issues and creates technical spec documents with problem statement, technical approach, implementation plan, and testing strategy