How this skill is triggered — by the user, by Claude, or both
Slash command
/ccw:read-docThis 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 文档并提供全面的摘要,以帮助快速理解项目。
cat llmdoc/index.md 2>/dev/null || echo "No llmdoc found"find llmdoc -name "*.md" 2>/dev/null | head -200 || echo "No llmdoc directory"步骤 1: 检查文档是否存在
llmdoc/ 目录不存在,告知用户并建议先运行 /ccw:initDoc。步骤 2: 阅读索引
llmdoc/index.md 以了解文档结构。步骤 3: 阅读概览文档
llmdoc/overview/ 中的所有文档,以了解项目的目的和上下文。步骤 4: 扫描架构与指南
llmdoc/architecture/ 获取系统设计信息。llmdoc/guides/ 获取可用的工作流。步骤 5: 生成摘要
以结构良好的格式直接向用户输出摘要。
npx claudepluginhub jrzhang1107/cc-workflow --plugin ccwBootstraps or repairs the llmdoc documentation skeleton in a repository. Automates directory creation, investigation, and initial doc generation.
Scans for project documentation files (AGENTS.md, CLAUDE.md, GEMINI.md, COPILOT.md, CURSOR.md, WARP.md, 15+ others), synthesizes unified guidance, and consolidates into AGENTS.md. Useful for codebase reviews and new projects.