docs: add official Anthropic docs tracker commands (MCP v1.1.0)

- Add 5 new /ccguide commands to ultimate-guide.md slash commands section
  (init-docs, refresh-docs, diff-docs, search-docs, daily)
- Add .claude/commands/ccguide/ with 5 command files for project-level access
- Document typical daily workflow: init once, then /ccguide:daily every day

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-03-11 18:09:56 +01:00
parent 4049d41276
commit ecaeb4cd9e
6 changed files with 121 additions and 1 deletions

View file

@ -11586,17 +11586,36 @@ Install the companion slash commands for one-keystroke access (stored in `~/.cla
# Copy or symlink to ~/.claude/commands/ccguide/ to install globally
```
**Guide commands:**
| Command | Example | Description |
|---------|---------|-------------|
| `/ccguide:search` | `/ccguide:search hooks` | Search by keyword |
| `/ccguide:cheatsheet` | `/ccguide:cheatsheet hooks` | Cheatsheet (full or section) |
| `/ccguide:digest` | `/ccguide:digest week` | What changed this week |
| `/ccguide:digest` | `/ccguide:digest week` | What changed this week (guide + CC releases) |
| `/ccguide:example` | `/ccguide:example code-reviewer` | Fetch a template |
| `/ccguide:examples` | `/ccguide:examples agents` | List templates by category |
| `/ccguide:release` | `/ccguide:release 2.1.59` | Release details |
| `/ccguide:changelog` | `/ccguide:changelog 10` | Recent guide CHANGELOG |
| `/ccguide:topics` | `/ccguide:topics` | Browse all categories |
**Official Anthropic docs tracker** (MCP v1.1.0+):
| Command | Description |
|---------|-------------|
| `/ccguide:init-docs` | Fetch official docs + store as local baseline (run once) |
| `/ccguide:refresh-docs` | Re-fetch latest docs, update current snapshot (baseline unchanged) |
| `/ccguide:diff-docs` | Compare baseline vs current — added/removed/modified pages, 0 network |
| `/ccguide:search-docs <query>` | Search official Anthropic docs from local cache |
| `/ccguide:daily` | **Daily briefing**: refresh + diff official docs + guide/CC digest |
Typical workflow:
```bash
/ccguide:init-docs # once — stores baseline + current in ~/.cache/claude-code-guide/
# days later...
/ccguide:daily # every day — refresh + diff + digest in one shot
```
#### Custom agent
A `claude-code-guide` agent is included in `.claude/agents/claude-code-guide.md`. It uses Haiku (fast, cheap) and automatically searches the guide before answering any Claude Code question.