context7

Fetch current library documentation via the Context7 API.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Lutra23/content-workflow --skill context7-lutra23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context7
Source: https://github.com/Lutra23/content-workflow/tree/main/skills/context7-api
Command: npx skills add https://github.com/Lutra23/content-workflow --skill context7-lutra23

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Fetch up-to-date library documentation to ensure accurate API references and reduce time spent cross-checking sources.

Core Features & Use Cases

  • Proactively retrieve current docs for external libraries (React, Next.js, Supabase, etc.) and answer API questions with live details.
  • Support debugging and feature implementation by validating API signatures and usage patterns against authoritative docs.
  • Use during onboarding to surface authoritative guidance when engineering tasks require external library knowledge.

Quick Start

Use the search command to locate the library and then fetch its documentation with the context command.

Frequently Asked Questions about context7

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

FAQPage Schema
How do I fetch current library documentation for API references?

To fetch current library documentation, locate the target library using the search command, then retrieve its specific context using the context command. This ensures accurate API references by validating usage patterns against authoritative docs.

How do I validate external library API signatures during debugging?

You validate external library API signatures during debugging by retrieving live details via the Context7 API. Query the library context to compare your implementation against authoritative documentation and fix discrepancies.

Does Context7 work with React and Next.js developer tools?

Yes, Context7 works with React, Next.js, Supabase, and other external libraries. It proactively retrieves current docs through its API to support developer tools and answer API questions with live details.

What is the best way to get up-to-date library docs for feature implementation?

The best way to get up-to-date library docs for feature implementation is querying the Context7 API. It retrieves authoritative guidance and current documentation, reducing time spent cross-checking sources.

Do I need any dependencies to use the Context7 API for library search?

No, you do not need any dependencies to use the Context7 API for library search. The skill operates independently using frontmatter-driven scripts to perform search and context queries.