Explore all skills in the Database Tools category and enhance your AI agent development capabilities.
Create database migration
51.7k
Create a database migration to add a table, add columns to an existing table, add a setting, or otherwise change the schema of Ghost's MySQL database.
Feb 10, 2026
View Details
generate-migration
43.1k
Generate Django database migrations for Sentry. Use when creating migrations, adding/removing columns or tables, adding indexes, or resolving migration conflicts.
Feb 10, 2026
View Details
postgres-patterns
43.9k
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
Feb 11, 2026
View Details
database-migration
28.3k
Execute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrating databases, changing schemas, performing data transformations, or implementing zero-downtime deployment strategies.
Feb 11, 2026
View Details
drizzle
72.6k
Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.
Feb 25, 2026
View Details
DB migrations and schema changes
21.0k
Workflows and commands for managing Alembic database migrations and schema changes in the letta-cloud core app, including using uv, just, LETTA_PG_URI, and switching between SQLite and Postgres.
Feb 10, 2026
View Details
prisma-expert
20.0k
Prisma ORM expert for schema design, migrations, query optimization, relations modeling, and database operations. Use PROACTIVELY for Prisma schema issues, migration problems, query performance, relation design, or database connection issues.
Feb 11, 2026
View Details
sql-optimization-patterns
29.3k
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
Feb 25, 2026
View Details
dsql
8.1k
Build with Aurora DSQL - manage schemas, execute queries, and handle migrations with DSQL-specific requirements. Use when developing a scalable or distributed database/application or user requests DSQL.
Feb 11, 2026
View Details
supabase-postgres-best-practices
21.2k
Feb 25, 2026
View Details
reset-netalertx-database
5.7k
Wipe and regenerate the NetAlertX database and config. Use this when asked to reset database, wipe db, fresh database, clean slate, or start fresh.
Feb 10, 2026
View Details
create-migration
1.5k
Create a new database migration file for the OWID MySQL database. Use when the user needs to create a database schema change or migration.