context7
Installation
SKILL.md
Context7 Docs + Skill Wizard
Retrieve current external library documentation via Context7 so implementation guidance is grounded in current docs instead of memory, and support explicit Context7 CLI requests (ctx7 library|docs|skills|setup|login|whoami).
When to use
- Use this skill when the user needs current external library or framework documentation.
- Use this skill when the user explicitly asks for Context7 CLI flows such as
ctx7 skills generate,ctx7 skills install,ctx7 skills suggest, orctx7 setup. - Use this for version-sensitive API behavior, dependency troubleshooting, and skill-wizard install target guidance.
- Use this when docs lookup should run CLI-first with MCP as a backup retrieval path.
- Do not use it for OpenAI platform docs; route those to
openai-docs.
Philosophy
- Prefer current-source documentation over memory for drift-prone dependency behavior.
- Run CLI-first with explicit command safety and fallback behavior.
- Keep answers implementation-shaped and directly tied to the user’s concrete task.