一键导入
context7
// Fetch up-to-date library documentation via Context7 MCP. Use when working with external libraries, APIs, or frameworks.
// Fetch up-to-date library documentation via Context7 MCP. Use when working with external libraries, APIs, or frameworks.
UI/UX design intelligence with searchable database
Generate comprehensive implementation plans through systematic discovery, synthesis, verification, and decomposition into beads. Use when asked to plan a feature, create a roadmap, design an implementation approach, or decompose work into trackable issues. Do NOT use for simple one-step tasks, quick fixes, or when the user just wants to execute an existing plan — use the work skill instead.
Execute a plan or direct task with worker delegation and verification.
Deep investigation mode. Gather context, analyze, synthesize recommendations without making code changes.
Start interview-driven planning with Prometheus. Asks clarifying questions before generating implementation plan.
Diagnose and fix Maestro installation issues
| name | context7 |
| description | Fetch up-to-date library documentation via Context7 MCP. Use when working with external libraries, APIs, or frameworks. |
| triggers | ["documentation","library","api","docs","context7"] |
| priority | 30 |
Always use Context7 MCP tools to fetch up-to-date library documentation when the task involves external libraries, APIs, or frameworks. Do not rely on training data for library-specific APIs — fetch current docs instead.
| Tool | Purpose | Parameters |
|---|---|---|
resolve-library-id | Resolves a library name (e.g., "nextjs", "supabase") into a Context7-compatible library ID | query (the user's question/task), libraryName (the library to search for) |
query-docs | Retrieves documentation for a resolved library | libraryId (e.g., /vercel/next.js), query (what to find in the docs) |
resolve-library-id with the library name to get the Context7 library IDquery-docs with the library ID and a focused query to get relevant docs/supabase/supabase), skip step 2Context7 MCP server must be configured. Install with:
claude mcp add context7 -- npx -y @upstash/context7-mcp --api-key YOUR_API_KEY
Get a free API key at context7.com/dashboard