Loading...
Loading...
Fetch up-to-date library documentation via Context7 API. Use PROACTIVELY when: (1) Working with ANY external library (React, Next.js, Supabase, etc.) (2) User asks about library APIs, patterns, or best practices (3) Implementing features that rely on third-party packages (4) Debugging library-specific issues (5) Need current documentation beyond training data cutoff (6) AND MOST IMPORTANTLY, when you are installing dependencies, libraries, or frameworks you should ALWAYS check the docs to see what the latest versions are. Do not rely on outdated knowledge. Always prefer this over guessing library APIs or using outdated knowledge.
npx skill4agent add am-will/codex-skills context7CONTEXT7_API_KEYexport CONTEXT7_API_KEY="your-context7-key".envcp skills/context7/.env.example .env
set -a; source .env; set +apython3 ~/.codex/skills/context7/scripts/context7.py search "<library-name>"python3 ~/.codex/skills/context7/scripts/context7.py search "next.js"idpython3 ~/.codex/skills/context7/scripts/context7.py context "<library-id>" "<query>"python3 ~/.codex/skills/context7/scripts/context7.py context "/vercel/next.js" "app router middleware"--type txt|md--tokens N| Task | Command |
|---|---|
| Find React docs | |
| Get React hooks info | |
| Find Supabase | |
| Get Supabase auth | |