documentation-lookup by affaan-m/everything-claude-code
npx skills add https://github.com/affaan-m/everything-claude-code --skill documentation-lookup当用户询问库、框架或 API 时,通过 Context7 MCP(工具 resolve-library-id 和 query-docs)获取最新文档,而不是依赖训练数据。
/vercel/next.js)。在以下用户场景时激活:
当请求依赖于库、框架或 API 的准确、最新行为时,请使用此技能。适用于配置了 Context7 MCP 的所有环境(例如 Claude Code、Cursor、Codex)。
调用 resolve-library-id MCP 工具,参数如下:
Next.js、、)。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
PrismaSupabase在查询文档之前,必须获取一个 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: "How do I set up Next.js middleware?"。/vercel/next.js)。libraryId: "/vercel/next.js", query: "How do I set up Next.js middleware?"。middleware.ts 示例。libraryName: "Prisma", query: "How do I query with relations?"。/prisma/prisma)。libraryId 和查询调用 query-docs。include 或 select)以及文档中的一个简短代码片段。libraryName: "Supabase", query: "What are the auth methods?"。每周安装量
326
代码仓库
GitHub 星标数
102.1K
首次出现
8 天前
安全审计
已安装于
codex310
cursor275
gemini-cli272
github-copilot272
amp272
cline272
When the user asks about libraries, frameworks, or APIs, fetch current documentation via the Context7 MCP (tools resolve-library-id and query-docs) instead of relying on training data.
/vercel/next.js) from a library name and query.Activate when the user:
Use this skill whenever the request depends on accurate, up-to-date behavior of a library, framework, or API. Applies across harnesses that have the Context7 MCP configured (e.g. Claude Code, Cursor, Codex).
Call the resolve-library-id MCP tool with:
Next.js, Prisma, Supabase).You must obtain a Context7-compatible library ID (format /org/project or /org/project/version) before querying docs. Do not call query-docs without a valid library ID from this step.
From the resolution results, choose one result using:
/org/project/v1.2.0).Call the query-docs MCP tool with:
/vercel/next.js).Limit: do not call query-docs (or resolve-library-id) more than 3 times per question. If the answer is unclear after 3 calls, state the uncertainty and use the best information you have rather than guessing.
libraryName: "Next.js", query: "How do I set up Next.js middleware?"./vercel/next.js) by name and benchmark score.libraryId: "/vercel/next.js", query: "How do I set up Next.js middleware?".middleware.ts example from the docs if relevant.libraryName: "Prisma", query: "How do I query with relations?"./prisma/prisma).libraryId and the query.include or select) with a short code snippet from the docs.libraryName: "Supabase", query: "What are the auth methods?".Weekly Installs
326
Repository
GitHub Stars
102.1K
First Seen
8 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
codex310
cursor275
gemini-cli272
github-copilot272
amp272
cline272
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
140,500 周安装