juliusbrussee/caveman2 files
Migration
Implement reversible compatibility-safe transitions. Use for schema, data, API, protocol, configuration, or dependency migrations requiring rollback and preservation proof.
Specification
- Skill ID
- juliusbrussee/caveman/migration
- Publisher
- juliusbrussee
- Repository
- caveman
- Installs
- 2,232
- Files
- 2
- Synced
- Sep 16, 2026
How to use it
Open any RiverX project, open the Skills panel in the chat, and search for this identifier. The files are fetched from the source repository at install time.
juliusbrussee/caveman/migrationInstalls these files- SKILL.md
- agents/openai.yaml
What this skill tells the agent
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.
