---
name: CCGuide Init Docs
slug: ccguide-init-docs
category: Automation
description: CCGuide Init Docs fetches official Anthropic Codex documentation and stores it as a local baseline snapshot. Use it before running diff or refresh commands to track changes.
github: "https://github.com/FlorianBruniaux/claude-code-ultimate-guide/tree/main/.agents/skills/source-command-ccguide-init-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-init-docs ~/.claude/skills/source-command-ccguide-init-docs"
installs_to: ~/.claude/skills/source-command-ccguide-init-docs
source_path: .agents/skills/source-command-ccguide-init-docs/SKILL.md
collection_size: 25
category_size: 1523
collection_url: "https://dirskills.com/collections/FlorianBruniaux/claude-code-ultimate-guide"
added: 2026-08-15T06:52:45.888Z
last_synced: 2026-08-15T06:52:45.888Z
canonical_url: "https://dirskills.com/skills/ccguide-init-docs"
---

# CCGuide Init Docs

CCGuide Init Docs fetches official Anthropic Codex documentation and stores it as a local baseline snapshot. Use it before running diff or refresh commands to track changes.

**Install:**

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

## README

# 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
