commandkit-legacy-migration
Installation
SKILL.md
CommandKit Legacy Migration
Activation guidance
Use only when legacy plugin usage already exists.
Required filesystem expectations
- legacy and modern structures may coexist during phased migration
- target end state uses
src/app/commands/**andsrc/app/events/**
Execution workflow
- Detect legacy dependencies and plugin usage.
- Inventory parity requirements.
- Migrate incrementally by domain/feature slices.
- Remove
legacy()only after parity validation.