What problem does it solve? AI training data becomes outdated, so answers about libraries, frameworks, and APIs can be wrong or stale. This Skill retrieves live documentation through the Context7 MCP server so answers reflect current API behavior, setup steps, and code examples. ## 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. - Live Documentation Queries: Fetches up-to-date docs and code snippets with the query-docs tool, with version-aware selection when users mention specific releases. - Use Case: A developer asks "How do I configure Next.js middleware?" The Skill resolves the /vercel/next.js library ID, queries the current docs, and answers with a working middleware.ts example from the fetched documentation. ## Quick Start Ask a question about a specific library or framework, such as how to set up authentication in Supabase, and the Skill will fetch the current documentation to answer.