documentation

Generate and update READMEs, API docs, and guides from code.

4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/mkalkere/agent-coordinator --skill documentation-mkalkere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation
Source: https://github.com/mkalkere/agent-coordinator/tree/main/.os/skills/development/documentation
Command: npx skills add https://github.com/mkalkere/agent-coordinator --skill documentation-mkalkere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation often drifts from code, causing confusion and onboarding friction. This Skill automatically generates and updates READMEs, API docs, setup guides, architecture notes, and inline docs from the codebase.

Core Features & Use Cases

  • Automated documentation generation: Create and refresh README files, API references, and guides based on code annotations and structure.
  • Changelog and architecture updates: Generate historical and architectural documentation to reflect changes over time.
  • Inline documentation synthesis: Produce code-level explanations and cross-references to improve maintainability.

Quick Start

Instruct the agent to generate or update the project documentation from the current codebase.

Frequently Asked Questions about documentation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-generate API documentation from my codebase?

You can auto-generate API documentation by analyzing code structure and annotations to produce READMEs, API references, and setup guides that reflect the current codebase. This Skill reads your project code and outputs documentation artifacts with examples and cross-references.

Why does my README keep drifting from the actual code structure?

Documentation drifts from code when updates are manual and infrequent. This Skill resolves the drift by automatically generating and updating READMEs, architecture notes, and inline docs directly from the evolving codebase.

Can I generate changelogs and architecture notes as my code evolves?

Yes, you can generate changelogs and architecture notes as your code evolves. This Skill produces historical and architectural documentation that tracks changes over time and reflects the current project structure.

What's the best way to keep inline docs and setup guides up to date?

The best way to keep inline docs and setup guides up to date is to synthesize them directly from code-level explanations. This Skill produces code-level cross-references and documentation artifacts to improve maintainability as code changes.

Do I need external dependencies to generate documentation from code?

No external dependencies are required to generate documentation from code. This Skill operates with zero dependencies, directly analyzing your codebase to output READMEs, API docs, and guides without needing additional libraries.