What problem does it solve? AI training data becomes outdated, so answers about libraries and frameworks may reference deprecated APIs or miss recent changes. This Skill retrieves up-to-date documentation from Context7 so answers about React, Next.js, Prisma, Supabase, and other frameworks reflect current versions. ## 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 Retrieval: 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: 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?"