source/skills/using-docs-fetcher/SKILL.md
How to use @docs-fetcher to pull current, targeted external documentation (APIs, SDKs, configs, errors, version changes). Use when you need authoritative docs or examples instead of relying on memory.
npx skillsauth add scruffydan/AI-Agents using-docs-fetcherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When you need to look up external documentation (APIs, libraries, frameworks, configuration options, or any technical reference), use the @docs-fetcher agent to fetch and extract only the relevant portions. This keeps the main context clean and avoids flooding it with entire documentation pages.
Use the docs-fetcher agent when you need to:
@docs-fetcher: Fetch the Stripe Payment Intents API documentation,
specifically how to create a payment intent with metadata.
@docs-fetcher: Get the Next.js 13 App Router documentation about
server components and data fetching patterns.
@docs-fetcher: Fetch the PostgreSQL documentation for the JSONB
data type, specifically the containment operators and indexing strategies.
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
data-ai
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
development
How and when to invoke code review agents (@code-security, @code-readability, @code-performance, @code-redundancy, @code-simplifier, @code-full-review). Use before major PRs, audits, refactors, or whenever targeted review feedback is needed.
development
Use when making code changes that affect user-facing behavior, before committing or pushing - reminds AI to check if README needs updates to stay in sync with implementation changes