find-docs

Retrieves current library documentation and code examples via the Context7 CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ctx7.

What problem does it solve? Training data often contains outdated API signatures, deprecated configuration options, and stale version details for libraries and frameworks. This Skill queries live documentation sources so answers about any developer technology reflect current, accurate information. ## Core Features & Use Cases - Library Resolution: Converts a package or product name into a Context7-compatible library ID, ranked by relevance, snippet count, and source reputation. - Documentation Queries: Fetches up-to-date code snippets and prose explanations for a resolved library, including version-specific documentation. - Use Case: A developer asks how to configure middleware in the Next.js app router. The Skill resolves Next.js to its library ID, then retrieves current documentation and working code examples instead of relying on potentially outdated training knowledge. ## Quick Start Use the find-docs skill to look up how to define one-to-many relations with cascade delete in Prisma.

Frequently Asked Questions about find-docs

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

FAQPage Schema
How do I look up current documentation for a library like React or Next.js?

Run ctx7 library with the library name and a descriptive query to resolve a Context7 library ID, then run ctx7 docs with that ID and your question. The two-step process returns current code snippets and prose explanations.

How do I find documentation for a specific library version?

Use a version-specific library ID in the format /org/project/version, such as /vercel/next.js/v14.3.0-canary.87. Available versions are listed in the ctx7 library output; pick the closest match to the version the user specified.

Does Context7 require an API key or authentication?

Context7 works without authentication at base rate limits. For higher limits, set the CONTEXT7_API_KEY environment variable or run ctx7 login to authenticate via OAuth.

Why does ctx7 docs fail with an invalid library error?

The docs command requires a valid library ID with a leading slash, such as /facebook/react, not a plain name like react. Always run ctx7 library first to resolve the name into a proper ID before querying documentation.

What happens when the Context7 monthly quota is exceeded?

Quota errors mean the free usage limit is reached. Authenticate with ctx7 login for higher limits, or answer from training knowledge while clearly telling the user the information may be outdated.