What problem does it solve? AI training data becomes outdated, so answers about libraries, frameworks, and APIs may reference deprecated methods or old versions. This Skill retrieves up-to-date documentation from Context7 so answers about React, Next.js, Prisma, Supabase, and other frameworks reflect current APIs. ## Core Features & Use Cases - Library Resolution: Calls resolve-library-id with the library name and the user's question to find the best-matching Context7 library ID. - Documentation Queries: Calls query-docs with the selected library ID and the user's specific question to fetch relevant docs and code examples. - Version Awareness: Prefers version-specific library IDs when users mention versions like React 19 or Next.js 15, and favors official packages over community forks. - Use Case: When a user asks "How do I configure Next.js middleware?", the Skill resolves the Next.js library ID, fetches current middleware documentation, and answers with accurate code examples citing the relevant version. ## Quick Start Ask how to configure a feature in a specific framework, such as "How do I set up authentication with Supabase in Next.js 15?"