What problem does it solve?
Technical answers often rely on outdated or mismatched documentation, causing developers to use deprecated APIs or mix examples from incompatible major versions. This Skill ensures answers are grounded in the correct, version-specific official documentation.
Core Features & Use Cases
- Library Identity Resolution: Identifies the exact library, framework, product, and version from the request or current project before querying documentation.
- Bounded Documentation Retrieval: Asks focused documentation questions and keeps retrieved context small and relevant, preferring API references, migration guides, and official examples matching the installed version.
- Version-Safe Answers: Explains answers with relevant API names and version constraints while distinguishing documented behavior from inference.
- Use Case: When asked how to configure routing in a project, the Skill first resolves the exact framework version in use, retrieves the matching official docs, and answers using only APIs valid for that version.
Quick Start
Resolve the library and version used in this project, then pull the matching official documentation to answer my question about its API.