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
11

rewrite-commit-history

Rewrite a feature branch's commit history into clean conventional commits that tell a progressive, linear story. Handles backup, soft reset, and atomic recommit. Use when: (1) Cleaning up messy WIP commits before PR, (2) Reorganizing commits into logical units, (3) Converting commits to conventional commit format. Triggers on: "rewrite history", "clean up commits", "rewrite commits", "conventional commits", "squash and rewrite", "reorganize commits".

ravnhq
ravnhq
databases
open
database-tools
11

push

push

markmhendrickson
markmhendrickson
databases
open
database-tools
11

pull

pull

markmhendrickson
markmhendrickson
databases
open
database-tools
11

mariadb

Use MariaDB for MySQL-compatible relational database with enhanced features, performance improvements, and open-source licensing.

hivellm
hivellm
databases
open
database-tools
11

mysql

Use MySQL for relational data storage with high performance, replication, and wide ecosystem support.

hivellm
hivellm
databases
open
database-tools
11

commit

commit

markmhendrickson
markmhendrickson
databases
open
database-tools
11

role-databasebackup-recovery

Backup strategies and disaster recovery across all database engines. Full, incremental, differential backups. PITR (Point-in-Time Recovery). PostgreSQL (pg_dump, pgBackRest, Barman, WAL archiving), MySQL (mysqldump, XtraBackup, Clone Plugin), MongoDB (mongodump, Atlas backup), Redis (RDB, AOF). RPO/RTO planning, backup verification, cloud-native backup. Use when designing backup strategies, implementing disaster recovery, or troubleshooting data recovery.

rnavarych
rnavarych
databases
open
database-tools
11

setup

Initialize and configure the embark-claude-index plugin. Opens a web-based setup GUI where all prerequisites and configuration are managed.

EmbarkStudios
EmbarkStudios
databases
open
database-tools
11

migration

Database migration workflow. Activated when the user says "migration", "schema change", "add column", "alter table", "database change", "migrate", "create table", or wants to make database schema changes safely.

rtazima
rtazima
databases
open
database-tools
11

flyway-consolidate

Analyze and consolidate Flyway SQL migrations into clean, domain-grouped CREATE TABLE migrations for pre-production projects. Use when consolidating database migrations, refactoring Flyway schemas, simplifying migration history, grouping tables by domain, or when user mentions "consolidate migrations", "merge migrations", "clean up Flyway", "refactor schema", "baseline migrations".

joaquimscosta
joaquimscosta
databases
open
database-tools
11

database-selection

Database selection: PostgreSQL as default, Redis for ephemeral, NoSQL comparison, specialized databases, polyglot persistence. Use when choosing databases.

rnavarych
rnavarych
databases
open
database-tools
11

migration-strategies

Migration strategies: zero-downtime deployments, expand-contract schema changes, database migrations, framework migrations. Use when planning system migrations.

rnavarych
rnavarych
databases
open
database-tools
11

role-databasereplication-ha

High availability and replication topologies across all database engines. Synchronous/asynchronous/semi-synchronous replication, primary-secondary, multi-primary, quorum-based. PostgreSQL streaming/logical replication, MySQL GTID/Group Replication, MongoDB replica sets, Redis Sentinel/Cluster, Cassandra multi-DC. Consensus protocols (Raft, Paxos, Gossip). Failover automation, split-brain prevention. Use when designing HA architectures, configuring replication, or troubleshooting failover.

rnavarych
rnavarych
databases
open
database-tools
11

database-optimizer

Use when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution.

alexander-danilenko
alexander-danilenko
databases
open
database-tools
11

asset-hunt

资产狩猎——Fofa 搜索 + 存活验证 + 去重导出,一个命令完成全流程

intimatep
intimatep
databases
open
database-tools
11

migrate

Plan and execute migrations (database, API, framework)

hivellm
hivellm
databases
open
database-tools
11

databricks-lakebase-autoscale

Patterns and best practices for Lakebase Autoscaling (next-gen managed PostgreSQL). Use when creating or managing Lakebase Autoscaling projects, configuring autoscaling compute or scale-to-zero, working with database branching for dev/test workflows, implementing reverse ETL via synced tables, or connecting applications to Lakebase with OAuth credentials.

Paldom
Paldom
databases
open
database-tools
11

activerecord

This skill should be used when the user asks to "write a migration", "add a column", "add column to table", "create an index", "add a foreign key", "set up associations", "fix N+1 queries", "optimize queries", "add validations", "create callbacks", "use eager loading", or mentions ActiveRecord, belongs_to, has_many, has_one, :through associations, polymorphic associations, inverse_of, touch: true, counter_cache, dependent: destroy, where clauses, scopes, includes, preload, eager_load, joins, find_each, batch processing, counter caches, foreign key constraints, or database constraints. Should also be used when editing *_model.rb files, working in app/models/ directory, db/migrate/, discussing query performance, N+1 prevention, validation vs constraint decisions, or reviewing database schema design.

MadBomber
MadBomber
databases
open
database-tools
11

git-back-to-main

Discard local changes, switch to main, and pull latest

adamfilli
adamfilli
databases
open
database-tools
11

resend-setup

Configure Resend for transactional emails like password resets and email verification.

andrelandgraf
andrelandgraf
databases
open
database-tools
11

supabase-postgres

用于 Supabase 平台开发与 PostgreSQL 最佳实践,包含 RLS、Edge Functions 和实时订阅。来源:supabase 官方 52.5K installs。

seaworld008
seaworld008
databases
open
database-tools
10

database-administrator

Copilot agent that assists with database operations, performance tuning, backup/recovery, monitoring, and high availability configuration Trigger terms: database administration, DBA, database tuning, performance tuning, backup recovery, high availability, database monitoring, query optimization, index optimization Use when: User requests involve database administrator tasks.

nahisaho
nahisaho
databases
open
database-tools
10

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".

DauQuangThanh
DauQuangThanh
databases
open
database-tools
10

i18n-array-groq-query-migration

Detect and update legacy GROQ patterns where language is read from _key for sanity-plugin-internationalized-array when users mention v4 to v5 migration, or @sanity/document-internationalization from v5 to v6. GROQ query updates, localized arrays, or patterns like `_key == "en"` and `_key == $language`.

sanity-io
sanity-io
databases
open
Previous
Page 34 / 49
Next