context7-docs

Recupera documentación actualizada y ejemplos de código para cualquier biblioteca, framework, SDK, herramienta CLI o servicio en la nube. Úsalo siempre que el usuario pregunte sobre un…

npx skills add https://github.com/upstash/context7 --skill context7-docs

Context7 Documentation Lookup

Retrieve current documentation and code examples from Context7 using the resolve-library-id and query-docs tools that ship with this extension.

When to use

Reach for these tools whenever a question involves a specific library, framework, SDK, CLI tool, or cloud service. Examples:

  • "How do I configure caching in Next.js 16?"
  • "What's the syntax for Prisma's findMany with relations?"
  • "Show me a working Tailwind v4 install for a Vite app."
  • "How do I rate-limit with @upstash/ratelimit?"

Workflow

  1. Resolve the library ID. Call resolve-library-id with the library name and what to look up in the library's documentation. The tool returns matching libraries with their Context7 IDs (/org/project format), descriptions, snippet counts, and quality scores. Pick the best match — prioritize official sources, name match, and high benchmark scores.
  2. Query the docs. Call query-docs with the chosen library ID and what to look up in the library's documentation, scoped to a single concept — if the question spans multiple distinct concepts, make a separate call per concept with the same library ID, unless the question is about how the concepts interact. The tool returns documentation snippets and code examples.
  3. Answer. Cite the library ID you used and quote code examples verbatim when relevant.

If the user supplies a library ID in /org/project or /org/project/version format directly, skip step 1 and call query-docs immediately.

Constraints

  • Do not call either tool more than 3 times per question.
  • Do not pass API keys, passwords, credentials, personal data, or proprietary code as the query argument — it is sent to the Context7 API.
  • Authentication uses the CONTEXT7_API_KEY environment variable. Get a key at https://context7.com/dashboard if requests fail with an auth error.

Más skills de upstash

context7-mcp
upstash
Esta habilidad debe usarse cuando el usuario pregunta sobre bibliotecas, frameworks, referencias de API o necesita ejemplos de código. Se activa para preguntas de configuración, código…
official
ctx7-cli
upstash
Usa la CLI de ctx7 para obtener documentación de bibliotecas, gestionar habilidades de codificación de IA y configurar Context7 MCP. Actívala cuando el usuario mencione "ctx7" o "context7",…
official
docs
upstash
Recupera y consulta documentación actualizada y ejemplos de código de Context7 para cualquier biblioteca o framework de programación. Úsalo al escribir código que dependa de…
official
documentation-lookup
upstash
Obtiene documentación actual de bibliotecas y ejemplos de código en lugar de depender de datos de entrenamiento. Resuelve nombres de bibliotecas a IDs de documentación de Context7, luego consulta información de configuración, instalación y referencia de API. Es compatible con frameworks y bibliotecas principales: React, Vue, Svelte, Next.js, Express, Prisma, Supabase, Tailwind y otros. Se activa automáticamente para preguntas de configuración, solicitudes de generación de código y consultas específicas de frameworks. Devuelve documentación con reconocimiento de versiones y código oficial...
official
find-docs
upstash
Recupera la documentación actual y ejemplos de código para cualquier librería usando la CLI de Context7.
official
redis-js
upstash
Trabaja con el SDK de Upstash Redis para JavaScript/TypeScript para operaciones serverless de Redis. Úsalo para almacenamiento en caché, almacenamiento de sesiones, limitación de velocidad, tablas de clasificación, texto completo…
official
upstash-search-js
upstash
Punto de entrada para habilidades de documentación que cubren inicios rápidos de Upstash Search, conceptos básicos y uso del SDK de TypeScript. Úsalo cuando un usuario pregunte cómo empezar,…
official
upstash/search TypeScript SDK
upstash
upstash/search-typescript-sdk — una habilidad instalable para agentes de IA, publicada por upstash/search-js.
official