Skip to content

johnzfitch/claude-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Wiki

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.


For LLMs

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'

For Humans

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"

Categories

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
  1. Reference (340)
  2. MCP Tools (298)
  3. Claude AI Features (280)
  4. Models (72)
  5. Plugins & Skills (67)

Upstream Sources

This repo mirrors content from Anthropic's official documentation:

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/.

Releases

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)

License

This repo contains documentation authored by Anthropic. All content remains under Anthropic's original terms. This mirror is provided for convenience and searchability.

About

Official Claude Documentation - Converted to 2000+ Markdown Files - All documentation sourced from first party sources- 24 categories - refreshed daily, multi-agent orchestration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors