Agent Skills
› FlorianBruniaux/claude-code-ultimate-guide
› source-command-ccguide-init-docs
source-command-ccguide-init-docs
GitHub该技能用于执行 ccguide-init-docs 命令,通过 MCP 工具从 Anthropic 官方获取 Codex 文档并存储为本地缓存快照,供后续对比和刷新使用。
Trigger Scenarios
用户请求运行 ccguide-init-docs 命令
需要初始化或更新本地 Codex 文档基线
Install
npx skills add FlorianBruniaux/claude-code-ultimate-guide --skill source-command-ccguide-init-docs -g -y
SKILL.md
Frontmatter
{
"name": "source-command-ccguide-init-docs",
"description": "Fetch official Anthropic Codex docs and store as local baseline snapshot"
}
source-command-ccguide-init-docs
Use this skill when the user asks to run the migrated source command ccguide-init-docs.
Command Template
Use the init_official_docs MCP tool.
This fetches ~1.2MB from Anthropic (takes ~5s) and stores 4 local cache files in ~/.cache/Codex-guide/. Both the baseline and current snapshots are set to this version.
After success, tell the user:
- How many sections were found
- The snapshot path
- That they can now run /ccguide:diff-docs after /ccguide:refresh-docs to see what changed
Version History
- fa57065 Current 2026-07-25 10:16


