context7

Fetch current version-specific library documentation from the Context7 MCP server.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/ckallum/calsuite --skill context7-ckallum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context7
Source: https://github.com/ckallum/calsuite/tree/main/skills/context7
Command: npx skills add https://github.com/ckallum/calsuite --skill context7-ckallum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Look up up-to-date library documentation using the Context7 MCP server to avoid relying on deprecated APIs or outdated examples, improving accuracy during development.

Core Features & Use Cases

  • Explicit invocation to resolve a library's Context7 ID and fetch current docs.
  • Proactive use to automatically reference API details during coding sessions.
  • Use Case: when integrating a new library or pinning to a specific major version, Context7 helps align with the correct API surface.

Quick Start

Invoke the context7 skill with a library name and optional query to fetch current, version-specific documentation.

Frequently Asked Questions about context7

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch current library documentation for a specific version during coding?

You can fetch current library documentation by invoking Context7 with a library name and optional query to retrieve version-specific docs, ensuring you reference the correct API surface rather than outdated examples.

Why does my code use deprecated APIs when integrating a new library?

Your code likely relies on outdated references because it lacks current library documentation. Fetching version-specific docs via Context7 replaces deprecated APIs with up-to-date examples, improving development accuracy.

What is the best way to pin a major version and clarify API details for a library?

The best way to pin a major version and clarify API details is to resolve the library ID and query its current docs through Context7, summarizing relevant details for immediate integration use.

Can I automatically reference up-to-date API details during development sessions?

Yes, you can proactively use Context7 to automatically reference up-to-date API details during coding sessions, fetching current documentation to align your code with the correct library version.

Do I need to resolve a library ID before fetching its version-specific docs?

Yes, you must resolve the library ID first using the Context7 MCP server, then query the docs with that ID to fetch accurate, version-specific documentation for your development tasks.