概要
The Database Migration Manager skill empowers Claude to handle complex database schema evolutions by generating timestamped migration files with both 'up' and 'down' scripts. It supports a wide range of databases including PostgreSQL, MySQL, SQLite, and MongoDB, ensuring that modifications like adding columns or altering tables are performed safely, idempotently, and within transactions. This skill is essential for developers looking to maintain consistent database states across environments while providing a reliable path for rollbacks and schema tracking.