context7

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

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/programadorisgod/builder-projects --skill context7-programadorisgod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context7
Source: https://github.com/programadorisgod/builder-projects/tree/main/bin/assets/.agents/skills/context7
Command: npx skills add https://github.com/programadorisgod/builder-projects --skill context7-programadorisgod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve up-to-date documentation for software libraries, frameworks, and components using the Context7 API.

Core Features & Use Cases

  • Real-time documentation lookup: Fetch current references for libraries, frameworks, and APIs.
  • Code example retrieval: Obtain practical usage examples for specific APIs or features.
  • Verification & learning: Confirm correct function usage and inspect latest API changes.

Quick Start

Run a curl command to search for the library and fetch its documentation from the Context7 API.

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

Fetch up-to-date API documentation by querying the Context7 API with curl, using libraryId and query parameters to retrieve current references for software libraries and frameworks.

Can I get real-time code examples for specific library functions?

Yes, retrieve real-time code examples by querying the Context7 context endpoint with curl, passing the libraryId and a query parameter for the specific API or feature.

How do I verify correct usage of a framework function that changed recently?

Verify correct function usage by fetching current API docs via the Context7 API, obtaining the latest information about library functions that may have changed since training.

What's the best way to look up current API docs for programming frameworks on demand?

Look up current API docs on demand by running a curl command to search the Context7 libraries endpoint and fetch framework documentation in txt or json format.

Do I need any dependencies to retrieve library documentation using this approach?

No dependencies are required; retrieve library documentation by executing curl commands directly to query the Context7 search and context endpoints for framework references.

Why does my library lookup return outdated API information?

Library lookups return outdated information when relying on training data; fetch real-time API docs via the Context7 API to obtain current, verified documentation for software components.