From upstash-context7-1
Fetches up-to-date documentation for libraries and frameworks like React, Next.js, Prisma, Supabase via Context7. Use for API references, setup questions, code examples.
npx claudepluginhub dimagi/dimagi-claude-workflows --plugin context7This skill uses the workspace's default tool permissions.
When the user asks about libraries, frameworks, or needs code examples, use Context7 to fetch current documentation instead of relying on training data.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Fetches up-to-date library/framework docs via Context7 MCP (resolve-library-id, query-docs) for setup questions, API references, code examples.
Fetches up-to-date library and framework docs via Context7 MCP tools (resolve-library-id, query-docs) for setup questions, API references, code examples, or named frameworks like React, Next.js, Prisma.
Share bugs, ideas, or general feedback.
When the user asks about libraries, frameworks, or needs code examples, use Context7 to fetch current documentation instead of relying on training data.
Activate this skill when the user:
Call resolve-library-id with:
libraryName: The library name extracted from the user's questionquery: The user's full question (improves relevance ranking)From the resolution results, choose based on:
Call query-docs with:
libraryId: The selected Context7 library ID (e.g., /vercel/next.js)query: The user's specific questionIf the default query-docs answer didn't satisfy, call query-docs again for the same library with researchMode: true. This retries using sandboxed agents that git-pull the actual source repos plus a live web search, then synthesizes a fresh answer. Do this before giving up or answering from training data. More costly than the default — use it as a targeted retry.
Incorporate the fetched documentation into your response: