What problem does it solve? AI coding agents often rely on outdated training data when answering questions about libraries and frameworks. This Skill connects the agent to Context7 through the ctx7 CLI, so it can resolve library IDs, fetch up-to-date documentation and code examples, and manage AI coding skills from the Context7 registry. ## Core Features & Use Cases - Documentation retrieval: Resolve any library name to a Context7 ID with ctx7 library, then query current docs and code snippets with ctx7 docs, including version-specific IDs like /vercel/next.js/v14.3.0-canary.87. - Skills management: Install, search, suggest, list, remove, and AI-generate coding skills from GitHub repositories or the Context7 registry, targeting Claude Code, Cursor, or universal skill directories. - MCP setup: Configure Context7 MCP for Claude Code, Cursor, or OpenCode with a single ctx7 setup command, with API key or OAuth authentication options. - Use Case: While writing Next.js middleware, ask the agent how to add authentication to the app router; it resolves /vercel/next.js and returns current official docs instead of stale training-data answers. ## Quick Start Ask the agent to fetch the latest documentation for a library, for example: use ctx7 to show me how to clean up useEffect with async operations in React.