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:
parent
4049d41276
commit
ecaeb4cd9e
6 changed files with 121 additions and 1 deletions
11
.claude/commands/ccguide/refresh-docs.md
Normal file
11
.claude/commands/ccguide/refresh-docs.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
description: Re-fetch official Anthropic Claude Code docs and update current snapshot (baseline unchanged)
|
||||
---
|
||||
|
||||
Use the `refresh_official_docs` MCP tool.
|
||||
|
||||
This fetches ~1.2MB from Anthropic (takes ~5s) and updates only the "current" snapshot.
|
||||
The baseline (set by init_official_docs) is never touched.
|
||||
|
||||
After success, show the quick diff preview against the baseline that the tool returns.
|
||||
Remind the user to run /ccguide:diff-docs for the full detailed diff.
|
||||
Loading…
Add table
Add a link
Reference in a new issue