cc-docs

cc-docs is a skill for Claude Code from ToruAI/toru-claude-agents. It costs 41 tokens per session (691 once invoked), scanned A, original, MIT.

A reference for Claude Code, Anthropic’s coding assistant, covering its current hooks, skills, subagents, tool connections, plugins, commands, and settings. It retrieves answers from the official documentation.

In plain words
What is it for?
Use it when answering questions about Claude Code configuration, extension systems, automation hooks, subagents, plugins, or connected tools.
Why use it?
Claude Code changes regularly, so current documentation is safer than relying on remembered behavior or outdated examples.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents; mentions Claude Code.

Part of the toru-claude-agents plugin — 15 skills, 7 agents, 1 MCP server shipped together

Good fit Use it when answering questions about Claude Code configuration, extension systems, automation hooks, subagents, plugins, or connected tools.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/toruai/toru-claude-agents/cc-docs
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ToruAI/toru-claude-agents --skill cc-docs
Clone the repo
git clone --depth 1 https://github.com/ToruAI/toru-claude-agents

Made for: Claude Code.

Or install toru-claude-agents, the plugin that ships this one along with the rest of its 15 skills, 7 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cc-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/toruai/toru-claude-agents/cc-docs.svg)](https://agentmods.dev/skills/toruai/toru-claude-agents/cc-docs)
Your own site
<a href="https://agentmods.dev/skills/toruai/toru-claude-agents/cc-docs"><img src="https://agentmods.dev/badge/skills/toruai/toru-claude-agents/cc-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 691 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00041 $0.00691
Opus 5 $0.00020 $0.00345
Sonnet 5 $0.00008 $0.00138
Haiku 4.5 $0.00004 $0.00069

Measured 8d ago against content hash 94b27ec34fcc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

cc-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/cc-docs/SKILL.md · 62 lines

How it starts

The opening of the file, as written. The whole thing — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Claude Code Documentation

Answer questions about Claude Code from the official documentation, fetched at the moment you need it. Do not answer from memory: this product ships changes weekly, and a confidently wrong answer about a hook event or a manifest field costs more than a fetch.

How to Use

Fetch the page that covers the question with WebFetch. Start from the overview only if you need to find your way around; otherwise go straight to the relevant page.

Topic URL
Overview / index https://code.claude.com/docs/en/overview
Skills https://code.claude.com/docs/en/skills
Hooks — guide https://code.claude.com/docs/en/hooks-guide
Hooks — full reference https://code.claude.com/docs/en/hooks
Subagents https://code.claude.com/docs/en/sub-agents
MCP https://code.claude.com/docs/en/mcp
Plugins — guide https://code.claude.com/docs/en/plugins
Plugins — reference https://code.claude.com/docs/en/plugins-reference
Plugin marketplaces https://code.claude.com/docs/en/plugin-marketplaces
Slash commands https://code.claude.com/docs/en/slash-commands
Settings https://code.claude.com/docs/en/settings
CLI reference https://code.claude.com/docs/en/cli-reference

If a URL 404s, the docs have been reorganised — fetch the overview and follow its navigation rather than guessing a new path.

Verify against the live CLI where you can. For anything about plugins, hooks or settings, the installed binary is a second source of truth and it cannot be out of date:

claude plugin validate <path>    # what the schema actually accepts, warnings included
claude plugin --help             # current subcommands
claude --help                    # flags

When the docs and the CLI disagree, trust the CLI and say so in your answer.

When to Use

  • Someone asks "how do I…" about a Claude Code feature
  • You are about to write a hook, skill, subagent, plugin manifest or settings block
  • You need to check whether a field, event or flag actually exists
  • Something behaves differently than expected and you need the spec, not a guess

Read the full file on GitHub · 62 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 62 lines · 41 tokens per session scan A 94b27ec34fcc

Subscribe to this mod's changes

cc-docs is a skill published in the GitHub repository ToruAI/toru-claude-agents (15 stars, last pushed 1mo ago), licensed MIT. It adds 41 tokens to every session and 691 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.