Automatically activates when documentation lookup is needed. Routes to the optimal source (Sanity MCP, Context7, Ref, or WebSearch) based on the technology being queried.
This skill automatically activates when you need to look up documentation, API references, or best practices. It intelligently routes to the best available source.
Invoke this skill when the request involves:
Always check if a dedicated MCP server exists for the technology. MCP tools provide the most accurate, integrated results.
| Technology | MCP Tools | Use For |
|---|---|---|
| Sanity | mcp__Sanity__search_docs, mcp__Sanity__read_docs, mcp__Sanity__get_groq_specification, mcp__Sanity__get_sanity_rules |
Schemas, GROQ, Studio, Visual Editing |
| GitHub | mcp__github__* (if configured) |
Repos, issues, PRs |
| Notion | mcp__notion__* (if configured) |
Workspace docs |
| Other MCPs | Check available tools | Varies |
How to detect: If mcp__[Technology]__ tools are available, use them first.
Use for well-indexed popular libraries. Context7 provides curated, high-quality code snippets.
Step 1: mcp__context7__resolve-library-id (get library ID)
Step 2: mcp__context7__get-library-docs (fetch docs)
Pre-resolved Library IDs (skip Step 1 for these):
| Technology | Context7 ID |
|---|---|
| React Router | /remix-run/react-router |
| React | /websites/react_dev |
| Next.js | /vercel/next.js |
| Tailwind CSS | /tailwindlabs/tailwindcss |
| TypeScript | /microsoft/typescript |
| Prisma | /prisma/prisma |
| Zod | /colinhacks/zod |
| Vite | /vitejs/vite |
| Astro | /withastro/astro |
| tRPC | /trpc/trpc |
| Drizzle | /drizzle-team/drizzle-orm |
| shadcn/ui | /shadcn-ui/ui |
Parameters:
topic: Focus the search (e.g., "loaders", "hooks", "validation")mode: "code" for API/examples, "info" for concepts/architectureUse for broader searches across multiple sources.
Step 1: mcp__Ref__ref_search_documentation (search)
Step 2: mcp__Ref__ref_read_url (read specific URLs)
When to use:
ref_src=private)Use WebSearch as last resort for:
Is there an MCP for this technology?
āā YES ā Use MCP tools
āā NO ā Is it a popular library?
āā YES ā Use Context7
āā NO/Not found ā Use Ref
āā Still not enough? ā WebSearch
After retrieving documentation: