migration
Implement reversible compatibility-safe transitions. Use for schema, data, API, protocol, configuration, or dependency migrations requiring rollback and preservation proof.
Install
npx skills add JuliusBrussee/caveman@migrationRuns in your terminal. Adds the skill globally for Claude Code, Cursor, Codex and others; add -g -y to skip prompts.
What it does
Migration Map current readers, writers, data shape, compatibility window, and ownership before editing. - Define forward path and rollback path. - Preserve existing data; make destructive steps explicit and separately authorized. - Keep mixed-version operation safe where rollout can overlap. - Sequence expand, migrate, verify, then contract when applicable. - Make retries idempotent and partial failure observable. - Verify old and new paths at required transition stages. Stop after requested stage passes; do not perform later destructive contraction implicitly.
Excerpt from the skill's own SKILL.md. Read the full file on GitHub before installing: skills run with your agent's permissions.
View source on GitHubBefore you install
Skills are plain text instructions the agent follows, sometimes with scripts. Check the source, prefer repositories with many installs and stars, and read any script it ships.
Categories
Related skills
- caveman
JuliusBrussee/caveman
>
476K installs 103K - caveman-commit
JuliusBrussee/caveman
>
334K installs 103KTestingDeploy & DevOpsDocumentation - caveman-review
JuliusBrussee/caveman
>
331K installs 103KCode review - caveman-compress
JuliusBrussee/caveman
>
329K installs 103KDataAI & agents - caveman-help
JuliusBrussee/caveman
>
322K installs 103K - cavecrew
JuliusBrussee/caveman
>
280K installs 103KAI & agentsCode reviewGit & GitHub