# Official Docs

> Official Claude Code documentation. Use when user asks about plugins, skills, agents, hooks, commands, settings, or features.

- Skill: `majiayu000/official-docs` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/official-docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/official-docs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/official-docs

---


# 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

