docs

Retrieve official Claude Code documentation via the claude-docs CLI.

1|1|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/dkmaker/my-claude-plugins --skill docs-dkmaker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/dkmaker/my-claude-plugins/tree/main/claude-expert/skills/docs
Command: npx skills add https://github.com/dkmaker/my-claude-plugins --skill docs-dkmaker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures you always have access to the official Claude Code documentation, enabling you to answer questions accurately and to load the correct guidance before implementing any Claude Code feature (plugins, skills, hooks, subagents, MCP servers, etc.). It helps you avoid guessing and reduces misconfiguration by validating details against official docs. Always retrieve documentation BEFORE implementing any Claude Code feature.

Core Features & Use Cases

  • Official docs access: Retrieve complete Claude Code documentation locally via the claude-docs CLI.
  • Comprehensive topic coverage: Load docs for plugins, hooks, skills, MCP, agents, slash commands, settings, security, deployment, and more.
  • Workflow accuracy: Load all related docs before implementing features to ensure correct guidance and reduce backtracking.

Quick Start

Use the claude-docs CLI to load documentation and explore topics:

  • claude-docs get plugins
  • claude-docs list
  • claude-docs get mcp

Frequently Asked Questions about docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access Claude Code documentation quickly without searching online?

Use the claude-docs CLI to retrieve official Claude Code documentation locally. Run `claude-docs get plugins`, `claude-docs get hooks`, or `claude-docs list` to explore topics instantly and cache results for fast retrieval.

What documentation topics are available through Claude Code docs?

Claude Code documentation covers plugins, hooks, skills, MCP servers, subagents, slash commands, settings, security, and deployment. Load specific topics with `claude-docs get [topic]` to access comprehensive guidance before implementing features.

Should I check the official docs before implementing Claude Code features?

Yes. Always retrieve documentation before implementing plugins, hooks, skills, MCP servers, or subagents. Loading related docs first reduces misconfiguration and backtracking by validating implementation details against current official guidance.

Can I use claude-docs to troubleshoot Claude Code configuration issues?

Yes. The claude-docs CLI provides official troubleshooting and configuration guidance for Claude Code features. Load relevant documentation to resolve deployment, plugin integration, hook setup, or settings problems accurately.

How do I stay current with Claude Code feature documentation?

The docs Skill caches documentation locally and ensures information is current before answering. Use `claude-docs get` commands to retrieve the latest official guidance on Claude Code features, settings, and integrations without manual updates.