What problem does it solve? AI assistants often rely on outdated training data when answering questions about library APIs, leading to deprecated methods and incorrect code examples. This Skill retrieves current, version-specific documentation on demand so answers reflect the actual state of a library. ## Core Features & Use Cases - Library Search: Find the correct Context7 library ID (e.g., /facebook/react) for any package by name. - Documentation Fetching: Pull API references and code examples in code mode, or conceptual guides and tutorials in info mode, with optional topic filtering like hooks or routing. - Use Case: When a user asks "How do I use React Server Components in Next.js?", search for the Next.js library ID, fetch the routing topic docs, and answer with current official patterns instead of stale knowledge. ## Quick Start Ask the assistant to look up the current documentation for a library, for example: "Use Context7 to show me how React hooks work."