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
nosql-databases
9

backend-queries

Write secure and performant database queries using ORMs or raw SQL. Use this skill when writing database queries, implementing data access logic, or optimizing query performance. Apply when working on files like repositories/*.ts, queries/*.ts, services/*.ts with database operations, or any code that interacts with the database. Essential for preventing SQL injection with parameterized queries, avoiding N+1 query problems with eager loading, selecting only needed columns, using transactions for related operations, implementing query timeouts, and caching expensive queries.

Mahmoud9-dev
Mahmoud9-dev
databases
open
database-tools
9

backend-migrations

Write database migration scripts that safely alter database schema and structure. Use this skill when creating migration files, modifying database tables, adding or removing columns, creating indexes, or managing database schema changes. Apply when working on files like migrations/*.ts, db/migrate/*, schema.prisma, or any database migration scripts. Essential for implementing reversible migrations with rollback methods, managing zero-downtime deployments, handling index creation, separating schema from data migrations, and following version control practices for database changes.

Mahmoud9-dev
Mahmoud9-dev
databases
open
database-tools
9

supabase-ops

Run Supabase operations safely: project checks, migrations, advisors, and incident triage.

willsigmon
willsigmon
databases
open
database-tools
9

optimize

Optimize the code for better performance.

sevenc-nanashi
sevenc-nanashi
databases
open
nosql-databases
9

caching-patterns

Caching strategies for web applications. Covers browser caching, CDN, application cache (Redis), database query cache, and React/Next.js caching patterns.

bugrabilge
bugrabilge
databases
open
nosql-databases
9

discover-workflows

Research and catalog workflows from external Claude Code repositories

coalesce-labs
coalesce-labs
databases
open
nosql-databases
9

gitops-patterns

ArgoCD ApplicationSets, progressive delivery, Harness GitX, and multi-cluster GitOps patterns

markus41
markus41
databases
open
nosql-databases
9

fastapi-caching

This skill should be used when the user asks to "add caching", "implement Redis cache", "cache API response", "invalidate cache", "add cache layer", "optimize with caching", or mentions Redis, caching strategies, cache invalidation, or performance optimization. Provides Redis caching patterns for FastAPI.

markus41
markus41
databases
open
nosql-databases
9

vector-database-expert

Vector databases - Pinecone, Weaviate, Chroma, Qdrant for RAG and semantic search

willsigmon
willsigmon
databases
open
nosql-databases
9

rag-administration

Manage and optimize the RAG (Retrieval-Augmented Generation) system including reindexing, search optimization, and custom index creation. Use when user wants to improve search quality, reindex their collection, or create specialized indexes.

acertainKnight
acertainKnight
databases
open
nosql-databases
9

filter-semantic

Semantic filter: evaluate each Collection item against a `predicate` string and return matching items (target, predicate, [mode])

bdambrosio
bdambrosio
databases
open
nosql-databases
8

database-optimization-guru

Database expert for query optimization, indexing, schema design, and performance tuning

sandraschi
sandraschi
databases
open
database-tools
8

postgresql-rails-analyzer

Comprehensive PostgreSQL configuration and usage analysis for Rails applications. Use when Claude Code needs to analyze a Rails codebase for database performance issues, optimization opportunities, or best practice violations. Detects N+1 queries, missing indexes, suboptimal database configurations, anti-patterns, and provides actionable recommendations. Ideal for performance audits, optimization tasks, or when users ask to "analyze the database", "check for N+1 queries", "optimize PostgreSQL", "review database performance", or "suggest database improvements".

el-feo
el-feo
databases
open
nosql-databases
8

pgvector-setup

Configure pgvector extension for vector search in Supabase - includes embedding storage, HNSW/IVFFlat indexes, hybrid search setup, and AI-optimized query patterns. Use when setting up vector search, building RAG systems, configuring semantic search, creating embedding storage, or when user mentions pgvector, vector database, embeddings, semantic search, or hybrid search.

vanman2024
vanman2024
databases
open
database-tools
8

ecto-migration-helper

Create, manage, and safely run Ecto database migrations with proper rollback handling and best practices. Use when working with database schema changes, adding columns, or modifying constraints.

mkreyman
mkreyman
databases
open
database-tools
8

supabase-integration

Complete Supabase setup for Mem0 OSS including PostgreSQL schema with pgvector for embeddings, memory_relationships tables for graph memory, RLS policies for user/tenant isolation, performance indexes, connection pooling, and backup/migration strategies. Use when setting up Mem0 with Supabase, configuring OSS memory backend, implementing memory persistence, migrating from Platform to OSS, or when user mentions Mem0 Supabase, memory database, pgvector for Mem0, memory isolation, or Mem0 backup.

vanman2024
vanman2024
databases
open
sql-databases
8

database-operations

WHEN to auto-invoke: Database schema design, creating migrations, writing SQL queries, query optimization, Supabase operations, Prisma/Drizzle schema changes, PostgreSQL tasks, RLS policies, indexes. WHEN NOT to invoke: Pure frontend work, API logic without database, styling, React components, deployment tasks.

gr8monk3ys
gr8monk3ys
databases
open
sql-databases
8

computed-columns

Create computed columns in Glide - Math, If-Then-Else, Relations, Rollups, Lookups, Templates. Use when adding calculations, formulas, lookups, or linking tables with relations.

glideapps
glideapps
databases
open
sql-databases
8

data-modeling

Design Glide data models - tables, columns, column types, and calculation architecture. Use when creating tables, designing data structures, choosing column types, or planning relationships.

glideapps
glideapps
databases
open
sql-databases
8

dbcli-export

Export table data as SQL INSERT statements from 30+ databases using DbCli. Essential for creating backups before dangerous modifications (UPDATE/DELETE/DROP). Use when user needs to backup data, migrate tables, or create portable SQL dumps.

tteamtm
tteamtm
databases
open
sql-databases
8

dbcli-exec

Execute INSERT, UPDATE, DELETE statements on 30+ databases using DbCli. Includes mandatory backup procedures before destructive operations. Use when user needs to modify data, insert records, update fields, or delete rows. Always create backups first.

tteamtm
tteamtm
databases
open
sql-databases
8

dbcli-view

Manage database views (CREATE/ALTER/DROP VIEW operations)

tteamtm
tteamtm
databases
open
Previous
Page 101 / 166
Next