source-command-ccguide-init-docs

Fetch Anthropic Codex documentation and store a local baseline snapshot.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/srednoff888-art/4 --skill source-command-ccguide-init-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-ccguide-init-docs
Source: https://github.com/srednoff888-art/4/tree/main/.agents/skills/source-command-ccguide-init-docs
Command: npx skills add https://github.com/srednoff888-art/4 --skill source-command-ccguide-init-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill fetches official Anthropic Codex documentation and stores a local baseline snapshot to speed reference, diffs, and offline accessibility.

Core Features & Use Cases

  • Initialization: fetch official Codex docs and cache them locally for fast access.
  • Snapshot Sync: maintain baseline and current snapshots at the same version to simplify comparisons.
  • Guided Diffing: after refreshing, guide users to compare changes using /ccguide:diff-docs.

Quick Start

Run the init_official_docs command to fetch and cache Codex guide snapshots locally.

Frequently Asked Questions about source-command-ccguide-init-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I cache Anthropic Codex documentation locally for offline reference?

To cache Codex documentation locally, run the initialization command to fetch official docs and store a baseline snapshot under ~/.cache/Codex-guide/ for fast offline access.

What is the best way to compare baseline and current versions of Codex docs?

The best way to compare Codex docs is using a guided diff workflow after refreshing your local snapshot, ensuring both baseline and current versions reference the same snapshot for accurate comparisons.

How does snapshot initialization work for Codex guide contexts?

Snapshot initialization fetches official Anthropic Codex documentation and stores a local baseline version, maintaining synchronized baseline and current snapshots to simplify reference and comparison workflows.

Do I need access to Anthropic Codex docs to initialize a local snapshot?

Yes, you need access to official Anthropic Codex documentation to initialize and cache a local baseline snapshot, which then enables offline reference and guided diffing workflows.

Can I use the MCP tool to guide users through Codex documentation diffs?

Yes, after refreshing the cached documentation, the MCP tool guides users through diff workflows by comparing the newly fetched current docs against the established baseline snapshot.

Why are my baseline and current Codex doc snapshots not matching during comparison?

Baseline and current snapshots may mismatch if they reference different versions, so the initialization process ensures both snapshots sync to the same version to simplify comparisons.