🤖 Claude Code is Auto Managing this Repo: This repository is automatically updated and managed by Claude via GitHub Actions. See
.github/workflows/for automation details.
This repository contains Claude Code documentation and resources for learning about Claude Code
First, install Claude Code CLI:
npm install -g @anthropic-ai/claude-codeGitHub Repository: https://github.com/thevibeworks/claude-code-docs
-
Clone this repository:
git clone https://github.com/thevibeworks/claude-code-docs cd claude-code-docs -
Start using Claude Code with the documentation as context:
claude "show me claude code workflow" claude "what's the best practice for using claude code? what's ultrathink?" claude "what are the main features of claude code?" claude "how do I use claude code with github?" claude "explain claude code memory management" claude "how do I save money when using claude code?"
Once you have this documentation repository, here's how to use it with Claude Code:
claude "Based on the documentation in this repo, what is Claude Code?"
claude "How do I install and set up Claude Code for the first time?"
claude "What are the key features I should know about?"
claude "Show me the most important commands to get started"claude "What is extended thinking and how do I use it?"
claude "How does Claude Code integrate with GitHub Actions?"
claude "What are MCP integrations and when should I use them?"claude "Based on these docs, what's the recommended workflow for team collaboration?"
claude "How should I structure my prompts for better results?"
claude "What are common mistakes to avoid when using Claude Code?"
claude "Show me examples of effective Claude Code usage patterns"claude "I'm having authentication issues - help me debug using the troubleshooting docs"
claude "Claude Code seems slow - what optimization tips are in the documentation?"
claude "How do I configure Claude Code according to the setup guide?"claude "Based on the settings.md file, show me how to set up project-level permissions"
claude "How do I create a settings.json file to allow npm commands but deny curl?"
claude "What's the difference between .claude/settings.json and .claude/settings.local.json?"
claude "Help me configure environment variables for my team using the settings docs"
# Example: Set up permissions for a web development project
claude "Using the settings documentation, create a settings.json that allows npm scripts, git commands, but blocks network requests"Documentation is organized as a 1:1 mirror of the official sitemap:
content/
├── en/ All English documentation
│ ├── docs/ 116 docs (Claude Code, Build with Claude, etc.)
│ ├── api/ 84 docs (Agent SDK, Admin API, etc.)
│ ├── resources/ 66 docs (Prompt library)
│ └── release-notes/ Release notes
├── blog/ Anthropic blog posts
├── claude-code-manifest.json NPM package info
└── CHANGELOG.md GitHub repository changelog
This repo auto-updates via GitHub Actions every 6 hours. To manually fetch:
# Install uv (if not already installed)
curl -LsSf https://astral.sh/uv/install.sh | sh
# Fetch all docs
uv run scripts/fetcher.py
# Browse structure
uv run scripts/fetcher.py --tree
# Fetch specific section
uv run scripts/fetcher.py --section en/docs/claude-code
uv run scripts/fetcher.py --section en/api/agent-sdk
# Skip existing files (incremental update)
uv run scripts/fetcher.py --incrementalThis is an unofficial mirror for educational purposes. For official documentation, visit https://docs.anthropic.com/claude-code. For commercial use, please consult Anthropic's commercial terms.
- Documentation content is sourced from https://docs.anthropic.com and https://www.anthropic.com
- Repository code (CHANGELOG.md, commits) is sourced from https://github.com/anthropics/claude-code
- Redistribution should comply with Anthropic's commercial terms
- Commercial use of this content may require permission from Anthropic
