home/categories/databases
domain cluster

Databases

SQL, NoSQL, and database management tools.

3963 스킬all categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
sql-databases
59

sql-optimization-patterns

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

tranhieutt
tranhieutt
databases
open
sql-databases
59

mysql-best-practices

MySQL development best practices for schema design, query optimization, and database administration

Mindrally
Mindrally
databases
open
sql-databases
59

postgresql-best-practices

PostgreSQL development best practices for schema design, query optimization, and database administration

Mindrally
Mindrally
databases
open
sql-databases
59

database

Guide database design, migration, and query optimization. Use when: schema design, migration planning, query optimization, index strategy. Keywords: database, schema, migration, SQL, index, query, 資料庫, 遷移, 查詢.

AsiaOstrich
AsiaOstrich
databases
open
database-tools
57

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

base
base
databases
open
database-tools
57

pomwright-v1-5-bridge-migration

Migrate POMWright v1 BasePage page objects to the v1.5 bridge (BasePageV1toV2) as an intermediate step toward v2 PageObject. Use when asked to migrate, convert, or upgrade POMWright page objects from v1 to the bridge, or when working with BasePageV1toV2. Covers: changing class inheritance, translating addSchema/initLocatorSchemas to defineLocators with v2 DSL, updating call-site syntax (getLocator, getNestedLocator, getLocatorSchema), and updating filter/index/update/mutation patterns.

DyHex
DyHex
databases
open
database-tools
57

merge-up

Cascade-merge maintained branches from oldest to newest (e.g. 3.1.x → 3.2.x → 3.3.x → 4.0.x). Use when the user says "merge branches", "merge up", "cascade merge", "sync branches", or "update branches".

Spomky-Labs
Spomky-Labs
databases
open
sql-databases
57

database-query-expert

Generate read-only database queries for GregoryAI's PostgreSQL database — Django ORM or raw SQL. Use this skill whenever someone asks to query, count, filter, aggregate, export, or analyse data in the GregoryAI database. This includes questions like "how many articles were added last month", "show me trials by subject", "which sources haven't fetched anything recently", "articles with high ML prediction scores", "list authors with ORCID", or any ad-hoc data exploration against the gregory, subscriptions, or sitesettings models. Also trigger when someone asks for data exports, CSV dumps, or reporting queries. If the question could be answered by querying the database, use this skill.

brunoamaral
brunoamaral
databases
open
sql-databases
56

sql-optimization

SQL query optimization patterns including EXPLAIN plan analysis, index strategies, query rewriting, and N+1 query prevention. Use when optimizing slow database queries, analyzing query performance, designing indexes, or debugging database bottlenecks. Works with PostgreSQL, MySQL, SQLite, and other SQL databases. Typical improvements: 10x-1000x query speedup.

applied-artificial-intelligence
applied-artificial-intelligence
databases
open
nosql-databases
56

elasticsearch-esql

Generate and execute ES|QL (Elasticsearch Query Language) queries from natural language and visualize results with Vega-Lite charts. Translates user intent into valid ES|QL queries, executes them against Elasticsearch, and can render professional data visualizations (bar, line, scatter, heatmaps, small multiples, etc.). Use when the user wants to query Elasticsearch data, analyze logs, aggregate metrics, explore data, or create charts and dashboards from ES|QL results.

walterra
walterra
databases
open
database-tools
56

db-migrations

Work on Madoc TS database migrations and migration tooling. Use when adding SQL migrations, running Slonik migrator, or updating migration paths in services/madoc-ts.

digirati-co-uk
digirati-co-uk
databases
open
database-tools
56

db-queries

Work on Madoc TS SQL query modules and shared query helpers. Use when adding or modifying queries in services/madoc-ts/src/database/queries or related SQL helper usage.

digirati-co-uk
digirati-co-uk
databases
open
nosql-databases
56

pikku-mongodb

Use when setting up MongoDB database services in a Pikku app. Covers PikkuMongoDB connection, channel stores, workflow services, secret services, AI storage, agent runs, and deployment services. TRIGGER when: code uses PikkuMongoDB, MongoDBChannelStore, MongoDBWorkflowService, MongoDBSecretService, or user asks about MongoDB setup with Pikku. DO NOT TRIGGER when: user asks about SQL databases (use pikku-kysely) or Redis (use pikku-redis).

pikkujs
pikkujs
databases
open
sql-databases
56

pikku-kysely

Use when setting up SQL database services with Kysely in a Pikku app. Covers @pikku/kysely (base), @pikku/kysely-postgres, @pikku/kysely-mysql, @pikku/kysely-sqlite — channel stores, workflow services, secret services, AI storage, agent runs, and deployment services. TRIGGER when: code uses Kysely, PikkuKysely, KyselyChannelStore, KyselyWorkflowService, KyselySecretService, or user asks about SQL database setup, Postgres/MySQL/SQLite with Pikku. DO NOT TRIGGER when: user asks about MongoDB (use pikku-mongodb) or Redis (use pikku-redis).

pikkujs
pikkujs
databases
open
sql-databases
55

data-analytics-engineering

Analytics engineering for reliable metrics and BI readiness. Use when building dbt models, defining metrics, or designing analytics layers.

vasilyu1983
vasilyu1983
databases
open
sql-databases
55

data-sql-optimization

SQL optimization for OLTP systems: EXPLAIN analysis, indexing, schema design, migrations, HA, and security across major SQL platforms.

vasilyu1983
vasilyu1983
databases
open
database-tools
55

bigquery-mcp

Run read-only BigQuery SQL queries via CLI. Use when user needs to query BigQuery datasets, run SQL against Google BigQuery, or retrieve data from BigQuery tables.

makabakaxy
makabakaxy
databases
open
database-tools
55

database-migration

Create, execute, and roll back versioned database schema migrations using tools like Alembic, Prisma Migrate, Flyway, and Knex.

seb1n
seb1n
databases
open
database-tools
55

writing-migrations

Creates and modifies PostgreSQL database migrations for xmtpd using golang-migrate. Use when adding or altering tables, columns, indexes, functions, triggers, constraints, or partitions, or when the user mentions migrations or schema changes.

xmtp
xmtp
databases
open
database-tools
55

database-backup

Create, schedule, and verify database backups with support for full, incremental, and point-in-time recovery strategies.

seb1n
seb1n
databases
open
sql-databases
55

database-schema-design

Design normalized database schemas with tables, relationships, indexes, and constraints for any application domain.

seb1n
seb1n
databases
open
sql-databases
55

query-optimization

Analyze, diagnose, and optimize slow SQL queries using EXPLAIN plans, indexing strategies, query rewriting, and ORM tuning.

seb1n
seb1n
databases
open
sql-databases
55

sql-query-generation

Generate optimized SQL queries from natural language requests, supporting SELECT, JOIN, GROUP BY, window functions, CTEs, and subqueries.

seb1n
seb1n
databases
open
sql-databases
55

writing-queries

Writes and modifies sqlc queries for the xmtpd PostgreSQL database. Use when creating, editing, or reviewing .sql query files in pkg/db/sqlc/, when the user mentions sqlc, database queries, or adding new database operations.

xmtp
xmtp
databases
open
Previous
Page 51 / 166
Next