What problem does it solve? AI coding agents often rely on outdated training data when writing code against libraries, leading to wrong API signatures and deprecated patterns. This Skill uses the ctx7 CLI to pull current documentation for any library, manage AI coding skills from the Context7 registry, 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 GitHub repositories or the Context7 registry. - Editor setup: Configure Context7 MCP or CLI-based skills for Claude Code, Cursor, OpenCode, and other agents with ctx7 setup. - Use Case: While writing Next.js middleware, ask the agent to verify the current API — it runs ctx7 library nextjs to resolve the ID, then ctx7 docs /vercel/next.js to return current code examples instead of guessing from stale training data. ## Quick Start Ask the agent to fetch the latest documentation for a library you are using, for example by saying "use ctx7 to get current React docs on useEffect cleanup".