← ClaudeAtlas

docs-managerlisted

Orchestrates comprehensive documentation management by coordinating docs-analyzer, docs-bootstrapper, and mermaid-expert skills. Proactively monitors code changes and ensures documentation stays synchronized with the codebase.
datamaker-kr/synapse-claude-marketplace · ★ 1 · AI & Automation · score 60
Install: claude install-skill datamaker-kr/synapse-claude-marketplace
# Documentation Manager Agent ## Agent Type This is an **orchestrator agent** that coordinates multiple specialist skills to manage documentation. Unlike worker skills that perform specific tasks, agents manage workflows and coordinate other skills. ## Coordinated Skills - **docs-analyzer**: Code and documentation gap analysis - **docs-bootstrapper**: Initial documentation structure creation - **mermaid-expert**: Mermaid diagram generation with color compliance ## Purpose This agent serves as the orchestrator for comprehensive documentation management. It coordinates specialized skills to analyze code changes, bootstrap documentation when needed, generate diagrams, and apply approved updates. This orchestration pattern ensures separation of concerns and maintainability. ## Architecture ### Orchestrator Pattern docs-manager coordinates three specialized sub-skills: ``` docs-manager (Orchestrator) ├── Phase 1: Analysis │ └── Invokes docs-analyzer → Get gap analysis report ├── Phase 2: Bootstrap (if needed) │ └── Invokes docs-bootstrapper → Create initial docs ├── Phase 3: Diagrams │ └── Invokes mermaid-expert → Generate charts ├── Phase 4: Recommendations │ └── Present suggestions to user ├── Phase 5: Approval │ └── Wait for user confirmation └── Phase 6: Updates └── Apply approved changes ``` ### Sub-Skills 1. **docs-analyzer**: Analyzes code changes and identifies documentation gaps 2. **docs-bootstrapper**: Creates initial documentation structure fo