From ccw
当用户询问 'documentation workflow' (文档工作流)、'how to document' (如何编写文档)、'doc system' (文档系统)、'what is llmdoc' (什么是 llmdoc)、'how does llmdoc work' (llmdoc 如何工作) 或需要文档系统指导时使用。
How this skill is triggered — by the user, by Claude, or both
Slash command
/ccw:doc-workflowThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
此技能提供关于 llmdoc 文档系统和可用文档工作流的指导。
此技能提供关于 llmdoc 文档系统和可用文档工作流的指导。
test -d llmdoc && echo "INITIALIZED" || echo "NOT_INITIALIZED"find llmdoc -name "*.md" 2>/dev/null | wc -lcat llmdoc/index.md 2>/dev/null | head -30建议运行 /ccw:initDoc 来初始化文档系统。
说明其好处:
说明可用的工作流:
| 任务 | 命令/技能 | 描述 |
|---|---|---|
| 阅读文档 | /read-doc | 快速了解项目 |
| 更新文档 | /update-doc | 代码更改后同步文档 |
| 调查研究 | /investigate | 文档优先的代码库研究 |
| 初始化 | /ccw:initDoc | 一次性设置(已完成) |
llmdoc/
├── index.md # 导航中心
├── overview/ # "这是什么项目?"
├── architecture/ # "它是如何工作的?" (LLM 检索映射)
├── guides/ # "我该如何做 X?"
└── reference/ # "具体细节是什么?"
npx claudepluginhub jrzhang1107/cc-workflow --plugin ccwBootstraps or repairs the llmdoc documentation skeleton in a repository. Automates directory creation, investigation, and initial doc generation.
Organizes project documentation into intent-based structure (BUILD/FIX/UNDERSTAND/LOOKUP) by auditing files and creating directories. Use for new projects, chaotic docs, or navigation issues.
Audits existing docs and generates full project documentation in docs/ including architecture.md, getting-started.md, development.md, API refs, and ADRs. For onboarding and context sharing.