Cc Docs Mirror
Description
Local mirror of Claude Code documentation files from docs.anthropic.com, automatically updated with semantic versioning.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Documentation Mirror
[](https://github.com/mnestorov/cc-docs-mirror/commits/main) [](https://github.com/mnestorov/cc-docs-mirror/releases) []()
Local mirror of Claude Code documentation files from https://docs.anthropic.com/en/docs/claude-code/, automatically updated with semantic versioning.
🚀 Quick Start
**One-command installation:**
curl -fsSL https://raw.githubusercontent.com/mnestorov/cc-docs-mirror/main/scripts/bin/install.sh | bash
This sets up the `/docs` command in Claude Code with automatic updates.
✨ Features
- 📖 Instant documentation access - Read docs without web delays
- 🔄 Automatic updates - Stays current with latest Claude Code docs
- 📋 Changelog integration - Access Claude Code release notes with
/docs changelog - 🔍 Smart search - Find docs with natural language queries
- 🍎 Cross-platform - Works on macOS and Linux
- ⚡ Fast - Local files mean instant access
💡 Usage
Basic commands
/docs # List all available documentation
/docs hooks # Read hooks documentation instantly
/docs mcp # Read MCP documentation
/docs changelog # Read Claude Code release notes
Check for updates
/docs -t # Check sync status with GitHub
/docs -t hooks # Check updates, then read hooks docs
What's new
/docs what's new # See recent documentation changes
Natural language
/docs how do I use environment variables?
/docs explain memory management
/docs find all mentions of authentication
🛠️ Development
Prerequisites
- git - Repository management
- jq - JSON processing
- curl - Downloads
- **pyth
Related Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation