agentsclimarketplace

Documentation generator

Skill a5c-ai/babysitter/library/specializations/code-migration-modernization/skills/documentation-generator

Generate documentation for migrated systems including API docs, architecture docs, and runbooksFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill documentation-generator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.7 KB, 488 tokens by cl100k_base, 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

ToolPurposeIntegration Method
Swagger UIAPI docsCLI
AsyncAPIEvent docsCLI
PlantUMLDiagramsCLI
MermaidDiagramsMarkdown
BackstageDeveloper portalConfig
MkDocsDocumentation siteCLI

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 generation
  • knowledge-extractor: Source material

Related Agents

  • documentation-migration-agent: Doc orchestration
  • operational-readiness-agent: Runbook creation

What ships with it: 1 file

1.5 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.