claude-docs

Solid

Search and read locally-stored Claude documentation covering Claude Code CLI, Claude API (Messages, tool use, vision, streaming, batch), Agent SDK (Python and TypeScript), prompt engineering, and all Anthropic platform docs. Use this skill whenever the user asks about Claude Code features (hooks, MCP servers, skills, plugins, settings, permissions, keybindings, sub-agents), the Anthropic API or any of its SDKs (Python, TypeScript, Go, Java), the Agent SDK (sessions, hooks, custom tools, MCP), model capabilities (context windows, extended thinking, pricing, rate limits, vision), prompt engineering best practices, or troubleshooting any Claude-related error. This skill provides instant access to official documentation files without web searches — always prefer it over web lookups for Claude and Anthropic topics.

AI & Automation 50 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Claude Documentation Search Skill You have access to a local mirror of Claude's official documentation at `~/.claude-code-docs/docs/`. ## When to Use This Skill Activate when the user asks about: - Claude Code features: hooks, skills, MCP, plugins, settings, slash commands, sub-agents - Claude API: messages, tool use, streaming, batch processing - Agent SDK: Python/TypeScript SDK, sessions, custom tools, subagents - Prompt engineering: best practices, system prompts, chain of thought - Any topic covered by platform.claude.com or code.claude.com ## Search Strategy Use this hierarchy — try simpler strategies first, escalate if needed: ### 1. Direct Lookup (user names a specific topic) User says "hooks", "mcp", "memory" — a concrete topic name. ``` Glob: ~/.claude-code-docs/docs/*<keyword>*.md ``` If Glob returns matches, read the top 1-3 files and synthesize. ### 2. Scoped Search (user specifies a product context) User says "hooks in agent sdk", "api rate limits", "cli plugins". Scope the Glob to the product prefix: | User mentions | Glob pattern | |---|---| | "Claude Code", "CLI", "hooks", "skills", "plugins" | `~/.claude-code-docs/docs/claude-code__*<keyword>*.md` | | "Agent SDK", "SDK", "Python SDK", "TypeScript SDK" | `~/.claude-code-docs/docs/docs__en__agent-sdk__*<keyword>*.md` | | "API", "messages endpoint", "tool use" | `~/.claude-code-docs/docs/docs__en__api__*<keyword>*.md` | | "agents and tools", "MCP connector" | `~/.claude-code-docs/docs/docs__en__ag...

Details

Author
costiash
Repository
costiash/claude-code-docs
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category