What problem does it solve? LLM training data becomes outdated, so answers about libraries, frameworks, and APIs are often stale or incorrect. This Skill retrieves up-to-date documentation from Context7 so code examples and setup guidance match the actual current versions of tools like React, Next.js, Prisma, and Supabase. ## 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, current docs. - Version Awareness: Prefers version-specific library IDs when the user mentions 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, queries the docs with that exact question, and answers using current official documentation with accurate code examples. ## Quick Start Ask how to configure authentication with Supabase and have the answer grounded in the latest official documentation fetched through Context7.