What problem does it solve? AI coding assistants often rely on outdated training data when answering questions about libraries and frameworks, producing deprecated APIs or wrong syntax. This Skill retrieves up-to-date documentation on demand so answers reflect the current state of tools like React, Next.js, and Prisma. ## Core Features & Use Cases - Automatic Documentation Retrieval: Fetches the latest library and framework documentation through the Context7 API during conversations. - Auto-Trigger Integration: Activates automatically when questions involve popular libraries, without manual invocation. - Configurable Rate Limits: Supports an optional API key configured via environment variables for higher request limits. - Use Case: While building a Next.js feature, ask how to configure a middleware and receive guidance based on the current Next.js documentation rather than stale training data. ## Quick Start Install the skill with npx skills add -g BenedictKing/context7-auto-research, then ask a question about any library such as React or Prisma to receive answers grounded in current documentation.