doc-lookup

Answer technical questions using official documentation with source URLs.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Handy369/passto-pi-frame --skill doc-lookup-handy369
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-lookup
Source: https://github.com/Handy369/passto-pi-frame/tree/main/skills/doc-lookup
Command: npx skills add https://github.com/Handy369/passto-pi-frame --skill doc-lookup-handy369

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents outdated or hallucinated technical answers by forcing the model to consult authoritative official documentation for specific libraries, APIs, frameworks, and version details.

Core Features & Use Cases

  • Official-doc-first answering: Ensures responses are grounded in retrieved official sources rather than training data.
  • Category-based URL routing: Uses curated references/*.md mappings to quickly locate the best documentation sources.
  • On-demand URL discovery & cataloging: If a URL is missing, it performs web search and adds newly found authoritative URLs to the allowed AUTO-ADDED-SOURCES region.

Example use case: A user asks, “How do I configure FastAPI CORS, and what changed in the latest version?” The Skill routes to the FastAPI reference category, reads the official docs, then answers with parameter-accurate guidance and sources.

Quick Start

Ask the question directly and request official documentation grounding, for example: "How do I configure CORS in FastAPI, and what are the exact parameters—answer using the official FastAPI docs with links."

Frequently Asked Questions about doc-lookup

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

FAQPage Schema
How do I get official documentation answers for API parameters instead of model guesswork?

To get official documentation answers, the Skill routes technical questions to curated reference URLs, retrieves authoritative source content, and responds with parameter-accurate guidance and explicit source links.

How do I configure specific libraries using official docs and exact parameter references?

Configuring specific libraries using official docs requires asking your technical question directly and requesting source grounding; the Skill reads the authoritative documentation content and answers strictly from that source.

Can I use this to explain version differences and technology comparisons for named frameworks?

Yes, you can use this to explain version differences and technology comparisons for named frameworks, as it consults maintained references to retrieve authoritative version-specific documentation content.

What happens if a technical search for a specific framework documentation URL is missing?

If a technical search for a specific framework documentation URL is missing, the Skill performs on-demand web discovery, retrieves the authoritative source, and catalogs newly found URLs into an allowed auto-added sources region.

Why does source grounding prevent outdated or hallucinated technical answers?

Source grounding prevents outdated or hallucinated technical answers by forcing the model to consult and read authoritative official documentation for specific libraries and APIs instead of relying on training data.