From upstash-context7-1
Retrieves up-to-date documentation for libraries and frameworks using Context7. Activates when user asks about setup, API references, or code generation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/upstash-context7-1:context7-mcpThe 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 question, scoped to a single conceptIf the user's question spans multiple distinct concepts (e.g. routing and auth and caching), make a separate query-docs call per concept with the same library ID, unless the question is about how the concepts interact — combined queries dilute ranking and return shallow results for each topic.
Incorporate the fetched documentation into your response:
query-docs calls — resolve the library ID once, then query per concept, unless the question is about how the concepts interactnpx claudepluginhub upstash/context7Fetches current library/framework documentation via Context7 for setup questions, code generation, and API references.
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 accurate setup, API references, and code examples.