Documentation generator
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill documentation-generatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Generate documentation for migrated systems including API docs, architecture docs, and runbooks
SKILL.md
2.7 KB, as published. Nobody here has run it
Documentation Generator Skill
Generates comprehensive documentation for migrated systems including API documentation, architecture diagrams, and operational runbooks.
Purpose
Enable documentation creation for:
- API documentation generation
- Architecture documentation
- Runbook generation
- Change documentation
- Diagram generation
Capabilities
1. API Documentation Generation
- Generate from OpenAPI specs
- Create interactive docs
- Include examples
- Support versioning
2. Architecture Documentation
- Create architecture diagrams
- Document components
- Map dependencies
- Explain patterns
3. Runbook Generation
- Create operational procedures
- Document troubleshooting
- Include escalation paths
- Generate playbooks
4. Change Documentation
- Document migration changes
- Track before/after
- Note breaking changes
- Generate release notes
5. Migration Guide Creation
- Create upgrade guides
- Document migration steps
- Include rollback procedures
- Provide checklists
6. Diagram Generation
- Generate architecture diagrams
- Create sequence diagrams
- Build data flow diagrams
- Produce deployment diagrams
Tool Integrations
| Tool | Purpose | Integration Method |
|---|---|---|
| Swagger UI | API docs | CLI |
| AsyncAPI | Event docs | CLI |
| PlantUML | Diagrams | CLI |
| Mermaid | Diagrams | Markdown |
| Backstage | Developer portal | Config |
| MkDocs | Documentation site | CLI |
Output Schema
{
"generationId": "string",
"timestamp": "ISO8601",
"documentation": {
"api": {
"path": "string",
"format": "string"
},
"architecture": {
"path": "string",
"diagrams": []
},
"runbooks": [],
"guides": []
},
"artifacts": {
"site": "string",
"pdfs": [],
"diagrams": []
}
}
Integration with Migration Processes
- documentation-migration: Primary doc generation
- All migration processes (change documentation)
Related Skills
openapi-generator: API spec generationknowledge-extractor: Source material
Related Agents
documentation-migration-agent: Doc orchestrationoperational-readiness-agent: Runbook creation