Claude Code Docs banner
costiash costiash

Claude Code Docs

Documentation community intermediate

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:

  1. Clone all documentation files to ~/.claude-code-docs/
  2. Keep them updated every session via git pull
  3. Make the /docs command available for manual lookups
  4. Activate the auto-discovery Skill — Claude reads docs automatically when you ask Claude-related questions

What the Plugin Gets You

  • /docs command — Look up any topic: /docs hooks, /docs extended thinking, /docs Agent SDK sessions

...