find-docs

Retrieve current documentation and code examples for developer libraries via Context7.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents relying on outdated training data by retrieving current documentation, API references, and code examples for libraries, frameworks, SDKs, CLI tools, and cloud services so answers reflect the latest APIs and configuration options.

Core Features & Use Cases

  • Library resolution: Resolve ambiguous package or product names to Context7-compatible library IDs including version-specific IDs when provided.
  • Live documentation queries: Query Context7 to fetch authoritative API syntax, configuration details, migration guidance, and runnable code snippets.
  • Use Case: When a user asks how to migrate Prisma schemas, fix a Next.js router issue, or clean up React useEffect with async operations, resolve the correct library ID and return relevant, versioned docs and examples.

Quick Start

Find the latest documentation and code examples for React's useEffect cleanup by resolving the React library ID and querying Context7 with the user's full question.

Frequently Asked Questions about find-docs

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

FAQPage Schema
How do I get up-to-date library docs and code examples for API references?

To get up-to-date library docs and code examples, this Skill retrieves current API references and runnable snippets by resolving a Context7 library ID and querying live documentation. It ensures answers reflect the latest APIs rather than outdated training data.

What's the best way to find migration guidance for a specific library version?

Finding migration guidance is handled by resolving version-specific Context7 library IDs and querying for authoritative documentation. This fetches versioned references and configuration details to navigate framework or SDK version changes accurately.

Can I use this to fix React useEffect cleanup issues with async operations?

You can use this to fix React useEffect cleanup issues by resolving the React library ID and querying Context7 with your full question. It surfaces authoritative code snippets and API syntax to debug async operations effectively.

Does this work with CLI tools and cloud services for setup and configuration questions?

This works with CLI tools and cloud services by resolving their Context7 library IDs and fetching live documentation. It provides current configuration details, setup instructions, and quota or error guidance for these developer tools.

What happens if a library lookup fails to resolve a Context7 ID?

If a library lookup encounters issues, the Skill limits resolution attempts to three per question. This constraint ensures efficient querying while attempting to surface authoritative code snippets and versioned references for the specified developer library.

Why should I query live documentation instead of relying on existing knowledge for SDK syntax?

Querying live documentation for SDK syntax prevents relying on outdated training data. By fetching current API references and configuration options through Context7, you receive accurate, versioned guidance and runnable code examples for your development questions.