Uses Context7 MCP to fetch real-time documentation for libraries and frameworks, activated when users ask setup questions, API references, or mention framework names.
How this skill is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:documentation-lookupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
当用户询问库、框架或 API 时,通过 Context7 MCP(工具 `resolve-library-id` 和 `query-docs`)获取最新文档,而非依赖训练数据。
当用户询问库、框架或 API 时,通过 Context7 MCP(工具 resolve-library-id 和 query-docs)获取最新文档,而非依赖训练数据。
/vercel/next.js)。当用户执行以下操作时激活:
当请求依赖于库、框架或 API 的准确、最新行为时使用此技能。适用于已配置 Context7 MCP 的工具(如 Claude Code、Cursor、Codex)。
调用 resolve-library-id MCP 工具,参数为:
Next.js、Prisma、Supabase)。你必须获取一个 Context7 兼容的库 ID(格式 /org/project 或 /org/project/version)才能查询文档。不要在没有从此步骤获得有效库 ID 的情况下调用 query-docs。
从解析结果中,使用以下标准选择一个结果:
/org/project/v1.2.0)。调用 query-docs MCP 工具,参数为:
/vercel/next.js)。限制:每个问题不要调用 query-docs(或 resolve-library-id)超过 3 次。如果在 3 次调用后答案仍不清楚,说明不确定性并使用最佳可用信息而非猜测。
libraryName: "Next.js"、query: "如何设置 Next.js 中间件?"。/vercel/next.js)。libraryId: "/vercel/next.js"、query: "如何设置 Next.js 中间件?"。middleware.ts 示例。libraryName: "Prisma"、query: "如何进行关联查询?"。/prisma/prisma)。libraryId 和查询调用 query-docs。include 或 select),附带文档中的简短代码片段。libraryName: "Supabase"、query: "认证方法有哪些?"。npx claudepluginhub aaione/everything-claude-code-zhFetches 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 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 and framework documentation via Context7 MCP for setup questions, API references, and code examples.