Cc Docs Mirror banner
mnestorov mnestorov

Cc Docs Mirror

Documentation community

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

[![Last Update](https://img.shields.io/github/last-commit/mnestorov/cc-docs-mirror/main.svg?label=docs%20updated)](https://github.com/mnestorov/cc-docs-mirror/commits/main) [![Version](https://img.shields.io/badge/version-1.0.0-green)](https://github.com/mnestorov/cc-docs-mirror/releases) [![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Linux-blue)]()

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