Local Claude Code documentation reference. Use when asked about Claude Code features, configuration, skills, hooks, MCP, sub-agents, plugins, or troubleshooting Claude Code issues.
Claude Code is Anthropic's agentic coding tool that lives in your terminal. It helps turn ideas into code, understands your codebase, and can execute commands with first-class TypeScript and Python support.
references/
├── getting-started/ # Quickstart and workflows (3 files)
├── configuration/ # Settings, models, memory (4 files)
├── build-with-claude-code/ # Skills, hooks, plugins, MCP (9 files)
├── deployment/ # Cloud providers, containers (8 files)
└── reference/ # CLI, hooks, commands reference (6 files)
| Topic | Key Files |
|-------|-----------|
| Getting started | getting-started/overview.md, quick-start.md |
| Configuration | configuration/settings.md, model-configuration.md |
| Skills | build-with-claude-code/agent-skills.md |
| Hooks | build-with-claude-code/hooks.md, reference/hooks-reference.md |
| Plugins | build-with-claude-code/create-plugins.md, discover-plugins.md |
| MCP servers | build-with-claude-code/mcp.md |
| Subagents | build-with-claude-code/create-custom-subagents.md |
| Programmatic use | build-with-claude-code/programmatic-usage.md |
| Deployment | deployment/overview.md, cloud provider files |
| CLI reference | reference/cli-reference.md, slash-commands.md |
| Troubleshooting | build-with-claude-code/trouble-shooting.md |
Use this skill when the user asks about:
references/{path}npx skills add jasonz-ncc42/claude-code-docs下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer