looking-up-docs

Locate official library API documentation matching a specified version with structured results.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/zero-rehq/opencode-kit --skill looking-up-docs-zero-rehq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: looking-up-docs
Source: https://github.com/zero-rehq/opencode-kit/tree/main/.opencode/skill/looking-up-docs
Command: npx skills add https://github.com/zero-rehq/opencode-kit --skill looking-up-docs-zero-rehq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill locates official API and library documentation that matches a specific version, avoiding invented syntax or outdated references.

Core Features & Use Cases

  • Version-specific search: Retrieves docs tailored to the exact library version identified in package.json.
  • Official sources only: Prioritizes official docs, GitHub READMEs, and TypeScript definitions over third-party references.
  • No hallucinations: Avoids guessing syntax and reports when no docs are found.
  • Multiple sources: Combines official docs, README files, and typings to provide comprehensive guidance.

Quick Start

Use the skill to fetch the React 18 docs for the useEffect API from the official site.

Frequently Asked Questions about looking-up-docs

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

FAQPage Schema
How do I find official API documentation for a specific library version?

Finding official API documentation for a specific library version involves searching official sources like docs and GitHub READMEs to match your exact version. This avoids outdated references and returns structured results with API signatures, parameters, and source URLs.

What is the best way to avoid hallucinated syntax when looking up API references?

To avoid hallucinated syntax when looking up API references, prioritize fetching data exclusively from official documentation, GitHub READMEs, and TypeScript definitions. This guarantees exact API usage without guessing syntax.

Can I retrieve deprecation notes and version-specific behavior from official library docs?

Yes, you can retrieve deprecation notes and version-specific behavior by searching official library docs and TypeScript definitions. It combines official documentation, README files, and typings to provide comprehensive guidance on deprecations.

How do I get exact API signatures and parameters for a library matching my package.json?

You get exact API signatures and parameters by locating official documentation tailored to the exact library version identified in your package.json. It returns structured results containing API signatures, parameters, examples, and source URLs.

Does looking up version-specific docs work without third-party API references?

Yes, looking up version-specific docs works without third-party API references by prioritizing official documentation, GitHub READMEs, and TypeScript definitions over unofficial sources. It ensures accurate API usage and reports when no docs are found.