What problem does it solve? AI coding agents rely on training data that quickly becomes outdated, leading to wrong API signatures and deprecated patterns. This Skill connects your agent to Context7 so it can pull current documentation for any library, install curated coding skills, and configure Context7 MCP for your editor. ## Core Features & Use Cases - Documentation Lookup: Resolve a library name to its Context7 ID with ctx7 library, then fetch up-to-date docs and code examples with ctx7 docs. - Skills Management: Install, search, suggest, list, remove, and AI-generate coding skills from the Context7 registry for Claude Code, Cursor, and other agents. - MCP Setup: Configure Context7 MCP or CLI+Skills mode for Claude Code, Cursor, and OpenCode with a single ctx7 setup command. - Use Case: While writing Next.js middleware, ask the agent to verify the current App Router API; it resolves /vercel/next.js and returns fresh docs instead of stale training-data guesses. ## Quick Start Ask the agent to fetch the latest React documentation about cleaning up useEffect with async operations using ctx7.