Back to catalog

Context7 documentation lookup skill

A focused documentation lookup skill for agents that need current docs for React, Next.js, Vue, Express, Prisma, and other libraries.

Repository
netresearch/context7-skill
Skill path
SKILL.md
Systems
Claude Code, Codex, OpenCode, Zed
Install
npx add-skill netresearch/context7-skill
GitHub stars
20
Updated
2026-05-28
Source
README

What it is

context7-skill fetches up-to-date library documentation through the Context7 REST API. Its README emphasizes current docs, topic filtering, and avoiding persistent MCP schema overhead.

Why it is useful

Agents often rely on stale library knowledge. This skill gives them a lightweight path to current docs without installing a full MCP server.

Best uses

  • Checking current React, Next.js, Vue, Express, Prisma, or similar docs.
  • Asking for docs on a narrow topic such as hooks, routing, or middleware.
  • Repositories where MCP context overhead is undesirable.

Notes

This skill depends on Context7 availability. Treat fetched docs as an input to reasoning, not as a replacement for tests.