find-docs

Resolve library names to Context7 IDs and query current documentation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HuynhSang2005/delivery-app --skill find-docs-huynhsang2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-docs
Source: https://github.com/HuynhSang2005/delivery-app/tree/main/.agents/skills/find-docs
Command: npx skills add https://github.com/HuynhSang2005/delivery-app --skill find-docs-huynhsang2005

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieves authoritative, up-to-date technical documentation, API references, configuration details, and code examples for developer technologies.

Core Features & Use Cases

  • Two-step workflow: resolve a library name to a Context7-compatible ID, then query the documentation with that ID.
  • Keeps API references, configuration options, CLI commands, and code samples fresh and accurate.
  • Use cases include locating endpoints, classes, methods, setup instructions, version differences, and migration notes.

Quick Start

Resolve a library with ctx7 library to obtain its ID, then fetch documentation with ctx7 docs using that ID.

Frequently Asked Questions about find-docs

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

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

To fetch current API documentation, resolve the library name to a Context7-compatible ID first, then query the documentation using that ID to retrieve accurate, up-to-date references and code examples.

How do I get up-to-date code examples for developer frameworks?

You can get up-to-date code examples by querying the latest official documentation sources through a two-step resolution process, ensuring you retrieve version-specific notes, setup instructions, and accurate API details.

Can I find migration notes and version differences for cloud services?

Yes, you can find migration notes and version differences for cloud services by looking up their latest documentation, which provides authoritative configuration details and CLI commands specific to each version.

What's the best way to look up CLI usage and configuration options?

The best way to look up CLI usage and configuration options is using a documentation lookup workflow that resolves the technology to an internal ID and fetches fresh, authoritative details from official sources.

Does this documentation lookup method work for any developer technology?

Yes, this documentation lookup method works across libraries, frameworks, and cloud services, retrieving authoritative API references and setup instructions as long as the technology can be resolved to a Context7-compatible ID.

Why do I need to resolve a library name before fetching its docs?

You need to resolve a library name to a Context7-compatible ID before fetching its docs to ensure the query targets the correct technology and returns accurate, up-to-date results from official sources.