What problem does it solve? AI training data often contains outdated API signatures, configuration options, and version-specific behavior for libraries and frameworks. This Skill queries live documentation through the Context7 CLI so answers reflect current APIs instead of stale memorized knowledge. ## Core Features & Use Cases - Library Resolution: Converts a package or product name into a Context7 library ID using a two-step resolve-then-query workflow, with support for version-specific IDs like /org/project/version. - Documentation Queries: Returns code snippets and prose explanations for API syntax, configuration options, migrations, setup instructions, and CLI usage for any indexed library. - Use Case: When asked how to configure middleware in Next.js App Router, the Skill resolves nextjs to /vercel/next.js and queries current docs rather than relying on potentially outdated training data. ## Quick Start Ask the assistant to look up how to define one-to-many relations with cascade delete in Prisma using current documentation.