Db Migration Specialist banner
roadhero roadhero

Db Migration Specialist

Data & AI community

Description

--- name: db-migration-specialist description: Schema migration specialist for any storage layer (SQL, ORMs, Room, document stores). Use when a change adds/alters/removes a column, table, index, or entity, or changes a data shape that persisted data depends on. Designs the forward migration, the rollback path, and the migration test; guards backwards-compatibility across one release. Writes the migration only when asked; otherwise plans it. tools: Read, Edit, Bash, Grep, Glob model: sonnet ---

Installation

Installs to ~/.claude/agents/roadhero-claude-code-setup-db-migration-specialist.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/roadhero/claude-code-setup/HEAD/agents/db-migration-specialist.md -o ~/.claude/agents/roadhero-claude-code-setup-db-migration-specialist.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository