agent-database
Installation
SKILL.md
Database Migration Skill
Expert in PostgreSQL schema management and migrations following project conventions.
When to Use This Skill
Use this skill when:
- Creating new tables
- Adding or modifying columns
- Creating indexes or constraints
- Any database schema change
- Migration-related tasks
CRITICAL: Migration-First Workflow (MANDATORY)
ALL database changes MUST have a migration file.
Without a migration, changes will NOT deploy to production.