home/categories/database-tools
category focus

DB Tools

ORMs, migrations, and clients.

1166 스킬all categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
database-tools
17

database-optimizer

Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures. Masters advanced indexing, N+1 resolution, multi-tier caching, partitioning strategies, and cloud database optimization. Handles complex query analysis, migration strategies, and performance monitoring. Use PROACTIVELY for database optimization, performance issues, or scalability challenges.

diegosouzapw
diegosouzapw
databases
open
database-tools
17

medusa-deploy

Deploy Medusa v2 to production — build process, server vs worker mode, environment variables, hosting options, Redis caching, database configuration, and production checklist. Use when deploying Medusa applications.

OrcaQubits
OrcaQubits
databases
open
database-tools
17

database-migration

Guides database migration projects including engine changes (MySQL to PostgreSQL, Oracle to PostgreSQL, SQL Server to PostgreSQL), version upgrades, cloud migrations (on-premise to RDS/Cloud SQL/Azure Database), schema migrations, zero-downtime migrations, replication setup, and data migration strategies. Covers homogeneous and heterogeneous migrations, ETL processes, cutover procedures, and rollback plans. Use when migrating databases, changing database engines, upgrading database versions, moving databases to cloud, or when users mention "database migration", "DB migration", "PostgreSQL migration", "MySQL to Postgres", "Oracle migration", "database upgrade", or "cloud database migration".

diegosouzapw
diegosouzapw
databases
open
database-tools
17

database-migrations-sql-migrations

SQL database migrations with zero-downtime strategies for PostgreSQL, MySQL, SQL Server Use when: the user asks to run the `sql-migrations` workflow and the task requires multi-step orchestration. Do not use when: the task is small, single-step, and can be completed directly without orchestration overhead.

diegosouzapw
diegosouzapw
databases
open
database-tools
17

medusa-setup

Set up a Medusa v2 development environment — CLI, PostgreSQL/Redis prerequisites, project creation, medusa-config.ts, directory structure, environment variables. Use when starting a new Medusa project.

OrcaQubits
OrcaQubits
databases
open
database-tools
17

cermontbackendprisma-v7

Expert guidance for Prisma ORM v7 (7.0+). Use when working with Prisma schema files, migrations, Prisma Client queries, database setup. Covers ESM modules, driver adapters, prisma.config.ts, Rust-free client.

diegosouzapw
diegosouzapw
databases
open
database-tools
17

activerecord-patterns

This skill should be used when the user asks about "ActiveRecord", "database queries", "query optimization", "N+1 queries", "eager loading", "associations", "migrations", "database indexes", "SQL performance", "ActiveRecord callbacks", "scopes", or needs guidance on efficient database access patterns in Rails 7+.

diegosouzapw
diegosouzapw
databases
open
database-tools
17

database-migration

Database migration best practices — schema changes, zero-downtime migrations, rollback strategies, and data migration patterns. Reference when modifying database schemas.

diegosouzapw
diegosouzapw
databases
open
database-tools
17

database-patterns

Supabase database query patterns and best practices for Splits Network

diegosouzapw
diegosouzapw
databases
open
database-tools
17

medusa-setup

Set up a Medusa v2 development environment — CLI, PostgreSQL/Redis prerequisites, project creation, medusa-config.ts, directory structure, environment variables. Use when starting a new Medusa project.

OrcaQubits
OrcaQubits
databases
open
database-tools
17

performance

Apply performance optimization best practices. Use when profiling slow code, optimizing memory usage, implementing caching, handling large datasets, or improving database queries.

diegosouzapw
diegosouzapw
databases
open
database-tools
17

medusa-deploy

Deploy Medusa v2 to production — build process, server vs worker mode, environment variables, hosting options, Redis caching, database configuration, and production checklist. Use when deploying Medusa applications.

OrcaQubits
OrcaQubits
databases
open
database-tools
17

tanstack-query-best-practices

TanStack Query (React Query) best practices for data fetching, caching, mutations, and server state management. Activate when building data-driven React applications with server state.

htmujahid
htmujahid
databases
open
database-tools
16

pltr-cli

Helps you work with Palantir Foundry using the pltr CLI. Use this when you need to query datasets, manage orchestration builds, work with ontologies, run SQL queries, manage folders/spaces/projects, copy datasets, or perform admin operations in Foundry. Triggers: Foundry, pltr, dataset, SQL query, ontology, build, schedule, RID.

anjor
anjor
databases
open
database-tools
16

goose-introspection

Goose session introspection and self-discovery via DuckDB reafference database. Query past sessions, find self, and enable cross-session awareness.

plurigrid
plurigrid
databases
open
database-tools
16

add-migration

Generates numbered SQL migration files for tables, indexes, and views. Use when adding or modifying database schema.

berrzebb
berrzebb
databases
open
database-tools
16

konomitv-to-nx-jikkyo-porter

KonomiTV の最新開発版で追加・改良された機能を NX-Jikkyo に移植(バックポート)するためのガイド。 NX-Jikkyo は KonomiTV のフォークだが、ユーザーアカウント管理・Twitter 統合・録画番組管理・番組表など 多数の機能が削除されており、単純なコピーでは動作しない。このスキルは両プロジェクト間の差異を把握した上で、 適切に移植を行うワークフローを提供する。 以下のようなタスクで使用する: (1) KonomiTV の新機能や改良を NX-Jikkyo にバックポートする (2) KonomiTV から移植した際に混入したデッドコードを検出・除去する (3) KonomiTV と NX-Jikkyo の差分を確認・把握する

tsukumijima
tsukumijima
databases
open
database-tools
16

datalog-fixpoint

Datalog bottom-up fixpoint iteration for recursive queries

plurigrid
plurigrid
databases
open
database-tools
16

ducklake

Create, query, migrate, and maintain DuckLake lakehouse databases using the DuckDB ducklake extension. Use when working with DuckLake catalogs, time travel queries, snapshots, schema evolution, cross-lake federation, or migrating plain DuckDB files to DuckLake format.

plurigrid
plurigrid
databases
open
database-tools
16

repo-prisma-migration-workflow

Handles Prisma schema, generate, and migration work for this repo's non-default layout. Use when changing database models, adding migrations, updating generated Prisma types, or wiring new server-side persistence.

emzinnia
emzinnia
databases
open
database-tools
15

migrate-api-to-tanstack-query

Migrate the current REST API usage to TanStack Query with server-state caching, invalidation, and progressive rollout.

bishopZ
bishopZ
databases
open
database-tools
15

fake-database-setup

Guide for setting up a fake/demo SQLite database with sample data for testing the Night Routine application and taking screenshots. Use this skill when you need to create test data, set up a demo database, take screenshots of the UI, or verify the application with sample assignments and calendar data.

Belphemur
Belphemur
databases
open
database-tools
15

salvo-caching

Implement caching strategies for improved performance. Use for reducing database load and speeding up responses.

salvo-rs
salvo-rs
databases
open
Previous
Page 30 / 49
Next