---
name: CCGuide Diff Docs
slug: ccguide-diff-docs
category: Quality
description: CCGuide Diff Docs compares the official Anthropic docs baseline against the current local snapshot using a local diff tool, with no network calls. Use it to see added, removed, and modified sections instantly.
github: "https://github.com/FlorianBruniaux/claude-code-ultimate-guide/tree/main/.agents/skills/source-command-ccguide-diff-docs"
language: Python
stars: 5728
forks: 751
install: "npx degit https://github.com/FlorianBruniaux/claude-code-ultimate-guide/tree/main/.agents/skills/source-command-ccguide-diff-docs ~/.claude/skills/source-command-ccguide-diff-docs"
installs_to: ~/.claude/skills/source-command-ccguide-diff-docs
source_path: .agents/skills/source-command-ccguide-diff-docs/SKILL.md
collection_size: 25
category_size: 1354
collection_url: "https://dirskills.com/collections/FlorianBruniaux/claude-code-ultimate-guide"
added: 2026-08-15T06:52:45.609Z
last_synced: 2026-08-15T06:52:45.609Z
canonical_url: "https://dirskills.com/skills/ccguide-diff-docs"
---

# CCGuide Diff Docs

CCGuide Diff Docs compares the official Anthropic docs baseline against the current local snapshot using a local diff tool, with no network calls. Use it to see added, removed, and modified sections instantly.

**Install:**

```bash
npx degit https://github.com/FlorianBruniaux/claude-code-ultimate-guide/tree/main/.agents/skills/source-command-ccguide-diff-docs ~/.claude/skills/source-command-ccguide-diff-docs
```

## README

# 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.
