About
This skill streamlines the process of managing database schema evolutions by providing standardized Alembic patterns and best practices for Python-based projects. It helps developers handle complex scenarios such as safe column additions, data-aware migrations, foreign key management, and table refactoring while maintaining rollback safety. By integrating with Claude, it automates the creation of robust migration scripts and provides a structured framework for testing migrations to prevent data loss or service interruptions in production environments.