Skip to main content
ClaudeWave
Skill5.3k repo starsupdated 3d ago

context7-docs-research

Resolve the correct library and retrieve a small, relevant set of version-aware official documentation before answering a technical question.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Devin-AXIS/iPolloWork /tmp/context7-docs-research && cp -r /tmp/context7-docs-research/examples/plugin-packages/context7/skills/context7-docs-research ~/.claude/skills/context7-docs-research
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Context7 Documentation Research

1. Identify the exact library, framework, product, and version from the request or current project.
2. Resolve the library identity before querying documentation.
3. Ask focused documentation questions and keep retrieved context bounded.
4. Prefer API references, migration guides, and official examples that match the installed version.
5. Explain the answer with relevant API names and version constraints; distinguish documentation from inference.

Do not mix examples from incompatible major versions or claim undocumented behavior as guaranteed.