Skip to main content

reversible-migrations

Teaches an agent to author SQL schema migrations as reversible up/down pairs against a populated SQLite database, applied with the sqlite3 CLI. Every change ships as NNNN_name.up.sql plus NNNN_name.down.sql, where the down returns the database to its exact pre-up state including the rows, so any migration can be rolled back without losing data.

Jump to install

Source facts

Repository
kernel/pi-skillopt
Last source activity
June 8, 2026 at 12:26
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.