source-command-ccguide-diff-docs
GitHub对比官方文档基线与当前快照的差异,识别新增、删除或修改的章节。无网络调用,直接读取本地索引文件,快速展示变更详情。
Trigger Scenarios
Install
npx skills add FlorianBruniaux/claude-code-ultimate-guide --skill source-command-ccguide-diff-docs -g -y
SKILL.md
Frontmatter
{
"name": "source-command-ccguide-diff-docs",
"description": "Compare official Anthropic docs baseline vs current snapshot (no network — instant)"
}
source-command-ccguide-diff-docs
Use this skill when the user asks to run the migrated source command ccguide-diff-docs.
Command Template
Use the diff_official_docs MCP tool.
No network call — reads local index files only (~50KB each). Instant.
Present the results clearly:
- Added sections (new pages in the official docs)
- Removed sections
- Modified sections with line delta and first changed line
- Unchanged count
If no baseline exists, tell the user to run /ccguide:init-docs first. If no current snapshot exists, tell the user to run /ccguide:refresh-docs first. If no changes, confirm everything is in sync and suggest running /ccguide:refresh-docs to update.
Version History
- fa57065 Current 2026-07-25 10:16


