Database

SQL, schema design, migrations, and database operations

86 skills available

Skills List

things-mac

things-mac

384Kdatabase

Add, update, list, search, or inspect Things 3 todos, inbox, today, projects, areas, and tags on macOS.

steipete avatarsteipete
Get
plan-orchestrate

plan-orchestrate

237Kdatabase

Read a plan document, decompose it into steps, design a per-step agent chain from the ECC catalogue, and emit ready-to-paste /orchestrate custom prompts. Generative only — never invokes /orchestrate itself. Use when the user has a multi-step plan and wants to drive it through orchestrate without composing chains by hand.

affaan-m avataraffaan-m
Get
kotlin-exposed-patterns

kotlin-exposed-patterns

231Kdatabase

JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern.

affaan-m avataraffaan-m
Get
architecture-decision-records

architecture-decision-records

231Kdatabase

Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it is.

affaan-m avataraffaan-m
Get
blueprint

blueprint

231Kdatabase

Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph, parallel step detection, anti-pattern catalog, and plan mutation protocol. TRIGGER when: user requests a plan, blueprint, or roadmap for a complex multi-PR task, or describes work that needs multiple sessions. DO NOT TRIGGER when: task is completable in a single PR or fewer than 3 tool calls, or user says "just do it".

affaan-m avataraffaan-m
Get
clickhouse-io

clickhouse-io

230Kdatabase

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

affaan-m avataraffaan-m
Get
database-migrations

database-migrations

230Kdatabase

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

affaan-m avataraffaan-m
Get
laravel-patterns

laravel-patterns

230Kdatabase

Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.

affaan-m avataraffaan-m
Get
jpa-patterns

jpa-patterns

230Kdatabase

JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot.

affaan-m avataraffaan-m
Get
postgres-patterns

postgres-patterns

230Kdatabase

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

affaan-m avataraffaan-m
Get
vitest

vitest

108Ktesting-qa

Vitest API and config reference (Jest-compatible) — mocking with vi.*, spies, fake timers, coverage configuration, fixtures, snapshots, and test filtering. Use for Vitest API and configuration questions anywhere in the monorepo; for Studio-specific test strategy and component-test setup, start with studio-testing and studio-mock-api-tests.

supabase avatarsupabase
Get
project-overview

project-overview

81Kdatabase

LobeHub open-source monorepo architecture map. Use when locating code layers, understanding apps/packages/src layout, business stubs, project structure, or onboarding to the repository.

lobehub avatarlobehub
Get
drizzle

drizzle

81Kdatabase

LobeHub Drizzle ORM schema and query style. Use for pgTable schemas, indexes, joins, inferred types, db.select/db.query, schema fields, foreign keys, junction tables, or postgres query patterns.

lobehub avatarlobehub
Get
deprecation-and-migration

deprecation-and-migration

78Kdatabase

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

addyosmani avataraddyosmani
Get
documentation-and-adrs

documentation-and-adrs

77Kdatabase

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

addyosmani avataraddyosmani
Get
prisma-expert

prisma-expert

44Kdatabase

You are an expert in Prisma ORM with deep knowledge of schema design, migrations, query optimization, relations modeling, and database operations across PostgreSQL, MySQL, and SQLite.

sickn33 avatarsickn33
Get
create-spring-boot-kotlin-project

create-spring-boot-kotlin-project

37Kdatabase

Create Spring Boot Kotlin Project Skeleton

github avatargithub
Get
create-spring-boot-java-project

create-spring-boot-java-project

36Kdatabase

Create Spring Boot Java Project Skeleton

github avatargithub
Get
ef-core

ef-core

36Kdatabase

Get best practices for Entity Framework Core

github avatargithub
Get
snowflake-semanticview

snowflake-semanticview

36Kdatabase

Create, alter, and validate Snowflake semantic views using Snowflake CLI (snow). Use when asked to build or troubleshoot semantic views/semantic layer definitions with CREATE/ALTER SEMANTIC VIEW, to validate semantic-view DDL against Snowflake via CLI, or to guide Snowflake CLI installation and connection setup.

github avatargithub
Get
postgresql-code-review

postgresql-code-review

36Kdatabase

PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).

github avatargithub
Get
sql-code-review

sql-code-review

36Kdatabase

Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage.

github avatargithub
Get
sql-optimization

sql-optimization

36Kdatabase

Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.

github avatargithub
Get
postgresql-optimization

postgresql-optimization

36Kdatabase

PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.

github avatargithub
Get