在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用init-docs
星标3
分支0
更新时间2026年2月20日 22:54
Create modular documentation with parallel agents
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
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