context7

Retrieve current library documentation from the Context7 API using libraryName and topic parameters.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ShadowAUS/chez-king-portal --skill context7-shadowaus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context7
Source: https://github.com/ShadowAUS/chez-king-portal/tree/main/.tessl/tiles/intellectronica/agent-skills/skills/context7
Command: npx skills add https://github.com/ShadowAUS/chez-king-portal --skill context7-shadowaus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often need current, authoritative documentation for libraries, frameworks, and components, but training data quickly becomes outdated and hard to verify.

Core Features & Use Cases

  • Real-time documentation retrieval: Retrieve current docs for libraries and topics from the Context7 API to ensure accuracy.
  • Code examples & usage guidance: Provide code snippets and usage notes to accelerate implementation.
  • Use Case: When evaluating a library or debugging a feature, fetch the latest API references and examples to inform decisions.

Quick Start

Query the Context7 API with the library name and topic to retrieve the relevant documentation.

Frequently Asked Questions about context7

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

FAQPage Schema
How do I retrieve up-to-date documentation for a software library?

To retrieve up-to-date library documentation, query the Context7 API using the required libraryName and topic parameters to fetch current API references and usage guidance. You can also specify an optional type parameter to return results in either json or txt format.

What is the best way to get real-time code examples for a specific framework?

The best way to get real-time code examples is to fetch current documentation on demand from the Context7 API. This ensures the code snippets and usage notes you receive for your target framework are accurate and not outdated.

Can I get API references in JSON format for a specific software component?

Yes, you can get API references in JSON format. When querying the Context7 API with the libraryName and topic, set the optional type parameter to json to retrieve structured documentation data instead of plain text.

How does real-time documentation retrieval help with debugging?

Real-time documentation retrieval helps debugging by providing current API references and code examples directly from the Context7 API. This allows you to verify the exact usage and parameters of a library feature to identify and fix implementation errors.

Why should I use real-time library docs instead of static training data?

You should use real-time library docs because training data quickly becomes outdated and hard to verify. Retrieving current documentation on demand from the Context7 API ensures you are referencing accurate, authoritative API details during development and learning.