M

migration

by @juliusbrusseev
4.5(120)

This skill implements reversible and compatibility-safe transitions for schema, data, API, protocol, configuration, or dependency migrations. It ensures every change has explicit forward and rollback paths, preserves existing data, and makes destructive steps observable and separately authorized. It keeps mixed-version operation safe, following expand-migrate-verify-contract ordering. Use it to reduce migration risks and gain confidence in releasing changes.

migrationrollbackcompatibilityschemadataGitHub
Installation
npx skills add https://github.com/juliusbrussee/caveman --skill migration
compare_arrows

Before / After Comparison

1
Before

Without this skill, developers have to manually write migration scripts, handle compatibility one by one, and often miss rollback paths, causing production issues. A simple schema migration often takes 4 hours, and every change is nerve-wracking, with a 30% rollback failure rate.

After

With this skill, forward and rollback paths are automatically generated, and compatibility windows are verified. A schema migration takes only 30 minutes, rollback failure drops to 5%, and the team can confidently proceed with changes, significantly boosting release confidence.

SKILL.md

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.

User Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs14.8K
Rating4.5 / 5.0
Version
Updated2026年8月24日
Comparisons1

User Rating

4.5(120)
5
37%
4
43%
3
13%
2
5%
1
2%

Rate this Skill

0.0

Compatible Platforms

🤖claude-code

Timeline

Created2026年8月13日
Last Updated2026年8月24日
🎁 Agent Knowledge Cards
Survey