From compile-docs
Use when compiling documentation for a CLI tool, API, or other system from its reference material.
How this skill is triggered — by the user, by Claude, or both
Slash command
/compile-docs:compile-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Orchestrates a multi-phase pipeline that discovers, inventories, plans, and compiles documentation for a target system using specialized subagents.
Orchestrates a multi-phase pipeline that discovers, inventories, plans, and compiles documentation for a target system using specialized subagents.
doc-author.reference-scout with all available info about the target (name, URLs, install location, etc.)mktemp -d /tmp/compile-docs-XXXXXXreference-explorer with:
<tmpdir>/inventory-001.mdstatus: partial:
inventory-002.md, inventory-003.md, etc.)status: complete<tmpdir>/inventory-complete.mddoc-planner with:
<tmpdir>/inventory-complete.mddocs/)<tmpdir>/hierarchy-plan.md/create-master-plan with the following inputs:
<tmpdir>/inventory-complete.md<tmpdir>/hierarchy-plan.md.claude/skills/compile-docs/style-guide.mddoc-editor, issues written to <tmpdir>/review-issues.mddoc-author fixes based on review issuesreference-scout -- reconnaissance; maps reference source structure and navigation methodreference-explorer -- systematic enumeration; produces structured inventory filesdoc-planner -- documentation architect; designs file hierarchy from inventorydoc-author -- technical writer; produces reference pages from microplansdoc-editor -- senior editor; reviews completed docs for quality and completenessmicroplanner -- planning agent; creates per-step microplans for doc-authornpx claudepluginhub computomatic/claude-plugin --plugin compile-docsGenerates documentation from code including API references, developer guides, READMEs, and architecture overviews. Matches existing styles and avoids overwriting in brownfield codebases.
Creates exhaustive technical references and API documentation with parameter listings, configuration guides, and searchable reference materials.