documentation-lookup

Identify libraries, frameworks, products, and versions from user prompts.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/espensev/ai-skills --skill documentation-lookup-espensev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-lookup
Source: https://github.com/espensev/ai-skills/tree/main/codex-skills/skills/documentation-lookup
Command: npx skills add https://github.com/espensev/ai-skills --skill documentation-lookup-espensev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch current, up-to-date library, framework, and API documentation to ensure answers are accurate and trustworthy.

Core Features & Use Cases

  • Retrieve official docs for a given library or framework.
  • Prioritize primary sources (official docs, migration guides, API references).
  • Provide version-aware guidance and references for user questions.

Quick Start

Ask the skill to fetch the latest official docs for a named library or framework.

Frequently Asked Questions about documentation-lookup

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

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

Fetch current API documentation by identifying the exact library, framework, and version in your prompt. The skill prioritizes official primary sources like API references to provide concise, version-aware answers with source links.

Why should I look up official framework docs before writing code?

Looking up official framework docs ensures your answers are accurate and trustworthy. Checking primary sources like migration guides prevents using outdated APIs and confirms version-specific behaviors before implementation.

Can I retrieve version-aware migration guides for a specific library?

Yes, you can retrieve version-aware migration guides by naming the library and version. The skill validates the referenced version and prioritizes official migration documentation to deliver accurate guidance.

What is the best way to find official API references for a named framework?

The best way to find official API references is to ask the skill to fetch docs for the named framework. It identifies the exact product referenced and prioritizes official primary sources to return concise answers with links.

Does documentation lookup work without specifying a library version?

Documentation lookup works best with a specified version, but it will identify the exact library and version referenced in your prompt. If omitted, it validates available versions using official sources to provide current guidance.

What are the limitations of using automated documentation lookup for API references?

Automated documentation lookup relies on identifying the exact library and version in your prompt. If the framework lacks official primary sources or the version is unrecognized, it cannot provide validated, version-aware API references.