axiom-database-migration
CommunitySafe, additive migrations with zero data loss.
Authorharivansh-afk
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Safe database schema evolution is critical for production apps. This Skill provides tested patterns and guidance to perform additive, idempotent migrations without risking data loss across SQLite/GRDB/SwiftData environments.
Core Features & Use Cases
- Additive migrations: safely add columns or tables without dropping data.
- Immutable migrations: treat shipped migrations as final; plan new migrations for changes.
- Validation & testing: verify upgrade paths from older versions to newer ones, including data preservation.
- Real-world guidance: handle NOT NULL constraints, foreign keys, and type changes with safe strategies.
Quick Start
Start by inspecting existing migrations, and plan a new migration that adds a nullable column, then backfill as a separate step. For example, ask the model: "How do I add a nullable column to users without disturbing existing rows?"
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: axiom-database-migration Download link: https://github.com/harivansh-afk/claude-code-vertical/archive/main.zip#axiom-database-migration Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.