--- name: official-docs 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. ## 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](./reference/plugins.md) - Plugin fundamentals and quickstart - [plugins-reference.md](./reference/plugins-reference.md) - Complete technical specs and schemas - [plugin-marketplaces.md](./reference/plugin-marketplaces.md) - Marketplace creation and management ### Skills - [skills.md](./reference/skills.md) - Creating and managing Skills - [agent-skills-overview.md](./reference/agent-skills-overview.md) - Architecture and principles - [agent-skills-quickstart.md](./reference/agent-skills-quickstart.md) - Getting started - [agent-skills-best-practices.md](./reference/agent-skills-best-practices.md) - Authoring guidelines ### Commands & Automation - [slash-commands.md](./reference/slash-commands.md) - Command development - [hooks-guide.md](./reference/hooks-guide.md) - Hook patterns and examples - [hooks.md](./reference/hooks.md) - Hook types and configuration ### Configuration - [settings.md](./reference/settings.md) - Configuration options - [output-styles.md](./reference/output-styles.md) - Output formatting - [statusline.md](./reference/statusline.md) - Status bar configuration - [sub-agents.md](./reference/sub-agents.md) - Subagent capabilities