How this skill is triggered — by the user, by Claude, or both
Slash command
/bee:context7The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use Context7 MCP to fetch up-to-date framework documentation in three contexts:
Use Context7 MCP to fetch up-to-date framework documentation in three contexts:
Two-step process for every lookup:
mcp__context7__resolve-library-id with the library name (e.g., laravel/framework). This returns the correct Context7 identifier.mcp__context7__query-docs with the resolved ID and a specific query string.Rules:
| Stack | Libraries to Query |
|---|---|
| laravel-inertia-vue | laravel/framework, inertiajs/inertia, vuejs/core |
| laravel-inertia-react | laravel/framework, inertiajs/inertia, facebook/react |
| react | facebook/react |
| nextjs | vercel/next.js |
| nestjs | nestjs/nest |
| react-native-expo | facebook/react-native, expo/expo |
Read config.json to determine the project stack, then query only the relevant libraries from this table.
Context7 enhances research but is never required. Follow this three-tier check:
config.json for the "context7" field. If false, skip Context7 entirely.Keep queries focused and practical:
Prefer specific framework features over general queries. A targeted query returns more useful context than a broad one.
If a query returns no useful results, refine it with more specific terms rather than broadening it.
npx claudepluginhub george-popescu/bee-dev --plugin beeFetches up-to-date library and framework documentation via Context7 MCP 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 current library docs, API references, framework patterns, and code examples for any library via Context7 REST API. Triggers on 'how to use library', API docs, patterns, import usage.