| name | claude-code-documentation |
| description | Official Claude Code documentation. Use when user asks about plugins, skills, agents, hooks, commands, settings, or features. |
Claude Code Documentation
Official documentation from docs.claude.com, auto-updated by the claude-docs plugin.
When to Use
Use when questions involve:
- Plugins, marketplaces, plugin structure
- Skills, SKILL.md, skill authoring
- Slash commands, command syntax
- Subagents, agent configuration
- Hooks, event handlers, automation
- Settings, configuration, customization
- Claude Code features or capabilities
How to Use
Load only relevant files. Start with the most specific topic, expand if needed. Don't load all documentation at once.
Example: For "How do I create a hook?", load hooks-guide.md first, then hooks.md if more detail needed.
Reference Documentation
Plugin System
- plugins.md - Plugin fundamentals and quickstart
- plugins-reference.md - Complete technical specs and schemas
- plugin-marketplaces.md - Marketplace creation and management
Skills
- skills.md - Creating and managing Skills
- agent-skills-overview.md - Architecture and principles
- agent-skills-quickstart.md - Getting started
- agent-skills-best-practices.md - Authoring guidelines
Commands & Automation
- slash-commands.md - Command development
- hooks-guide.md - Hook patterns and examples
- hooks.md - Hook types and configuration
Configuration
- settings.md - Configuration options
- output-styles.md - Output formatting
- statusline.md - Status bar configuration
- sub-agents.md - Subagent capabilities