Documentation skill
Document Code Skill
Document code entry points with structured analysis and dependency mapping.
Install command
AI DevKit installs its built-in skills as one curated set. Run this once to install document-code with the rest of the built-in workflow skills.
npx ai-devkit@latest skill add --built-inWhat it does
Use document-code when you need an agent to understand and document a module, folder, function, or API. It emphasizes analysis before writing so generated docs are grounded in the actual code path.
When to use it
- Map a code entry point before changing it
- Create durable implementation notes for a module or API
- Explain dependencies and behavior for future maintainers
Supported agents
Related skills
Review and improve documentation for clarity, structure, and novice comprehension.
Orchestrate requirements, design, planning, implementation, testing, and review.
Guide debugging with expected behavior, reproduction, root cause analysis, and validation.
Apply test-driven development by writing a failing test before production code.