Agent skill
official-docs
Official Claude Code documentation. Use when user asks about plugins, skills, agents, hooks, commands, settings, or features.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/product/official-docs
SKILL.md
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 - 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?