Context7 Version-Aware Implementation

SkillDocs & knowledge

Lets your agent write or upgrade code using the exact installed dependency versions so it pulls the right API docs.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Context7 Version-Aware Implementation skill

About this capability

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

What this skill tells your AI

The instructions your AI receives, as published by devin-axis/ipollowork in examples/plugin-packages/context7/skills/context7-version-aware-implementation/SKILL.md and read by ahel’s review.

  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.

Signals

GitHub stars
6k
Forks
1k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
context7-version-aware-implementation
Source
github.com/devin-axis/ipollowork
Context7 Version-Aware Implementation: Skill · ahel