vp-deps-migrate
Installation
SKILL.md
Dependency Migration
Replace one library with another, or migrate deprecated API patterns within the same library.
Quick Start
Replace moment.js with date-fns
Migrate from webpack to vite
Remove deprecated forwardRef usage (React 19)
Switch from lodash to es-toolkit
Migrate Vue Options API to Composition API
Scope
| Type | Example | Trigger |
Related skills