What problem does it solve? AI training data becomes outdated, so answers about library APIs, frameworks, and components may be wrong or stale. This Skill retrieves current documentation directly from the Context7 API using curl, so you get accurate, up-to-date references instead of relying on memorized knowledge. ## Core Features & Use Cases - Library Search: Query the Context7 search endpoint to find the correct library ID for any framework or package (React, Next.js, FastAPI, etc.). - Documentation Retrieval: Fetch topic-specific documentation snippets in plain text or JSON format using the library ID. - Use Case: You need to verify the correct usage of React's useState hook. The Skill searches Context7 for the React library ID, then pulls current documentation on useState so the answer reflects the latest API rather than outdated training data. ## Quick Start Use the context7 skill to fetch the latest documentation for Next.js app router routing.