with one click
init-docs
Create modular documentation with parallel agents
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create modular documentation with parallel agents
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | init-docs |
| description | Create modular documentation with parallel agents |
Create comprehensive modular documentation for this codebase following this workflow.
Update the AGENTS.md in the current working directory when adding doc cross-references.
If a concern exists in the codebase, it gets a doc.
Create a docs/ folder with an INDEX.md file organized by category.
Valid statuses: Pending | Done | Failed
Mark all docs as "Pending" initially.
Launch parallel agents (one per doc file) to create each doc simultaneously.
Each agent prompt should include:
file:line references instead of code snippetsAfter all agents complete:
docs/INDEX.md — mark completed docs as Done, mark failures as Failed## Documentation
| Area | Doc |
|------|-----|
| [Topic] | `docs/doc-name.md` |
Read relevant docs BEFORE changes. Update docs AFTER changes.
file:line so docs can be verified against codeFailed