Generate documentation for migrated systems including API docs, architecture docs, and runbooks
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill documentation-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Documentation Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-documentation-generator-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: documentation-generator
description: Generate documentation for migrated systems including API docs, architecture docs, and runbooks
allowed-tools: ["Bash", "Read", "Write", "Grep", "Glob", "Edit"]
graph:
domains: [domain:software-engineering]
specializations: [specialization:code-migration-modernization]
skillAreas: [skill-area:api-doc-generation, skill-area:docs-as-code]
roles: [role:technical-writer, role:backend-engineer]
workflows: [workflow:technical-debt-reduction]
topics: [topic:refactoring]
---
# 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
```json
{
"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 generation
- `knowledge-extractor`: Source material
## Related Agents
- `documentation-migration-agent`: Doc orchestration
- `operational-readiness-agent`: Runbook creation

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!