context7

Resolve Context7 library IDs and query technical documentation with intent.

Updated May 15, 2026
One-click install
npx skills add https://github.com/JBonfim/skill-developer --skill context7-jbonfim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context7
Source: https://github.com/JBonfim/skill-developer/tree/main/.agents/skills/context7
Command: npx skills add https://github.com/JBonfim/skill-developer --skill context7-jbonfim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Context7 helps you avoid outdated or incorrect technical answers by retrieving authoritative, up-to-date documentation and examples for the exact library, SDK, API, or platform you are using.

Core Features & Use Cases

  • Documentation and API reference retrieval: Looks up current endpoints, parameters, and usage details for developer technologies.
  • Code example discovery: Fetches relevant snippets that match the intent of your question or the library workflow you are implementing.
  • Version-aware searching: Uses version-specific library IDs when you mention a particular release.

Quick Start

Ask an AI to use Context7 to look up the official documentation for your target technology and then answer your question using the retrieved results.

Frequently Asked Questions about context7

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

FAQPage Schema
How do I get up-to-date API reference documentation for a specific library version?

Retrieve authoritative API reference documentation by resolving a technology into a version-specific library ID and querying docs with a specific intent to fetch current endpoints, parameters, and usage details.

What is the best way to find code examples for SDK integration and setup?

Find code examples for SDK integration and setup by querying documentation with your specific workflow intent, fetching relevant snippets that match the library or framework task you are implementing.

How do I debug version-specific behavior across different frameworks?

Debug version-specific behavior across frameworks by supplying a valid library ID and querying documentation with your debugging intent to retrieve authoritative guidance on the exact release.

Can I use this to get CLI commands and configuration details for developer platforms?

Yes, you can retrieve CLI commands and configuration details for developer platforms by resolving a valid library ID and querying the documentation with your specific configuration or CLI intent.

What happens when documentation retrieval fails to find a valid library ID?

When documentation retrieval fails after limiting attempts to three per question, the system provides clear fallback behavior, ensuring you know the library ID could not be resolved for your query.

Do I need to supply a library ID before querying docs for migration guidance?

Yes, you need to supply a valid library ID before querying docs for migration guidance, unless you run a prior library resolution step to retrieve the correct identifier automatically.