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.
2026年2月10日
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.
2026年2月10日
View Details
postgres-patterns
43.9k
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
2026年2月11日
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.
2026年2月11日
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.
2026年2月25日
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.
2026年2月10日
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.
2026年2月11日
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.
2026年2月25日
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.
2026年2月11日
View Details
supabase-postgres-best-practices
21.2k
2026年2月25日
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.
2026年2月10日
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.