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
98

spec-pipeline

Drive the full migration for an op family — audit, test, implement, bench, flip status, create PR.

tile-ai
tile-ai
databases
open
database-tools
97

efcore-patterns

Entity Framework Core best practices including NoTracking by default, query splitting for navigation collections, migration management, dedicated migration services, and common pitfalls to avoid.

baotoq
baotoq
databases
open
database-tools
96

mg-railway-db-restore

Restore a PostgreSQL database backup to a Railway environment. Use when the user asks to "restore db", "load database", "restore backup to railway", "import db", or "restore db to environment".

modelguide
modelguide
databases
open
database-tools
96

mg-railway-db-backup

Backup a PostgreSQL database from a Railway environment. Use when the user asks to "backup db", "dump database", "save db from railway", "backup railway database", or "export db".

modelguide
modelguide
databases
open
database-tools
96

tailor-resume

Tailor your resume for a specific job posting

proficientlyjobs
proficientlyjobs
databases
open
database-tools
93

push

Push Changes

apache
apache
databases
open
database-tools
93

db-review

数据库代码审查 + Migration 安全检查。 代码审查:锁表风险、索引缺失、慢 SQL 模式、N+1 查询。 Migration 审查:破坏性操作、Schema 漂移检测、回滚方案。 适用于 SQL(MySQL/PostgreSQL/SQLite)和 ORM(Prisma/TypeORM/Sequelize/SQLAlchemy/Drizzle)。 触发词:数据库检查、migration 检查、慢 SQL、索引、锁表、schema 漂移、db review。 触发场景:新增/修改 migration 文件后、数据库相关代码 review、上线前检查、性能排查中发现 DB 瓶颈。

312362115
312362115
databases
open
database-tools
93

data-migration

Plan and execute database migrations, data transformations, and system migrations safely with rollback strategies and data integrity validation. Use when migrating databases, transforming data schemas, moving between database systems, implementing versioned migrations, handling data transformations, ensuring data integrity, or planning zero-downtime migrations.

korallis
korallis
databases
open
database-tools
90

check-migration

Flywayマイグレーションチェックスキル - マイグレーションファイルの検証、バージョン番号の競合チェック、命名規則チェック、SQL構文チェックを実施します。mainブランチとの競合確認も行い、マイグレーションの品質を保証します。

aiskillstore
aiskillstore
databases
open
database-tools
90

database-migration-helper

Creates database migration files following project conventions for Prisma, Sequelize, Alembic, Knex, TypeORM, and other ORMs. Use when adding tables, modifying schemas, or when user mentions database changes.

aiskillstore
aiskillstore
databases
open
database-tools
90

db-migration

Use when setting up Alembic migrations or making database schema changes. Triggers for: initializing Alembic, generating migrations, applying upgrades, rolling back changes, or creating data migrations. NOT for: raw SQL execution outside migration context or non-database schema updates.

aiskillstore
aiskillstore
databases
open
database-tools
90

alembic

Database migration management for SQLAlchemy projects using Alembic

aiskillstore
aiskillstore
databases
open
database-tools
90

migration-generator

Create database migrations from model changes, schema diffs, and migration best practices.

aiskillstore
aiskillstore
databases
open
database-tools
90

add-qmd

Add QMD (Query Markup Documents) as an advanced memory search backend. Upgrades the built-in grep-based memory_search with hybrid BM25 + vector semantic search + LLM re-ranking. Fully local, no API keys needed. Triggers on "add qmd", "qmd memory", "semantic memory search", "upgrade memory".

sbusso
sbusso
databases
open
database-tools
85

db-migration-reviewer

Review database migrations for safety and rollback. Use when a mid-level developer needs validation of schema changes.

proflead
proflead
databases
open
database-tools
85

multithreading

Software Mansion's best practices for multithreading in React Native apps using react-native-worklets. Use when running JavaScript on multiple threads, offloading heavy computation from the JS thread, communicating between runtimes, or sharing data across threads. Trigger on: 'worklet', 'worklets', 'react-native-worklets', 'runOnUI', 'runOnJS', 'scheduleOnUI', 'scheduleOnRN', 'scheduleOnRuntime', 'createWorkletRuntime', 'background thread', 'UI thread', 'worker runtime', 'Serializable', 'Synchronizable', 'multithreading', 'parallel execution', 'offload computation', 'background processing', 'Bundle Mode', or any request to move work off the JS thread in a React Native app.

software-mansion-labs
software-mansion-labs
databases
open
database-tools
85

rewrite-assessment

Assess feasibility and effort of rewriting the application in a different language, framework, or architecture. Compare current stack against target stack. Produce ADRs for rewrite vs modernize decision.

EmeaAppGbb
EmeaAppGbb
databases
open
database-tools
85

brain-merge

Compare and selectively merge Brain directories across any two agent instances. Supports diff (see what's unique where), pull (import from another brain), and learn (bidirectional exchange).

Abilityai
Abilityai
databases
open
database-tools
85

saas-database

SaaS uygulaması için Supabase veritabanı altyapısını kur. Proje oluşturma, şema tasarımı, Row Level Security (RLS), migration, connection pooling, realtime ve edge function yapılandırması. Bu skill'i kullanıcı veritabanı, Supabase, tablo, migration, RLS, şema veya veri modeli ile ilgili bir şey istediğinde kullan. "Veritabanı kur", "tablo oluştur", "Supabase ayarla", "migration yap" gibi ifadeler tetikler.

komunite
komunite
databases
open
database-tools
82

database-migrator

Migrates databases between providers (Postgres, MySQL, Supabase, PlanetScale, MongoDB). Reads source schema, generates migration scripts, handles data type mapping, foreign keys, indexes, triggers, stored procedures. Validates migration with row counts and checksums. Generates migration-plan.md with step-by-step execution guide, rollback procedures, estimated downtime.

OneWave-AI
OneWave-AI
databases
open
database-tools
81

neon-toolkit

Creates and manages ephemeral Neon databases for testing, CI/CD pipelines, and isolated development environments. Use when building temporary databases for automated tests or rapid prototyping.

neondatabase
neondatabase
databases
open
database-tools
81

neon-drizzle

Creates a fully functional Drizzle ORM setup with a provisioned Neon database. Installs dependencies, provisions database credentials, configures connections, generates schemas, and runs migrations. Results in working code that can immediately connect to and query the database. Use when creating new projects with Drizzle, adding ORM to existing applications, or modifying database schemas.

neondatabase
neondatabase
databases
open
database-tools
79

db-manager

Manage PostgreSQL databases: run queries, create tables, manage users, backup and restore databases, execute migration scripts. Not for: MongoDB, Redis, or other NoSQL databases.

Evol-ai
Evol-ai
databases
open
Previous
Page 17 / 49
Next