What problem does it solve? AI training data becomes outdated, so answers about libraries and frameworks may reference deprecated APIs or miss recent features. This Skill retrieves up-to-date documentation from Context7 so answers about frameworks like React, Next.js, Prisma, or Supabase reflect current versions. ## 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 tool. - 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 the user mentions 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, queries the current docs, and returns an accurate answer with working code examples. ## Quick Start Ask how to configure authentication with Supabase and request current code examples from the official documentation.