What problem does it solve? LLM training data often contains outdated or hallucinated API references for libraries. This Skill retrieves current, version-specific documentation and code examples from the Context7 API so answers are grounded in real docs. ## Core Features & Use Cases - Library Search: Find Context7-compatible library IDs (e.g., /facebook/react) using the /api/v2/libs/search endpoint with LLM-powered ranking. - Documentation Context: Query the /api/v2/context endpoint to get reranked documentation snippets and code examples for a specific library and question. - Use Case: When writing code against FastAPI and unsure of the current dependency injection syntax, query Context7 for /tiangolo/fastapi with the question "dependency injection" to receive accurate, current examples instead of relying on stale training data. ## Quick Start Ask the assistant to look up the current documentation for the React useState hook using Context7.