Comprehensive unofficial mirror of Anthropic's Claude ecosystem documentation — 1,481 Markdown articles across 24 categories, sourced daily from docs.anthropic.com, support.anthropic.com, and docs.claude.ai.
Covers the full Claude platform: API reference, Claude Code CLI, Model Context Protocol (MCP), Agent SDK, hooks, plugins, prompting guides, enterprise administration, safety & policy, billing, and model specifications. Every article is plain Markdown with YAML frontmatter — ready for grep, RAG pipelines, or direct LLM ingestion via llms.txt.
Not affiliated with Anthropic.
Grab llms.txt for a structured outline of every document in this repo, or download the full LLMX search bundle from releases.
# Fetch the outline
curl -sL https://raw.githubusercontent.com/johnzfitch/claude-wiki/master/llms.txt
# Download the latest LLMX bundle
gh release download --repo johnzfitch/claude-wiki -p 'claude-wiki-llmx.zip'
Every doc is plain Markdown with YAML frontmatter. Browse the folders below or search locally:
Ctrl+F in any folder, or clone and grep:
# Search everything
grep -ri "tool use" */
# Search one category
grep -ri "streaming" 04-API-Reference/
# Find docs by title
find . -name '*.md' | grep -i "prompt"| Category | Docs | Folder |
|---|---|---|
| Getting Started | 16 | 01-Getting-Started |
| Claude Code CLI | 48 | 02-Claude-Code-CLI |
| IDE Integrations | 5 | 03-IDE-Integrations |
| API Reference | 24 | 04-API-Reference |
| Agent SDK | 35 | 05-Agent-SDK |
| Skills | 6 | 05-Skills |
| MCP Tools | 298 | 06-MCP-Tools |
| Hooks | 11 | 07-Hooks |
| Plugins & Skills | 67 | 08-Plugins-Skills |
| Agent Patterns | 32 | 09-Agents-Patterns |
| Prompting Guides | 18 | 10-Prompting-Guides |
| RAG & Search | 17 | 11-RAG-Search |
| Eval & Testing | 5 | 12-Eval-Testing |
| Enterprise Admin | 27 | 13-Enterprise-Admin |
| Connectors | 30 | 14-Connectors |
| Claude AI Features | 280 | 15-Claude-AI-Features |
| Mobile & Desktop | 11 | 16-Mobile-Desktop |
| Billing & Plans | 63 | 17-Billing-Plans |
| Industry Use Cases | 1 | 18-Industry-UseCases |
| Reference | 340 | 19-Reference |
| Models | 72 | 20-Models |
| Account & Support | 35 | 21-Account-Support |
| Safety & Policy | 37 | 22-Safety-Policy |
| Other | 3 | 99-Other |
Largest categories by doc count
- Reference (340)
- MCP Tools (298)
- Claude AI Features (280)
- Models (72)
- Plugins & Skills (67)
This repo mirrors content from Anthropic's official documentation:
- docs.anthropic.com — API docs, guides, SDK references
- support.anthropic.com — Help center, account, billing
- docs.claude.ai — Claude Code, MCP, hooks
Content is fetched, converted to Markdown, and organized into numbered categories by an automated pipeline. A public-repo normalization pass then quarantines low-confidence files such as local-only prompts, placeholder captures, empty stubs, and uncurated 99-Other artifacts into meta/quarantine/.
Weekly releases include:
| Asset | Description |
|---|---|
llms.txt |
Tiered document outline for LLM context windows |
claude-wiki-llmx.zip |
Full LLMX search bundle (offline semantic search) |
This repo contains documentation authored by Anthropic. All content remains under Anthropic's original terms. This mirror is provided for convenience and searchability.