vp-deps-migrate
Installation
SKILL.md
Dependency Migration
Replace one library with another, or migrate deprecated API patterns within the same library.
Scope
| Type | Example | Trigger |
|---|---|---|
| Library replacement | moment.js → date-fns | "replace X with Y" |
| API pattern migration | React 19 forwardRef removal | "remove deprecated X", "migrate to new Y API" |
Both types follow the same test-first workflow below.
Workflow
Non-linear execution: Phases are numbered for reference, not strict order. If findings in any phase invalidate earlier assumptions, restart from the affected phase.