What problem does it solve? Library APIs change frequently and training data quickly becomes outdated, leading to deprecated method calls and broken implementations. This Skill provides a structured workflow for looking up live, version-accurate documentation through the Context7 MCP server before writing code. ## Core Features & Use Cases - Library Resolution Workflow: Resolves a library name to a Context7 ID first, then queries topic-specific docs, never guessing API signatures. - Caching and Fallbacks: Caches successful query results within a session and falls back to WebSearch or built-in knowledge when the server is unavailable. - Use Case: When implementing JWT authentication in Express.js, resolve the Express library ID, query Context7 for current middleware patterns, and apply version-compatible code instead of relying on stale training data. ## Quick Start Ask the agent to look up the current official documentation for a specific library or framework feature before implementing it.