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
32

laravel-queue-patterns

Best practices for Laravel queues including job structure, batching, chaining, middleware, retry strategies, and error handling.

iSerter
iSerter
databases
open
database-tools
32

running-a-base-node

Runs a Base node for production environments. Covers hardware requirements, Reth client setup, networking, and sync troubleshooting. Use when setting up self-hosted RPC infrastructure or running archive nodes. Covers phrases like "run a Base node", "set up Base RPC", "Base node hardware requirements", "Reth Base setup", "sync Base node", "self-host Base", or "run my own node".

jiayaoqijia
jiayaoqijia
databases
open
database-tools
32

alienbase-base-dex

"Query farming pools, swap via Odos aggregator, and manage ALB staking positions on Base."

jiayaoqijia
jiayaoqijia
databases
open
database-tools
32

cloud-sql-postgres-replication

Use these skills when you need to monitor replication health, manage sync states between nodes, and audit database roles and security settings to ensure environment integrity.

gemini-cli-extensions
gemini-cli-extensions
databases
open
database-tools
32

evo-app-migrate-react

Migrate an application from @ebay/ebayui-core-react to @evo-web/react. Run this in your application repo (not in the evo-web monorepo). Receives an optional component name to migrate (e.g. /evo-app-migrate-react ebay-button), or migrates all supported components if no argument is given.

eBay
eBay
databases
open
database-tools
32

repo-patcher

Repo 流水线:应用最小补丁修复。

okwinds
okwinds
databases
open
database-tools
32

repo-qa-runner

Repo 流水线:运行最小回归(pytest)。

okwinds
okwinds
databases
open
database-tools
31

supabase-migration

Generate Supabase database migrations for the gnubok project with correct RLS policies, triggers, indexes, and Swedish accounting constraints. Use when creating new tables, adding columns, modifying constraints (e.g. source_type CHECK), or any DDL operation on the Supabase database. Ensures legal compliance with BFL 7-year retention, immutability triggers, and period lock enforcement.

erp-mafia
erp-mafia
databases
open
database-tools
31

prisma-postgres-setup

Set up a new Prisma Postgres database and connect it to a local project using the Management API. Use when asked to "set up a database", "create a Prisma Postgres project", "get a connection string", "connect my app to Prisma Postgres", or "provision a database".

prisma
prisma
databases
open
database-tools
31

database-migration

Use when performing database schema changes, data migrations, large table modifications, or when zero-downtime deployment is required - guides systematic, reversible database changes with rollback planning

JeremyDev87
JeremyDev87
databases
open
database-tools
31

prisma-upgrade-v7

Complete migration guide from Prisma ORM v6 to v7 covering all breaking changes. Use when upgrading Prisma versions, encountering v7 errors, or migrating existing projects. Triggers on "upgrade to prisma 7", "prisma 7 migration", "prisma-client generator", "driver adapter required".

prisma
prisma
databases
open
database-tools
30

db-env-switch

Switch between local and production database environments by updating .env.local, killing running processes, and providing restart instructions. Use when user says "switch to local database", "switch to production database", or "change database environment".

enbyaugust
enbyaugust
databases
open
database-tools
30

database-engine-implementation

Guide for implementing database engines in IterableData. Use when adding support for new SQL or NoSQL databases, implementing DBDriver classes, or extending database capabilities.

datenoio
datenoio
databases
open
database-tools
29

scaffold-migration

Automates the creation of Laravel Migrations using anonymous classes, correct foreign key constraints, and UUIDs where applicable.

iurygdeoliveira
iurygdeoliveira
databases
open
database-tools
29

deploy-mcp

Deploy the FutureSearch MCP server to staging or production on GKE. Use when the user wants to deploy, redeploy, roll back, scale replicas, or check deployment status. Triggers on deploy, redeploy, staging, production, rollout, scale, replicas.

futuresearch
futuresearch
databases
open
database-tools
29

schema-versioning

Set up and manage database schema versioning with migration files, automated rollback capabilities, and CI/CD integration. Use when you need to version database changes, generate migration files from schema diffs, safely roll back failed deployments, or audit schema history. Trigger words: migration, schema change, rollback, database versioning, ALTER TABLE, Prisma migrate, Knex migrations, Flyway, Liquibase.

TerminalSkills
TerminalSkills
databases
open
database-tools
29

turso

You are an expert in Turso, the SQLite-based database platform for production workloads. You help developers use libSQL (Turso's SQLite fork) as a primary database with features like embedded replicas (SQLite file synced from cloud), multi-region replication, vector search, branching, and edge deployment — providing sub-millisecond reads with the simplicity of SQLite and the durability of a cloud database.

TerminalSkills
TerminalSkills
databases
open
database-tools
29

db-backup

Set up automated database backup, restore, and disaster recovery procedures for PostgreSQL, MySQL, MongoDB, and Redis. Use when you need to implement backup schedules, point-in-time recovery, cross-region replication, backup verification, or disaster recovery runbooks. Trigger words: database backup, pg_dump, mysqldump, mongodump, disaster recovery, point-in-time recovery, WAL archiving, backup rotation, restore database, RTO, RPO, backup verification.

TerminalSkills
TerminalSkills
databases
open
database-tools
29

alembic

Manage database migrations with Alembic. Use when a user asks to version database schemas, create migration scripts, handle schema changes in production, or manage SQLAlchemy model migrations.

TerminalSkills
TerminalSkills
databases
open
database-tools
29

daytona-sandbox

Manage Daytona sandboxes for RLM execution. Use when creating, inspecting, or cleaning up Daytona sandboxes and durable volumes used by fleet_rlm DaytonaInterpreter.

Qredence
Qredence
databases
open
database-tools
29

tinybase

You are an expert in TinyBase, the reactive data store for local-first applications. You help developers build offline-capable apps with structured tables, automatic reactivity, CRDT-based sync, persistence to IndexedDB/SQLite/Postgres, and relationship modeling — providing a complete client-side database that syncs across devices without a custom backend.

TerminalSkills
TerminalSkills
databases
open
database-tools
29

data-integrity-guardian

Use this agent when you need to review database migrations, data models, or any code that manipulates persistent data. This includes checking migration safety, validating data constraints, ensuring transaction boundaries are correct, and verifying that referential integrity and privacy requirements are maintained. <example>Context: The user has just written a database migration that adds a new column and updates existing records. user: "I've created a migration to add a status column to the orders table" assistant: "I'll use the data-integrity-guardian agent to review this migration for safety and data integrity concerns" <commentary>Since the user has created a database migration, use the data-integrity-guardian agent to ensure the migration is safe, handles existing data properly, and maintains referential integrity.</commentary></example> <example>Context: The user has implemented a service that transfers data between models. user: "Here's my new service that moves user data from the legacy_users table...

ratacat
ratacat
databases
open
database-tools
29

data-migration-expert

Use this agent when reviewing PRs that touch database migrations, data backfills, or any code that transforms production data. This agent validates ID mappings against production reality, checks for swapped values, verifies rollback safety, and ensures data integrity during schema changes. Essential for any migration that involves ID mappings, column renames, or data transformations. <example>Context: The user has a PR with database migrations that involve ID mappings. user: "Review this PR that migrates from action_id to action_module_name" assistant: "I'll use the data-migration-expert agent to validate the ID mappings and migration safety" <commentary>Since the PR involves ID mappings and data migration, use the data-migration-expert to verify the mappings match production and check for swapped values.</commentary></example> <example>Context: The user has a migration that transforms enum values. user: "This migration converts status integers to string enums" assistant: "Let me have the data-migration-ex...

ratacat
ratacat
databases
open
database-tools
29

uvicorn

Deploy Python ASGI apps with Uvicorn. Use when a user asks to run FastAPI in production, configure an ASGI server, set up Gunicorn with Uvicorn workers, or optimize Python web server performance.

TerminalSkills
TerminalSkills
databases
open
Previous
Page 23 / 49
Next