convert-plugin-to-apm
Installation
SKILL.md
convert-plugin-to-apm Skill 🔄
Overview
This skill implements the Overlay-First migration strategy. It allows existing plugins to gain APM governance without the "repackaging tax" of moving files, unless explicitly requested.
Migration Modes
1. Overlay Mode (Default)
Use when: The plugin is active and its current layout is preferred.
- Action: Add
apm.ymlanddocs/governance.mdto the root. - Benefit: Zero disruption to existing
npx skillsor Claude Code workflows.
2. Hybrid Mode
Use when: You want to keep the plugin layout but start adding new APM-native assets.
- Action: Add
.apm/for new governance assets; keep existing primitives in place.