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

context7-version-aware-implementation

Use the current project dependency versions and Context7 documentation to implement or upgrade code without importing APIs from a different release line.

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

SKILL.md

# Context7 Version-Aware Implementation

1. Inspect the project manifest and lockfile to establish the exact dependency version.
2. Retrieve documentation and migration guidance for that release line.
3. Compare the current code with the documented API before editing.
4. Implement the smallest compatible change and preserve established project patterns.
5. Run the owning package checks and report any behavior that still requires runtime verification.

If the requested API is unavailable in the installed version, explain the supported alternative or propose an explicit dependency upgrade instead of silently mixing versions.