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."