---
name: Refresh Official Docs
slug: refresh-official-docs
category: DevOps
description: Refresh Official Docs re-fetches official Anthropic Codex documentation and updates the current snapshot without altering the baseline. Use it when the user invokes the ccguide-refresh-docs source command.
github: "https://github.com/FlorianBruniaux/claude-code-ultimate-guide/tree/main/.agents/skills/source-command-ccguide-refresh-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-refresh-docs ~/.claude/skills/source-command-ccguide-refresh-docs"
installs_to: ~/.claude/skills/source-command-ccguide-refresh-docs
source_path: .agents/skills/source-command-ccguide-refresh-docs/SKILL.md
collection_size: 25
category_size: 798
collection_url: "https://dirskills.com/collections/FlorianBruniaux/claude-code-ultimate-guide"
added: 2026-08-15T06:52:46.155Z
last_synced: 2026-08-15T06:52:46.155Z
canonical_url: "https://dirskills.com/skills/refresh-official-docs"
---

# Refresh Official Docs

Refresh Official Docs re-fetches official Anthropic Codex documentation and updates the current snapshot without altering the baseline. Use it when the user invokes the ccguide-refresh-docs source command.

**Install:**

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

## README

# source-command-ccguide-refresh-docs

Use this skill when the user asks to run the migrated source command `ccguide-refresh-docs`.

## Command Template

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.
