claude-docs-consultant

claude-docs-consultant is a skill for Claude Code from centminmod/my-claude-code-setup. It costs 113 tokens per session (910 once invoked), scanned A, original, MIT.

A reference tool for consulting official Claude Code documentation about features such as hooks, skills, plugins, MCP servers, permissions, and integrations.

In plain words
What is it for?
Use it to look up how to configure or build Claude Code hooks, skills, subagents, plugins, MCP servers, settings, permissions, CI/CD, and editor integrations.
Why use it?
It helps answer Claude Code questions from the relevant official documentation without retrieving unrelated pages.

Skill for Claude Code

Written for Claude Code: PreToolUse hook event. Also seen: mentions CLAUDE.md; mentions subagents; mentions Claude Code.

About the project

my-claude-code-setup is a starter configuration and memory-bank template for Claude Code, providing project guidance and reusable setup for Claude Code sessions. Developers use it to organize Claude Code behavior, memory, commands, skills, subagents, hooks, and settings. The catalogue entries are components of this Claude Code workflow.

centminmod/my-claude-code-setup · 2,624 stars · on GitHub · threads.com

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.

agentmods
npx agentmods add skills/centminmod/my-claude-code-setup/claude-docs-consultant
Any agent
npx skills add centminmod/my-claude-code-setup --skill claude-docs-consultant
Clone the repo
git clone --depth 1 https://github.com/centminmod/my-claude-code-setup

Made for: Claude Code.

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 claude-docs-consultant

README.md
[![agentmods](https://agentmods.dev/badge/skills/centminmod/my-claude-code-setup/claude-docs-consultant.svg)](https://agentmods.dev/skills/centminmod/my-claude-code-setup/claude-docs-consultant)
Your own site
<a href="https://agentmods.dev/skills/centminmod/my-claude-code-setup/claude-docs-consultant"><img src="https://agentmods.dev/badge/skills/centminmod/my-claude-code-setup/claude-docs-consultant.svg" alt="Measured on agentmods" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 910 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00113 $0.00910
Opus 5 $0.00056 $0.00455
Sonnet 5 $0.00023 $0.00182
Haiku 4.5 $0.00011 $0.00091

Measured 6d ago against content hash 81f45affcaa9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

claude-docs-consultant 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 6d 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.

.claude/skills/claude-docs-consultant/SKILL.md · 92 lines

How it starts

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

Claude Docs Consultant

Fetch official Claude Code documentation on-demand from code.claude.com. Uses progressive disclosure: resolve the topic to a filename, then fetch only that doc. Never fetch documentation speculatively.

URL Pattern

All docs follow this pattern — substitute the filename:

https://code.claude.com/docs/en/{filename}.md

Quick Routing (Common Topics)

For these high-frequency topics, fetch directly without consulting the full index:

Topic Filename(s) to fetch
Hooks (creating, events, lifecycle) hooks-guide.md (guide + examples), hooks.md (API reference + all events)
Skills (creating, SKILL.md format, triggers) skills.md
Subagents (types, config, delegation) sub-agents.md
Agent Teams (multi-agent, teammates, cowork) agent-teams.md
Plugins (creating, marketplace, installing) plugins.md (creating), discover-plugins.md (marketplace + installing)
MCP Servers (setup, config, scopes) mcp.md
Settings (settings.json, config scopes) settings.md
Permissions (rules, modes, auto mode) permissions.md (rules + syntax), permission-modes.md (plan/auto/dontAsk modes)
Memory (CLAUDE.md, auto memory, rules) memory.md
GitHub Actions (CI/CD, @claude PR) github-actions.md

Full Routing

For topics not listed above, consult references/docs-index.md for the complete routing table covering all 60+ documentation pages across platforms, deployment, security, configuration, administration, and reference.

Workflow

  1. Identify topic — determine which Claude Code feature the task involves
  2. Route to filename — use quick routing above, or consult references/docs-index.md
  3. Fetch with WebFetch — use the URL pattern with the resolved filename

Fetch multiple docs in parallel when the task spans multiple topics.

Fallback: Discovery via Docs Map

If routing does not match any known filename, fetch the documentation map to discover available pages:

Read the full file on GitHub · 92 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 92 lines · 113 tokens per session scan A 81f45affcaa9

Subscribe to this mod's changes

claude-docs-consultant is a skill published in the GitHub repository centminmod/my-claude-code-setup (2,624 stars, last pushed 3d ago), licensed MIT. It adds 113 tokens to every session and 910 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

memory-bank

Token-efficient persistent memory system for Claude Code that saves 67% tokens on session warm-up (verified with tiktoken). Layered architecture with progressive loading, compact encoding, branch-aware context, smart compression, session diffing, conflict detection, session continuation protocol, and recovery mode.…

josiahcrackle9631/memory-bank · 199 tokens

chatkit-actions

Implements interactive widget actions and bidirectional communication patterns for ChatKit. This skill should be used when building AI-driven interactive UIs with buttons, forms, entity tagging (@mentions), composer tools, and server-handled widget actions. Covers the full widget lifecycle from creation to replacement.

mjunaidca/mjs-agent-skills · 60 tokens

chatkit-integration

Foundation skill for integrating OpenAI ChatKit framework with custom backends. This skill should be used for initial ChatKit setup including server implementation, React component integration, authentication, context injection, and database persistence. For streaming UI patterns use chatkit-streaming. For interactive…

mjunaidca/mjs-agent-skills · 66 tokens

shadcn-ui

Build beautiful, accessible UIs with shadcn/ui components. Use this skill when creating forms, dialogs, tables, sidebars, or any UI components in Next.js. Covers installation, component patterns, react-hook-form integration with Zod validation, and dark mode setup.

mjunaidca/mjs-agent-skills · 60 tokens

doc-coauthoring

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers.…

mjunaidca/mjs-agent-skills · 77 tokens

better-auth-setup

Guide implementation of OAuth 2.1 / OIDC authentication using Better Auth with the OIDC Provider plugin. Use this skill when setting up centralized authentication for multiple apps, implementing SSO across a platform, creating an OAuth authorization server, or integrating Better Auth as an identity provider. Covers…

mjunaidca/mjs-agent-skills · 91 tokens