From Team Skills
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-skills: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 questionIncorporate the fetched documentation into your response:
npx claudepluginhub karthikrommula/team-toolkit --plugin team-skills2plugins reuse this skill
First indexed Jun 12, 2026
Retrieves up-to-date documentation for libraries and frameworks using Context7. Activates when user asks about setup, API references, or code generation.
Fetches current documentation, setup steps, API references, and code examples from Context7 when users ask about libraries, frameworks, or SDKs.
Fetches up-to-date library/framework docs via Context7 MCP (resolve-library-id, query-docs) for setup questions, API references, code examples.