Agent Skill
2/7/2026db-migrate
Apply all pending Supabase migrations and verify schema
A
alexanderjamesmcleod
0GitHub Stars
1Views
npx skills add alexanderjamesmcleod/makecents
SKILL.md
| Name | db-migrate |
| Description | Apply all pending Supabase migrations and verify schema |
name: db-migrate description: Apply all pending Supabase migrations and verify schema
db-migrate
Overview
Apply all pending Supabase migrations and verify schema
This skill was converted from a bash script to follow Anthropic's Agent Skills best practices.
Usage
db-migrate <command> [options]
Commands
TODO: Extract and document commands from the script
Run db-migrate --help to see available commands.
When to Use
TODO: Add specific use cases
Scripts
scripts/main.sh- Main functionality (converted from original db-migrate)
Claude can execute this script directly without loading it into context.
Additional Resources
For detailed information, see:
- reference/migration-notes.md - Conversion notes and TODOs
- reference/examples.md - Usage examples (TODO)
Progressive Disclosure
Consider adding these reference files:
reference/api-reference.md- Detailed command documentationreference/troubleshooting.md- Common issues and solutions
Skills Info
Original Name:db-migrateAuthor:alexanderjamesmcleod
Download