What problem does it solve?
This Skill centralizes and automates the creation, updating, and summarization of project documentation by analyzing the codebase and coordinating documentation agents, removing ad-hoc manual doc work and fragmentation.
Core Features & Use Cases
- Init: analyze the repository, run parallel scouting, merge reports, and spawn a docs-manager agent to generate an initial set of docs in the docs/ directory.
- Update: detect changes, run parallel document readers, merge findings, and coordinate a docs-manager agent to update README and docs while performing size checks.
- Summarize: produce focused, quick codebase summaries for onboarding, audits, or high-level reviews using ck:scout outputs.
- Integrations & Safeguards: orchestrates ck:scout and docs-manager workflows, uses docs/ as the source of truth, and includes post-generation size and validation checks.
Quick Start
Use the ck:docs skill with the init argument to analyze the codebase and generate the initial documentation into the docs/ directory.