context7
Installation
SKILL.md
Context7 Documentation Fetcher
Retrieve current library documentation via Context7 API.
Workflow
1. Search for the library
python3 ~/.agents/skills/context7/scripts/context7.py search "<library-name>"
Example:
python3 ~/.agents/skills/context7/scripts/context7.py search "next.js"
Returns library metadata including the id field needed for step 2.