doc
Regenerate .claude/docs/ from current skills and context. Use after adding or modifying skills, context files, or framework structure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Regenerate .claude/docs/ from current skills and context. Use after adding or modifying skills, context files, or framework structure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | doc |
| description | Regenerate .claude/docs/ from current skills and context. Use after adding or modifying skills, context files, or framework structure. |
| disable-model-invocation | true |
| effort | low |
Regenerate the framework documentation in .claude/docs/ to reflect the current state of skills, context, and processed references.
Steps:
.claude/skills/ — every SKILL.md file.claude/context/.claude/references/index.md for the processed references changelog.claude/docs/ so you can update rather than overwrite content that is still accurateUpdate each of the following files. Preserve the "Generated and maintained by /doc" header and update the "Last updated" date:
.claude/docs/README.md
.claude/docs/workflow.md
.claude/docs/skills-reference.md
.claude/docs/knowledge-base.md
Rules:
Create well-structured atomic commits with conventional commit messages. Use when ready to commit working changes.
Write a feature spec from requirements in .claude/input/. Use when starting a new feature, before implementation begins.
Orchestrate the full spec → implement → review → fix → commit pipeline. Use when shipping a complete feature end-to-end.
Break a concept document, draft, or product brief into independent PRDs that each feed into /ship. Use when input contains multiple features or a big-picture vision.
Ship decomposed PRDs in parallel. Analyzes file conflicts, groups into batches, runs /ship in isolated worktrees, merges results. Use after /decompose.
Implement a feature from a spec file in .claude/specs/. Use after a spec is written and approved.