npx skills add ...
npx skills add netresearch/context7-skill --skill context7
Use when looking up library documentation, API references, framework patterns, or code examples for ANY library (React, Next.js, Vue, Django, Laravel, etc.) and the Context7 MCP server is unavailable or not configured. Fetches the same current docs directly via the Context7 REST API as a fallback. Triggers on: how to use library, API docs, framework pattern, import usage, library example.
npx skills add netresearch/context7-skill --skill context7
Fetch current library documentation, API references, and code examples via the Context7 REST API.
Use this skill when the user asks about library APIs, framework patterns, or version-specific behavior. Trigger on:
import, require, from followed by a library nameDo NOT use this skill for:
Search for the library ID:
Pick the best result: Choose the ID with the highest score and most relevant description. Prefer official sources (e.g., /vercel/next.js over community forks).
Fetch documentation with a focused topic:
Always extract a specific topic from the user's question. For "How does React Suspense work with server components?", use topic suspense server components.
| Parameter | Required | Description |
|---|---|---|
library-id | Yes | From search results, format /vendor/library |
topic | No | Focus area extracted from user query (e.g., hooks, routing, validation) |
mode | No | code (default) for API references; info for conceptual guides |
Set CONTEXT7_API_KEY for higher rate limits (optional):
Contributing: https://github.com/netresearch/context7-skill