migration-helper

Automate database migrations across master and sharding databases with Atlas CLI.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/taku-o/go-webdb-template --skill migration-helper-taku-o
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migration-helper
Source: https://github.com/taku-o/go-webdb-template/tree/main/.claude/skills/migration-helper
Command: npx skills add https://github.com/taku-o/go-webdb-template --skill migration-helper-taku-o

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires atlas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates the creation and application of database migrations across master and sharding databases using Atlas CLI, including SQLite-compatible scripts.

Core Features & Use Cases

  • Atlas-based migrations: generate diffs and apply on all shards
  • SQLite-focused: generate migrations compatible with development DB
  • Migration scripts: provide scripts to apply migrations easily

Quick Start

Run scripts/migrate.sh all to apply all migrations or use Atlas CLI commands shown in the docs to diff and apply migrations across master and sharding DBs.