What problem does it solve?
This Skill reduces the friction and time required to create, update, and summarize project documentation by automating codebase analysis, coordinating documentation agents, and enforcing size and validation checks so teams can maintain accurate docs without manual heavy lifting.
Core Features & Use Cases
- Codebase Scouting & Analysis: Performs targeted, parallel scans for LOC and structure, skipping sensitive or irrelevant directories and integrating ck:scout for deep exploration.
- Docs Initialization & Update Orchestration: Spawns a docs-manager agent to generate or refresh README and files under docs/ (project-overview-pdr.md, codebase-summary.md, code-standards.md, etc.) according to detected repository structure.
- Summaries, Size Checks & Validation: Produces quick summaries, enforces file length limits after generation, and runs validation steps (for example the validate-docs script) to detect inconsistencies.
- Use Case: Initialize documentation for a new repository to produce a baseline docs/ set, or run targeted updates after code changes to keep docs synchronized.
Quick Start
Use the ck:docs skill to analyze the repository and generate initial documentation by invoking /ck:docs init.