بنقرة واحدة
init-docs
Create modular documentation with parallel agents
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create modular documentation with parallel agents
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| 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