context7

Fetch up-to-date library documentation via the Context7 API.

4|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/smart-village-solutions/sva-studio --skill context7-smart-village-solutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context7
Source: https://github.com/smart-village-solutions/sva-studio/tree/main/.agents/skills/context7
Command: npx skills add https://github.com/smart-village-solutions/sva-studio --skill context7-smart-village-solutions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve up-to-date documentation for software libraries and frameworks via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training.

Core Features & Use Cases

  • Retrieve up-to-date documentation for software libraries and frameworks via curl-like calls to Context7.
  • Fetch library metadata, usage examples, and API references to ensure up-to-date accuracy.
  • Use cases include finding code examples for API usage, verifying function signatures, and comparing documentation across versions.

Quick Start

Ask Context7 for the latest documentation on a library or API to retrieve up-to-date references and code examples.

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 documentation for a software library?

To fetch up-to-date library documentation, retrieve current API references and code examples via the Context7 API, which returns metadata and contextual docs in text or json formats.

How can I find code examples for specific API functions?

Finding code examples for specific API functions is done by querying the Context7 API endpoints, which return contextual documentation and usage examples for the requested library or framework.

How do I verify the correct usage of library functions across different versions?

Verifying the correct usage of library functions across versions requires querying Context7 to obtain current API references and metadata, ensuring your implementation matches the latest framework signatures.

Can I get current API references for frameworks that changed since my training data?

Getting current API references for recently changed frameworks is supported by fetching real-time documentation via the Context7 API, bypassing outdated training data with live library metadata.

Does Context7 support retrieving documentation in json format?

Context7 supports retrieving documentation in json format, alongside text, by using its search and context endpoints to return structured library metadata and contextual API references.