agentsclimarketplace

Documentation generator

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

Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

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.

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

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

Keep looking

Skills are one crate of 328,083. 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.