secure-baseline
modernize-kit
Acceleratorv6.1.0
ACCELERATOR — framework / runtime modernization. Episodic, opt-in skills that audit a codebase against an X→Y framework migration, classify findings (SAFE / AUTOFIX / MANUAL), and emit a phased migration plan. NOT a phase kit — does not compound; pin only when running a migration.What’s inside
Section titled “What’s inside”- framework-modernizer —
skillplugins/modernize-kit/.apm/skills/framework-modernizer - nextjs-modernizer —
skillplugins/modernize-kit/.apm/skills/nextjs-modernizer
Install
Section titled “Install”
Add to your service repo's apm.yml. Pinned to
v6.1.0 so consumers are reproducible.
dependencies: apm: - DevExpGbb/zava-agent-config/plugins/modernize-kit#v6.1.0Then in CI / locally:
apm installapm audit --ciInstall directly from the org/repo path. Useful for one-off experiments.
apm install DevExpGbb/zava-agent-config/plugins/modernize-kit#v6.1.0Register the marketplace once, then install any package by short name. See the APM marketplace guide.
apm marketplace add DevExpGbb/zava-agent-configapm install modernize-kit@zava-agent-configPin if you…
Section titled “Pin if you…”Pairs with
View source on GitHub Browse plugins/modernize-kit/ on the repo.