claude-docs-consultant

0
0
Source

Consult official Claude Code documentation from docs.claude.com using selective fetching. Use this skill when working on Claude Code hooks, skills, subagents, MCP servers, or any Claude Code feature that requires referencing official documentation for accurate implementation. Fetches only the specific documentation needed rather than loading all docs upfront.

Install

mkdir -p .claude/skills/claude-docs-consultant && curl -L -o skill.zip "https://mcp.directory/api/skills/download/5926" && unzip -o skill.zip -d .claude/skills/claude-docs-consultant && rm skill.zip

Installs to .claude/skills/claude-docs-consultant

About this skill

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:

TopicFilename(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:

https://code.claude.com/docs/en/claude_code_docs_map.md

Identify the relevant doc from the map, then fetch it using the URL pattern.

Rules

  • Fetch only the docs actually needed for the current task
  • Fetch multiple docs in parallel if the task requires 2+ sources
  • Always fetch live from code.claude.com — do not use cached or memorized content
  • Do not fetch docs "just in case" — fetch when required by the task

Examples

Example 1: Creating a Hook

Task: "Help me create a pre-tool-use hook to log tool calls"

  1. Route: hook creation -> hooks-guide.md + hooks.md
  2. Fetch both in parallel via WebFetch
  3. Apply: create hook using guide examples and API reference for PreToolUse event

Example 2: Installing a Plugin

Task: "How do I install plugins from a marketplace?"

  1. Route: plugin installing -> discover-plugins.md
  2. Fetch via WebFetch
  3. Apply: follow marketplace and installation instructions

Example 3: Unknown Feature

Task: "How do I configure Claude Code output styles?"

  1. Route: not in quick routing table
  2. Consult references/docs-index.md -> find output-styles.md under Configuration
  3. Fetch output-styles.md via WebFetch
  4. Apply: configure output styles per documentation

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

643969

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

591705

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

318398

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

339397

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

451339

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

304231

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.