Agent skill
mcp-context7
Integración con Context7 MCP Server para obtener documentación actualizada de librerías.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/mcp-context7
SKILL.md
Context7 MCP Skill
Description
Context7 provee documentación en tiempo real para 20,000+ librerías, evitando alucinaciones de la IA sobre versiones viejas.
Setup de IDE (Cursor/Windsurf)
Para que el modelo (y nosotros) pueda usar Context7, configura tu cliente MCP:
1. Obtener API Key
Recomendado: Obtén una key gratis en Context7 Dashboard.
2. Configuración (Local)
Agrega esto a tu ~/.cursor/mcp.json o .cursor/mcp.json:
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp", "--api-key", "TU_API_KEY_AQUI"]
}
}
}
Uso
Simplemente invoca "use context7" en tu prompt desde el IDE.
Ejemplos
- "Cómo configuro el middleware de Next.js 15? use context7"
- "Dame el código para subir archivos a Supabase Storage v2. use context7"
Uso en Antigravity (CLI)
Si prefieres usar la terminal o estás en Antigravity:
- Asegúrate de tener
CONTEXT7_API_KEYen tu.env. - Ejecuta el script:
# Sintaxis: python scripts/ask_context7.py [libreria] [pregunta]
python scripts/ask_context7.py nextjs "how to use server actions"
python scripts/ask_context7.py google-genai "multimodal prompt example"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?