context7-version-aware-implementation
SolidUse the current project dependency versions and Context7 documentation to implement or upgrade code without importing APIs from a different release line.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- Devin-AXIS
- Repository
- Devin-AXIS/iPolloWork
- Created
- 12 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
context7-docs-research
Resolve the correct library and retrieve a small, relevant set of version-aware official documentation before answering a technical question.
context7
Anti-hallucination protocol for library APIs — resolves the exact installed version from the lockfile, fetches current official docs (Context7 MCP if installed, web fetch otherwise), quotes the doc before writing any code, and pins the version in output. Use when code touches a fast-moving library (Next.js, React, LangChain, Prisma, Tailwind), when the user says "check the actual docs" or "what's the current API for X", or after any deprecation or breaking-change error.
dependency-upgrade
Upgrade dependencies with scoped compatibility research, lockfile discipline, migration review, security awareness, and targeted regression checks.