official-docs

Look up official Anthropic and Claude Code documentation via web search and fetch.

1|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/SevWren/Daily-Motivation-Brain-Helper --skill official-docs-sevwren
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: official-docs
Source: https://github.com/SevWren/Daily-Motivation-Brain-Helper/tree/main/CLAUDE/skills/misc/official-docs
Command: npx skills add https://github.com/SevWren/Daily-Motivation-Brain-Helper --skill official-docs-sevwren

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Answers about Claude Code and Anthropic platform features are often given from memory and can be outdated or wrong. This Skill forces every answer to be grounded in the official documentation by searching and fetching the authoritative pages before responding. ## Core Features & Use Cases - Official Source Lookup: Uses WebSearch scoped to code.claude.com/docs and platform.claude.com, then WebFetch on the best matching page. - Citation-Backed Answers: Responds only from fetched official content and cites the exact URL used. - Use Case: When a user asks how sub-agents, memory, CLAUDE.md, hooks, MCP, plugins, or skills work in Claude Code, the Skill retrieves the current official docs page and answers strictly from it instead of relying on training data. ## Quick Start Ask how to configure sub-agents in Claude Code and require the answer to come from the official documentation with a cited URL.

Frequently Asked Questions about official-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get accurate answers about Claude Code features?▼

Search the official documentation at code.claude.com/docs, fetch the matching page, and answer only from that content. This avoids outdated or hallucinated details from model memory.

What topics does the Claude Code official documentation cover?▼

The docs cover sub-agents, memory, CLAUDE.md files, the .claude directory, skills, hooks, MCP, plugins, settings, and common workflows. A full index is available at code.claude.com/docs/llms.txt.

Why should answers cite official documentation URLs?▼

Citing the exact URL lets users verify the answer against the source and check for updates. Features change between releases, so memory-based answers can silently become incorrect.

Can I rely on model memory for Claude API or Claude Code questions?▼

No, memory-based answers risk being outdated or fabricated. The reliable approach is to search official sources like code.claude.com/docs or platform.claude.com and fetch the relevant page before answering.

What are the limitations of documentation lookup via web search?▼

It depends on network access and search result quality, and very new or undocumented features may not have a page yet. In those cases the correct response is to state that no official documentation was found.