What problem does it solve? AI training data becomes outdated, so answers about libraries and frameworks often reference deprecated APIs 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 releases. ## Core Features & Use Cases - Library Resolution: Maps a library name from the user's question to the correct Context7 library ID using the resolve-library-id call. - Targeted Documentation Queries: Fetches relevant documentation sections with query-docs based on the user's specific question. - Version Awareness: Prefers version-specific library IDs when users mention versions like React 19 or Next.js 15. - Use Case: A developer asks how to configure Next.js middleware. The Skill resolves the Next.js library ID, fetches current middleware documentation, and produces an answer with accurate code examples. ## Quick Start Ask how to configure authentication with Supabase and request current documentation for the answer.