find-docs

Resolve library names to IDs and query documentation via ctx7 CLI commands.

Updated May 10, 2026
One-click install
npx skills add https://github.com/iAmAdheil/skills --skill find-docs-iamadheil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-docs
Source: https://github.com/iAmAdheil/skills/tree/main/find-docs
Command: npx skills add https://github.com/iAmAdheil/skills --skill find-docs-iamadheil

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ctx7, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of finding up-to-date documentation, API references, and code examples for any developer technology, reducing the time spent on searching for relevant information.

Core Features & Use Cases

  • Library Identification: Resolves package or product names to library IDs.
  • Documentation Retrieval: Accesses documentation for specified libraries or library versions.
  • Query Refinements: Provides the flexibility to refine searches with specific queries for improved results.
  • Quick Start: Efficient workflow for resolving and querying libraries with simple CLI commands.

Quick Start

Run the 'find-docs' skill with the following commands:

  1. Identify the library: ctx7 library <name>
  2. Query documentation: ctx7 docs <libraryId> <query>

Frequently Asked Questions about find-docs

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

FAQPage Schema
How do I find current developer documentation and code examples for a specific library?

To find developer documentation and code examples, you can resolve a library name to an ID and then query it to retrieve current API references and technology documentation efficiently.

How do I retrieve API references for a specific version of an SDK or cloud service?

Retrieving API references for specific SDK or cloud service versions involves querying the resolved library ID, allowing you to access targeted developer documentation and code examples.

What is the best way to look up CLI tool documentation without browsing external websites?

Looking up CLI tool documentation directly is done by resolving the package name to a library ID and executing a query to fetch the relevant reference materials and code examples.

Do I need to install the ctx7 tool to use this documentation lookup workflow?

Yes, you need the ctx7 tool to execute this documentation lookup workflow, as it requires specific CLI commands to resolve library IDs and retrieve the targeted technology references.

Can I refine my library lookup query to get more specific code examples?

Yes, you can refine your library lookup query by providing specific search terms alongside the library ID, which helps filter the retrieved developer documentation and code examples for improved results.