Skip to main content

// category

Database

Database design, management, and query optimization skills

45 skills in this category

45 matches

alloydb-basics 28k

Manages clusters, instances, and backups for AlloyDB for PostgreSQL, and integrates with AlloyDB MCP tools for automated database operations including AI-powered search and vector capabilities.

davila7 2026-05-31
bigquery-basics 28k

Manages datasets, tables, and jobs in BigQuery, and integrates with BigQuery ML and Gemini for advanced data analytics and AI-driven insights. Use for SQL queries, resource management, data ingestion, or AI applications on BigQuery.

davila7 2026-05-31
cloud-sql-basics 28k

Creates and manages Cloud SQL instances for MySQL, PostgreSQL, and SQL Server. Handles backups, high availability, and secure connectivity for relational database workloads on Google Cloud.

davila7 2026-05-31
database-architect 28k

Expert database architect specializing in data layer design from scratch, technology selection, schema modeling, and scalable database architectures.

davila7 2026-05-31
database-migration 28k

Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments.

davila7 2026-05-31
database-optimizer 28k

Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures.

davila7 2026-05-31
neon-instagres 28k

Instantly provision production-ready Postgres databases with Neon Instagres. Use when setting up databases, when users mention PostgreSQL/Postgres, database setup, or need a development database. Works with Drizzle, Prisma, raw SQL.

davila7 2026-05-31
postgres-schema-design 28k

Comprehensive PostgreSQL-specific table design reference covering data types, indexing, constraints, performance patterns, and advanced features

davila7 2026-05-31
postgresql-optimization 28k

PostgreSQL database optimization workflow for query tuning, indexing strategies, performance analysis, and production database management.

davila7 2026-05-31
postgresql 28k

Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features

davila7 2026-05-31
sql-pro 28k

Master modern SQL with cloud-native databases, OLTP/OLAP optimization, and advanced query techniques. Expert in performance tuning, data modeling, and hybrid analytical systems.

davila7 2026-05-31
supabase-postgres-best-practices 28k

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

davila7 2026-05-31
supabase-postgres-best-practices 28k

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

davila7 2026-05-31
prisma-expert 28k

Prisma ORM expert for schema design, migrations, query optimization, relations modeling, and database operations. Use PROACTIVELY for Prisma schema issues, migration problems, query performance, relation design, or database connection issues.

davila7 2026-05-31
saas-multi-tenant 28k

Design and implement multi-tenant SaaS architectures with row-level security, tenant-scoped queries, shared-schema isolation, and safe cross-tenant admin patterns in PostgreSQL and TypeScript.

davila7 2026-05-31
PocketBase Collections 28k

Collection and schema design for PocketBase. Use when creating collections, designing schemas, adding fields, setting up relations, or choosing between base/auth/view collection types. Prevents wrong field types, documents zero-default behavior, and covers relation cascading.

davila7 2026-05-31
railway-database 28k

Add official Railway database services (Postgres, Redis, MySQL, MongoDB). Use when user wants to add a database, says "add postgres", "add redis", "add database", "connect to database", or "wire up the database". For other templates (Ghost, Strapi, n8n), use the railway-templates skill.

davila7 2026-05-31
supabase-postgres-best-practices 1.3k

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

openai 2026-05-30
supabase-postgres-best-practices 1.3k

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

openai 2026-05-30
vercel-storage 1.3k

Vercel storage expert guidance — Blob, Edge Config, and Marketplace storage (Neon Postgres, Upstash Redis). Use when choosing, configuring, or using data storage with Vercel applications.

openai 2026-05-30
database-migrations 336

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate).

hashgraph-online 2026-05-27
mysql-query 336

Connect to MySQL and run read-only queries to inspect table data. Use when the user wants to query MySQL, show tables, view table contents, check schema, or run read-only SQL. Connection info must be provided by the user; do not read from environment or application config.

hashgraph-online 2026-05-27
postgres-patterns 336

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.

hashgraph-online 2026-05-27
domain-modeling 285

Unified domain and data modeling for business entities, invariants, schema design, aggregate boundaries, and evolution strategy. Use when designing business models, schema changes, bounded contexts, or consistency rules.

rsmdt 2026-05-07
howto-develop-with-postgres 220

Use when writing database access code, creating schemas, or managing transactions with PostgreSQL - enforces transaction safety with TX_ naming, read-write separation, type safety for UUIDs/JSONB, and snake_case conventions to prevent data corruption and type errors

ed3dai 2026-04-29
content-type-modeling 74

Use when designing content type hierarchies, defining reusable content parts, or structuring field compositions for a headless CMS. Covers the Content Type -> Content Part -> Content Field hierarchy pattern, content type inheritance, composition vs inheritance trade-offs, and schema design for maximum reusability across channels.

melodic-software 2026-04-07
model-content 74

Design content type schema with fields, validation, and relationships. Use for content modeling workshops or quick schema design.

melodic-software 2026-04-07
database-optimizer 39

Optimize PostgreSQL/SQLite query performance for Rails. Use when the user asks about EXPLAIN ANALYZE, slow queries, missing indexes (composite/partial/expression/covering/GIN/GiST/BRIN), N+1 detection, eager loading, or ActiveRecord batch processing.

majesticlabs-dev 2026-05-13
motherduck-duckdb-sql 28

DuckDB SQL reference for MotherDuck. Use when you need exact DuckDB syntax, function behavior, supported MotherDuck SQL features, or to resolve whether PostgreSQL-oriented SQL will fail on MotherDuck.

motherduckdb 2026-05-26
motherduck-migrate-to-motherduck 28

Plan a migration onto MotherDuck. Use when moving from Snowflake, Redshift, PostgreSQL, dbt-heavy stacks, or lakehouse tooling and the key decisions are target pattern, cutover slices, validation, rollback, and native-versus-DuckLake posture.

motherduckdb 2026-05-26
postgresql-table-design 20

Use this skill when designing or reviewing a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features

EricGrill 2026-05-31
sql-optimization-patterns 20

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

EricGrill 2026-05-31
FairDB Backup Manager 18

Automatically manages PostgreSQL backups with pgBackRest and Wasabi S3 storage when working with FairDB databases

BbgnsurfTech 2025-12-18
mema 15

Mema's personal brain - SQLite metadata index for documents and Redis short-term context buffer. Use for organizing workspace knowledge paths and managing ephemeral session state.

dvcrn 2026-05-29
memory-cache 15

High-performance temporary storage system using Redis. Supports namespaced keys (mema:*), TTL management, and session context caching. Use for: (1) Saving agent state, (2) Caching API results, (3) Sharing data between sub-agents.

dvcrn 2026-05-29
afrexai-api-architect 15

Design, build, test, document, and secure production-grade APIs. Covers the full lifecycle from schema design through deployment, monitoring, and versioning. Use when designing new APIs, reviewing existing ones, generating OpenAPI specs, building test suites, or debugging production issues.

dvcrn 2026-05-29
tg-mysql-design 15

MySQL数据库设计助手。根据业务规则文档和存量SQL DDL脚本,设计符合阿里巴巴规范的MySQL 5.7/8.0建表语句。当用户提到\"数据库设计\"、\"建表语句\"、\"DDL\"、\"表结构设计\"、\"CREATE TABLE\"等关键词时触发。支持读取业务规则文档(.md文件)、SQL脚本(.sql文件),输出遵循阿里云RDS规范的数据库表设计。

dvcrn 2026-05-29
surreal-sync 15

Data migration and synchronization to SurrealDB from MongoDB, PostgreSQL, MySQL, Neo4j, Kafka, and JSONL. Full and incremental CDC sync. Part of the surreal-skills collection.

dvcrn 2026-05-29
structs-guild-stack 15

Deploys the Guild Stack (Docker Compose) for local PostgreSQL access to game state. Use when you need faster queries for combat automation, real-time threat detection, raid target scouting, fleet composition analysis, or galaxy-wide intelligence. Advanced/optional -- CLI works for basic gameplay, but PG access transforms what is possible.

dvcrn 2026-05-29
database-schema-designer 15

Database Schema Designer

dvcrn 2026-05-29
laravel-vector-search 13

Use when implementing semantic / vector search in Laravel 13 with PostgreSQL + pgvector. Covers schema setup, embedding workflow, and the new query builder methods (`whereVectorSimilarTo`, `selectVectorDistance`, etc.).

fusengine 2026-05-17
database 12

Database design, SQL queries, migrations, and optimization. Activate for PostgreSQL, MySQL, SQLite, schema design, queries, indexes, and data modeling.

markus41 2026-05-11
mongodb-atlas 12

MongoDB Atlas cloud database management including clusters, schemas, aggregation pipelines, and Prisma ORM integration. Activate for MongoDB queries, schema design, indexing, and Atlas administration.

markus41 2026-05-11
redis 12

Redis caching, pub/sub, and data structures. Activate for Redis operations, caching strategies, session management, and message queuing.

markus41 2026-05-11
tool-use 12

Tool use patterns for Claude including schema design, tool_choice modes, result handling, parallel execution, error recovery, and extended thinking integration.

markus41 2026-05-11