database-migrations
Create and manage database migrations using golang-migrate. Use when creating tables, modifying schemas, adding columns, or managing database structure changes.
Create and manage database migrations using golang-migrate. Use when creating tables, modifying schemas, adding columns, or managing database structure changes.
Use when creating or modifying MikroORM entity files in the `entities/` folder.
SQL query optimization and performance tuning
Delete a user account and all associated data from the database. Use when the user wants to delete a user account.
Database performance optimization, schema design, query analysis, and connection management across PostgreSQL, MySQL, MongoDB, and SQLite with ORM integration. Use this skill for queries, indexes, connection pooling, transactions, and database architecture decisions.
Master MongoDB replication, replica sets, and sharding for distributed deployments. Learn failover, shard keys, and cluster management. Use when setting up high availability or scaling horizontally.
Create Laravel database migrations following conventions for schema changes, indexes, and foreign keys. Use when creating migrations, modifying database schema, adding tables, or when user mentions migrations, database schema, schema changes, or database structure.
Database schema migrations and version control
Optimize SQL queries, design efficient indexes, and handle database migrations. Solves N+1 problems, slow queries, and implements caching. Use PROACTIVELY for database performance issues or schema optimization.
Implement Background Sync API to queue and replay mutations when connectivity is restored.
Create production-ready Supabase migrations for Ballee following strict naming conventions, idempotent SQL, RLS patterns, and storage bucket policies; use when user requests schema changes, adding columns, RLS policies, database functions, or storage buckets
This skill should be used when managing database schema, migrations, and seed data using Prisma ORM with Supabase PostgreSQL. Apply when setting up Prisma with Supabase, creating migrations, seeding data, configuring shadow database for migration preview, adding schema validation to CI, or managing database changes across environments.
Flyway database migrations - use for schema changes, data migrations, version management, and PostgreSQL DDL
Supabase CLI를 활용한 데이터베이스 타입 생성 및 동기화. PROACTIVELY use when (1) DB 스키마 변경 후 타입 업데이트, (2) Repository 구현 전 타입 확인, (3) 새 테이블/컬럼 추가 시, (4) 타입 불일치 오류 발생 시. Cloud 환경 전용 - On-Premise는 수동 타입 정의 필요.
List all keys in a keyvalue namespace. Requires authentication. Use for Agentuity cloud platform operations
Get statistics for vector storage. Requires authentication. Use for Agentuity cloud platform operations
Get statistics for keyvalue storage. Requires authentication. Use for Agentuity cloud platform operations
Complete Redis installation guide for all platforms - Linux, macOS, Docker, and cloud deployments with configuration templates
Search for keys matching a keyword in a keyvalue namespace. Requires authentication. Use for Agentuity cloud platform operations
Master MongoDB security, authentication, authorization, encryption, and backup. Learn role-based access control, TLS/SSL, encryption, and disaster recovery. Use when securing deployments, managing users, or implementing compliance.
Query Ballee production MongoDB (Meteor app) using .env.local credentials; use when debugging Meteor data, verifying MongoDB documents, investigating sync issues, or exploring legacy data for migration
Master Redis Strings - SET, GET, INCR, DECR, atomic counters, binary-safe operations, and caching patterns