Claude Code Docs
Description
[](https://github.com/costiash/claude-code-docs/commits/main) [](https://github.com/costiash/claude-code-docs/actions) [](https://github.com/costiash/claude-code-docs) [](https://github.com/hesreallyhim/awesome-claude-code)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Documentation Tool
[](https://github.com/costiash/claude-code-docs/commits/main) [](https://github.com/costiash/claude-code-docs/actions) [](https://github.com/costiash/claude-code-docs) [](https://github.com/hesreallyhim/awesome-claude-code)
**Enhanced fork of [ericbuess/claude-code-docs](https://github.com/ericbuess/claude-code-docs)** with native plugin support, auto-discovery Skill, and AI-powered semantic search.
**Official Claude docs, always up-to-date, always at your fingertips.** Stop searching the web — ask Claude directly and get accurate answers grounded in official documentation.
Why Use This?
Claude knows a lot — but documentation changes fast. API parameters shift, new features land, SDK methods get renamed. This tool gives Claude a local mirror of every official doc page, so answers come from the source, not stale training data.
| Without claude-code-docs | With claude-code-docs |
|---|---|
| Claude guesses from training data | Claude reads the latest official docs |
| Broken or outdated URLs in answers | Correct platform.claude.com / code.claude.com links |
| "I think the API works like..." | "According to the documentation..." |
| You verify answers manually | Answers cite specific doc pages |
Quick Start — Plugin Install (Recommended)
Two commands, no dependencies:
/plugin marketplace add costiash/claude-code-docs
/plugin install claude-docs@claude-code-docs
That's it. On your next session Claude will automatically:
- Clone all documentation files to
~/.claude-code-docs/ - Keep them updated every session via
git pull - Make the
/docscommand available for manual lookups - Activate the auto-discovery Skill — Claude reads docs automatically when you ask Claude-related questions
What the Plugin Gets You
/docscommand — Look up any topic:/docs hooks,/docs extended thinking,/docs Agent SDK sessions
...
Related Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation