
Dual Edition Module Migration
- 28 installs
- 5k repo stars
- Updated August 4, 2026
- dtyq/magic
Migrates modules between shared open-source code (src/opensource/) and enterprise overlays (enterprise/src/opensource/) while preserving boundaries and override points.
About
dual-edition-module-migration migrates modules between shared src/opensource/ code and enterprise overlays under enterprise/src/opensource/, while preserving the src/opensource boundary and existing component override points. A solo builder maintaining a dual open-source/enterprise codebase reaches for it to move modules across editions without breaking overrides.
- Open-source vs enterprise module migration
- Preserves src/opensource boundary
- Keeps component override points
Dual Edition Module Migration by the numbers
- 28 all-time installs (skills.sh)
- Ranked #158 of 248 Release Management skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dtyq/magic --skill dual-edition-module-migrationAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 28 |
|---|---|
| repo stars | ★ 5k |
| Last updated | August 4, 2026 |
| Repository | dtyq/magic ↗ |
What it does
Migrates modules between shared open-source code (src/opensource/) and enterprise overlays (enterprise/src/opensource/) while preserving boundaries and override points.
Who is it for?
Dual open-source/enterprise codebases
Skip if: Single-edition simple projects