What problem does it solve?
This Skill addresses the critical issue of relying on outdated or inaccurate information from Large Language Model memory, which can lead to deprecated APIs, version mismatches, security vulnerabilities, and subtle bugs. It ensures all external knowledge is gathered from authoritative sources, properly validated, version-aware, and correctly cited.
Core Features & Use Cases
- Authoritative Documentation Gathering: Utilizes web search, URL fetching, and specialized documentation APIs (like Context7 MCP) to find and read official documentation, changelogs, and security advisories.
- Version-Aware Research: Emphasizes finding and using information specific to the target versions of libraries and frameworks.
- Use Case: Before implementing a new feature using a specific library version (e.g., FastAPI 0.110), this Skill will systematically research its authentication mechanisms, API signatures, and best practices, documenting all findings with direct citations to official sources.
Quick Start
Use the external research skill to find and document the official API for implementing JWT authentication in FastAPI version 0.110.