home/categories/sql-databases
category focus

SQL

PostgreSQL, MySQL, and relational DBs.

1935 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
sql-databases
23

convex-queries

This skill should be used when implementing Convex query functions. It provides comprehensive guidelines for defining, registering, calling, and optimizing queries, including pagination, full text search, and indexing patterns.

Sstobo
Sstobo
databases
open
sql-databases
23

tidb-sql

Write, review, and adapt SQL for TiDB with correct handling of TiDB-vs-MySQL differences (VECTOR type + vector indexes/functions, full-text search, AUTO_RANDOM, optimistic/pessimistic transactions, foreign keys, views, DDL limitations, and unsupported MySQL features like procedures/triggers/events/GEOMETRY/SPATIAL). Use when generating SQL that must run on TiDB, migrating MySQL SQL to TiDB, or debugging TiDB SQL compatibility errors.

pingcap
pingcap
databases
open
sql-databases
23

advanced-patterns

Advanced T-SQL patterns and techniques for SQL Server. Use this skill when: (1) User needs help with CTEs or recursive queries, (2) User asks about APPLY operator, (3) User wants MERGE or OUTPUT clause help, (4) User works with temporal tables, (5) User needs In-Memory OLTP guidance, (6) User asks about advanced grouping (ROLLUP, CUBE, GROUPING SETS).

JosiahSiegel
JosiahSiegel
databases
open
sql-databases
23

index-strategies

SQL Server index design and optimization strategies. Use this skill when: (1) User needs help designing indexes, (2) User asks about clustered vs nonclustered indexes, (3) User wants to optimize columnstore indexes, (4) User needs filtered or covering indexes, (5) User asks about index maintenance and fragmentation.

JosiahSiegel
JosiahSiegel
databases
open
sql-databases
23

azure-sql-optimization

Azure SQL Database optimization and platform-specific features. Use this skill when: (1) User asks about Azure SQL Database optimization, (2) User needs DTU/vCore guidance, (3) User wants to use automatic tuning, (4) User asks about Hyperscale or serverless, (5) User needs Azure SQL performance monitoring.

JosiahSiegel
JosiahSiegel
databases
open
sql-databases
23

tsql-functions

Complete T-SQL function reference for SQL Server and Azure SQL Database. Use this skill when: (1) User asks about T-SQL string, date, math, or conversion functions, (2) User needs help with window/ranking functions, (3) User works with JSON or XML in T-SQL, (4) User asks about aggregate functions or GROUP BY, (5) User needs system or metadata functions.

JosiahSiegel
JosiahSiegel
databases
open
sql-databases
23

database-optimizer

Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures. Masters advanced indexing, N+1 resolution, multi-tier caching, partitioning strategies, and cloud database optimization. Handles complex query analysis, migration strategies, and performance monitoring. Use PROACTIVELY for database optimization, performance issues, or scalability challenges.

herdiansah
herdiansah
databases
open
sql-databases
23

sqli

Detect SQL injection where user input reaches SQL query construction through string concatenation, template literals, or ORM raw query methods.

ByamB4
ByamB4
databases
open
sql-databases
23

database

Query and manage SQLite, PostgreSQL, and MySQL databases from the command line. Use when the user asks to run SQL queries, inspect database schemas, create or alter tables, import or export data, manage indexes, analyze query performance with EXPLAIN, back up or restore databases, or perform CRUD operations via sqlite3, psql, or mysql CLI tools.

bug-ops
bug-ops
databases
open
sql-databases
23

focus-sql-review

Reviews Focus SQL query builder implementations for correctness and type safety. Use when examining expressions, columns, statements, clauses, SQL generation code, or visitor pattern implementations.

matthewmcgarvey
matthewmcgarvey
databases
open
sql-databases
23

mvcc

MVCC in KalamDB: versioned records, visibility rules, snapshot reads, compaction, and transaction lifecycles. Keywords: mvcc, snapshot, visibility, commit, abort, tombstone, vacuum.

jamals86
jamals86
databases
open
sql-databases
23

create-database-migration

Create a database migration to add a table, add columns to an existing table, add a setting, or otherwise change the schema of Ghost's MySQL database.

nilecui
nilecui
databases
open
sql-databases
23

datafusion

DataFusion integration: logical/physical plans, execution context, table providers, schema memoization, and SQL handler routing. Keywords: DataFusion, Arrow, logical plan, physical plan, table provider, schema registry.

jamals86
jamals86
databases
open
sql-databases
23

database-query

Natural language database queries with multi-database support, query optimization, and visual results

glincker
glincker
databases
open
sql-databases
23

database-architect

Expert database architect specializing in data layer design from scratch, technology selection, schema modeling, and scalable database architectures. Masters SQL/NoSQL/TimeSeries database selection, normalization strategies, migration planning, and performance-first design. Handles both greenfield architectures and re-architecture of existing systems. Use PROACTIVELY for database architecture, technology selection, or data modeling decisions.

herdiansah
herdiansah
databases
open
sql-databases
23

organize-database

Transform unstructured Notion pages into a well-designed database with proper schema and migration

n24q02m
n24q02m
databases
open
sql-databases
22

migration-patterns

Database migration creation with mandatory RLS policies and ARCHitect approval workflow. Use when creating migrations, adding tables with RLS, or updating Prisma schema.

bybren-llc
bybren-llc
databases
open
sql-databases
22

migration-patterns

Database migration creation with mandatory RLS policies and ARCHitect approval workflow. Use when creating migrations, adding tables with RLS, or updating Prisma schema.

bybren-llc
bybren-llc
databases
open
sql-databases
22

rls-patterns

Row Level Security patterns for database operations. Use when writing Prisma/database code, creating API routes that access data, or implementing webhooks. Enforces withUserContext, withAdminContext, or withSystemContext helpers. NEVER use direct prisma calls.

bybren-llc
bybren-llc
databases
open
sql-databases
22

rls-patterns

Row Level Security patterns for database operations. Use when writing Prisma/database code, creating API routes that access data, or implementing webhooks. Enforces withUserContext, withAdminContext, or withSystemContext helpers. NEVER use direct prisma calls.

bybren-llc
bybren-llc
databases
open
sql-databases
22

sqlmodel-database

Design and implement database schemas using SQLModel with sync and async patterns. Use this skill when creating database models, setting up Neon PostgreSQL connections, defining relationships (one-to-many, many-to-many), implementing FastAPI dependency injection, or migrating schemas. Covers both sync Session and async AsyncSession patterns.

mjunaidca
mjunaidca
databases
open
sql-databases
22

text-to-sql

Setup and use text-to-SQL capabilities for SQL databases (SQLite, PostgreSQL, MySQL, MariaDB, etc.). Use when: (1) User wants to query databases using natural language, (2) User asks to setup text-to-sql project, (3) User mentions extracting data from database, (4) User has .sqlite/.db file or database credentials and wants to work with data. This skill sets up project structure, extracts database schema, and enables natural language to SQL conversion.

kdoronin
kdoronin
databases
open
sql-databases
22

tuner

EXPLAIN ANALYZE analysis, query execution plan optimization, index recommendations, and slow query detection/fixing. Use when DB performance improvement or query optimization is needed. Complements Schema's schema design.

simota
simota
databases
open
sql-databases
22

schema

Database schema design, migration planning, and ER diagram specialist. Handles normalization, index strategies, and relation definitions. Use when DB schema design is needed.

simota
simota
databases
open
Previous
Page 42 / 81
Next