From context7-plugin
Fetches current library documentation via Context7 for setup questions, API references, and code examples involving frameworks like React, Next.js, Prisma.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context7-plugin:documentation-lookupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user asks about libraries, frameworks, or needs code examples, use Context7 to fetch current documentation instead of relying on training data.
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 questionIncorporate the fetched documentation into your response:
npx claudepluginhub tommy2face/context7 --plugin context7-pluginFetches 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 documentation via Context7 MCP for setup questions, API references, and code examples.