What problem does it solve? AI coding assistants often rely on stale training data when working with third-party libraries, producing outdated syntax or nonexistent APIs. This Skill retrieves up-to-date, version-specific documentation for external libraries, frameworks, and SDKs via MCP Context7 so implementation and architecture decisions are grounded in current facts. ## Core Features & Use Cases - Library Resolution: Resolves a library name to the correct Context7 ID before querying, preferring exact matches with strong source reputation. - Targeted Documentation Queries: Fetches precise answers about API usage, configuration, migration behavior, and version-specific syntax with token-efficient queries. - Role-Based Guidance: Provides tailored workflows for backend developers, system architects, and spec-driven tasks to verify external contracts. - Use Case: When integrating JWT authentication in Express 5, resolve the library ID and query the exact middleware configuration instead of relying on potentially outdated memory. ## Quick Start Ask the assistant to use Context7 to look up the current documentation for a specific library feature, such as how to configure PostgreSQL storage in Hangfire for ASP.NET Core.