What problem does it solve? Training data often contains outdated API signatures, deprecated configuration options, and stale version details for libraries and frameworks. This Skill queries live documentation sources so answers about any developer technology reflect current, accurate information. ## Core Features & Use Cases - Library Resolution: Converts a package or product name into a Context7-compatible library ID, ranked by relevance, snippet count, and source reputation. - Documentation Queries: Fetches up-to-date code snippets and prose explanations for a resolved library, including version-specific documentation. - Use Case: A developer asks how to configure middleware in the Next.js app router. The Skill resolves Next.js to its library ID, then retrieves current documentation and working code examples instead of relying on potentially outdated training knowledge. ## Quick Start Use the find-docs skill to look up how to define one-to-many relations with cascade delete in Prisma.