What problem does it solve? AI assistants often answer library and framework questions using outdated training data, producing deprecated APIs or incorrect code examples. This Skill retrieves up-to-date documentation from Context7 so answers reflect the current state of libraries like React, Next.js, Prisma, and Supabase. ## Core Features & Use Cases - Library Resolution: Maps a user's question to the correct Context7 library ID using the resolve-library-id tool, with version-aware selection. - Documentation Queries: Fetches targeted documentation and code examples via the query-docs tool using the user's full question for relevance. - Research Mode Retry: Falls back to researchMode, which pulls actual source repositories and live web results, when the default answer is insufficient. - Use Case: A developer asks "How do I configure Next.js 15 middleware?" The Skill resolves the Next.js library ID, fetches current middleware docs, and returns an accurate, version-specific code example. ## Quick Start Ask how to configure a specific feature in a named library or framework, such as requesting the current Supabase authentication methods with code examples.