library/specializations/code-migration-modernization/skills/documentation-generator/SKILL.md
Generate documentation for migrated systems including API docs, architecture docs, and runbooks
npx skillsauth add a5c-ai/babysitter documentation-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generates comprehensive documentation for migrated systems including API documentation, architecture diagrams, and operational runbooks.
Enable documentation creation for:
| 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 |
{
"generationId": "string",
"timestamp": "ISO8601",
"documentation": {
"api": {
"path": "string",
"format": "string"
},
"architecture": {
"path": "string",
"diagrams": []
},
"runbooks": [],
"guides": []
},
"artifacts": {
"site": "string",
"pdfs": [],
"diagrams": []
}
}
openapi-generator: API spec generationknowledge-extractor: Source materialdocumentation-migration-agent: Doc orchestrationoperational-readiness-agent: Runbook creationdevelopment
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.