What problem does it solve? AI training data becomes outdated, so answers about libraries and frameworks can reference deprecated APIs or miss new features. This Skill retrieves live, version-aware documentation through the Context7 MCP instead of relying on stale training knowledge. ## Core Features & Use Cases - Library Resolution: Converts a library name like Next.js, Prisma, or Supabase into a Context7-compatible library ID using the resolve-library-id tool. - Targeted Doc Queries: Fetches relevant documentation snippets and code examples with the query-docs tool, ranked by name match, benchmark score, and source reputation. - Version Awareness: Prefers version-specific library IDs when the user mentions versions like React 19 or Next.js 15. - Use Case: When asked "How do I configure Next.js middleware?", the Skill resolves the official Next.js library ID, queries the current docs, and answers with an up-to-date middleware.ts example. ## Quick Start Ask how to set up middleware in Next.js and have the current official documentation fetched via Context7 to answer with a working code example.