context7

Fetch current library documentation via the Context7 API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides access to current, up-to-date library documentation, overcoming the limitations of outdated training data.

Core Features & Use Cases

  • Real-time Documentation: Access the latest API references, patterns, and best practices for any library.
  • Dependency Management: Ensure you're using the most current versions and features when installing or working with libraries.
  • Use Case: When implementing a new feature using React, use this Skill to fetch the latest documentation on useEffect hooks and their cleanup functions to avoid common pitfalls.

Quick Start

Use the context7 skill to search for documentation on the 'react' library.

Frequently Asked Questions about context7

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

FAQPage Schema
How do I fetch up-to-date library documentation for TypeScript APIs?

Use this Skill to fetch up-to-date library documentation via the Context7 API, accessing real-time API references and best practices to overcome the limitations of outdated training data.

What is the best way to verify current best practices when updating dependencies?

Verifying current best practices for dependency updates involves fetching real-time documentation to ensure you are using the most current versions and features for external libraries.

Do I need a specific API key to retrieve real-time library documentation?

Yes, you need a CONTEXT7_API_KEY for authentication to search libraries and retrieve contextual information using the underlying Python scripts.

Can I use this to debug specific library issues and check API patterns?

Yes, you can use it to debug specific library issues by fetching current API references, patterns, and best practices for any library in real-time.

How does real-time documentation retrieval work for external libraries?

Real-time documentation retrieval works by executing Python scripts that query the Context7 API to search for libraries and retrieve contextual information for proactive information retrieval.