New to Claude Skills? Learn how to install them →

Database Optimization skills

Free agent skills tagged database optimization, ready to install into any SKILL.md-compatible agent.

PostgreSQL Code Review

github

Enhance your PostgreSQL code with best practices and optimizations.

Developer Toolsintermediate37.7k repo

Senior Backend Engineer

alirezarezvani

Design and implement robust backend systems efficiently.

Developer ToolsintermediatePython · Shell24.3k repo

Prisma Expert

davila7

Optimize your Prisma ORM schema and queries effectively.

Developer ToolsintermediateNode · Shell30.2k repo

Performance Profiler

alirezarezvani

Optimize your applications with systematic performance profiling.

Developer ToolsintermediatePython · Shell24.3k repo

Supabase Postgres Best Practices

davila7

Optimize your Postgres database performance with proven guidelines.

Developer Toolsintermediate30.2k repo

Backend Development Patterns

sickn33

Essential patterns for scalable server-side applications.

Developer Toolsintermediate44.7k repo

ClickHouse Analytics Patterns

sickn33

Optimize your ClickHouse queries and data structures.

Data & Analyticsintermediate44.7k repo

PostgreSQL Table Design

davila7

Create efficient PostgreSQL schemas with best practices.

Developer Toolsintermediate30.2k repo

PostgreSQL Optimization

davila7

Enhance your PostgreSQL database performance efficiently.

Developer Toolsintermediate30.2k repo

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 schemas, or optimizing application performance.

Supabase Postgres Best Practices

Postgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill BEFORE writing or changing anything that lives in a Postgres database: creating or altering tables and columns (including choosing column types), schema design, migrations and declarative schema files, RLS policies and the tests that verify them, indexes, triggers, database functions, queues and scheduled jobs (pg_cron, pgmq), vector/semantic search (pgvector), and restoring dumps (pg_restore) or importing data. Also load it when diagnosing slow queries, high CPU, timeouts, EXPLAIN plans, connection exhaustion, locking, bloat, or rows visible to the wrong user or tenant. This is not just a performance guide — schema, migration, security, and SQL authoring tasks need these rules too, even for a one-column change or a single query.

ClickHouse Best Practices

MUST USE when reviewing ClickHouse schemas, queries, or configurations. Contains 28 rules that MUST be checked before providing recommendations. Always read relevant rule files and cite specific rules in responses.

Database Optimizer

Optimizes database queries and improves performance across PostgreSQL and MySQL systems. Use when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution.

Senior Backend

Comprehensive backend development skill for building scalable backend systems using NodeJS, Express, Go, Python, Postgres, GraphQL, REST APIs. Includes API scaffolding, database optimization, security implementation, and performance tuning. Use when designing APIs, optimizing database queries, implementing business logic, handling authentication/authorization, or reviewing backend code.

Backend Patterns

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

PostgreSQL Patterns

Patrones de base de datos PostgreSQL para optimización de consultas, diseño de esquemas, indexación y seguridad. Basado en las buenas prácticas de Supabase.

Backend Development Patterns

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.