Skip to main content

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-in

What 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

Claude CodeCodexCursoropencode

Related skills