Skip to content

apd-ds-document-project

apd-ds-document-project
Version1.0
CategoryShared
TypeDocumentation generator
Cost / runTBD
Best modelsTBD

Shared › apd-ds-document-project

version status surface

Generates function docstrings across a project plus a high-level overview markdown, turning an undocumented codebase into something a new team member (or the next agent session) can navigate.

Available as $apd-ds-document-project / /apd-ds-document-project (source · tests).


How to use

  1. In Claude Code / Codex, open the project to document
  2. Invoke the skill; scope it to specific folders if you only need part of the codebase covered
  3. Review the generated docstrings and overview in a diff before committing
Document this project: docstrings for everything in src/, plus a
high-level overview markdown explaining the pipeline stages.

Tips

Do Why
Run it on a clean branch Docstring generation touches many files; keep the diff reviewable
Verify domain claims It infers intent from code; check the overview's claims about why things exist
Pair with code review at handoff Reviewed + documented is the standard for client handovers
Skill Relationship
apd-ds-code-review Review counterpart; fix issues first, then document the final state