What problem does it solve? AI assistants often rely on outdated training data when answering questions about libraries and frameworks, producing deprecated APIs or incorrect code examples. This Skill retrieves up-to-date documentation from Context7 so answers reflect the current state of the library. ## Core Features & Use Cases - Library Resolution: Maps a library name mentioned by the user (React, Vue, Next.js, Prisma, Supabase, etc.) to the correct Context7 library ID using the resolve-library-id tool. - Targeted Documentation Queries: Fetches relevant documentation sections with query-docs based on the user's specific question rather than dumping entire docs. - Version Awareness: Prefers version-specific library IDs when the user mentions versions like React 19 or Next.js 15. - Use Case: A user asks "How do I configure Next.js middleware?" The Skill resolves the Next.js library ID, queries the current middleware documentation, and answers with accurate code examples from official sources. ## Quick Start Ask a question about any library or framework, such as how to configure authentication in Supabase, and the Skill will fetch current documentation to answer it.