What problem does it solve? AI training data becomes outdated, so answers about library APIs, setup steps, and code examples can be wrong or stale. This Skill retrieves live documentation through the Context7 MCP server so answers reflect current library behavior. ## Core Features & Use Cases - Library Resolution: Converts a library name (e.g. Next.js, Prisma, Supabase) into a Context7-compatible library ID using the resolve-library-id tool, with version-aware selection. - Documentation Querying: Fetches relevant docs and code snippets via the query-docs tool, limited to 3 calls per question to control cost and latency. - Use Case: When asked "How do I configure Next.js middleware?", the Skill resolves the /vercel/next.js library ID, queries the docs, and answers with a current middleware.ts example instead of relying on memorized patterns. ## Quick Start Ask how to set up middleware in Next.js and have the answer grounded in the latest official documentation.