What problem does it solve? Training data about libraries and frameworks quickly becomes outdated, leading to incorrect API usage and deprecated code patterns. This Skill retrieves current, version-specific documentation on demand so answers reflect the real, present-day API. ## Core Features & Use Cases - Library Search: Query the Context7 search endpoint with a library name and topic to resolve the correct library ID. - Documentation Retrieval: Fetch plain-text or JSON documentation snippets for a specific topic using the resolved library ID. - Library Registry: A curated registry covers Drizzle, Prisma, Next.js, React, TanStack Query, Better Auth, Zod, Vitest, and more, with aliases and optimized query patterns. - Use Case: When asked how to set up Drizzle ORM with PostgreSQL, the Skill searches Context7 for the Drizzle library ID, then fetches current setup and schema documentation instead of relying on stale training knowledge. ## Quick Start Ask the assistant to fetch the latest documentation for a library topic, for example: use Context7 to get current Next.js App Router routing documentation.