Database

Database management and queries

Showing 2041-2064 of 3628 skills
lucas-acc

Task Manager Skill

by lucas-acc

```

Automation 14 3mo ago
open-circle

valibot-usage

by open-circle

Schema validation with Valibot, the modular and type-safe schema library. Use when the user needs to validate data, create schemas, parse inputs, or work with Valibot in their project. Also use when migrating from Zod to Valibot.

Processing 14 4mo ago
tommy-ca

research-documentation

by tommy-ca

Research topics and document findings in Notion with organized structure and sources

Academic 41 7mo ago
G1Joshi

clean-architecture

by G1Joshi

Clean Architecture layered design. Use for maintainable code.

Code Gen 9 3mo ago
troykelly

postgres-rls

by troykelly

MANDATORY when touching auth tables, tenant isolation, RLS policies, or multi-tenant database code - enforces Row Level Security best practices and catches common bypass vulnerabilities

Database 9 5mo ago
troykelly

tdd-full-coverage

by troykelly

Use when implementing features or fixes - test-driven development with RED-GREEN-REFACTOR cycle and full code coverage requirement

Database 9 5mo ago
troykelly

local-service-testing

by troykelly

Use when code changes touch database, cache, queue, or other service-dependent components - enforces testing against real local services instead of mocks

Caching 9 5mo ago
troykelly

database-architecture

by troykelly

MANDATORY when designing schemas, writing migrations, creating indexes, or making architectural database decisions - enforces PostgreSQL 18 best practices including AIO, UUIDv7, temporal constraints, and modern indexing strategies

Code Gen 9 5mo ago
troykelly

postgis

by troykelly

MANDATORY when working with geographic data, spatial queries, geometry operations, or location-based features - enforces PostGIS 3.6.1 best practices including ST_CoverageClean, SFCGAL 3D functions, and bigint topology

Code Gen 9 5mo ago
G1Joshi

cqrs

by G1Joshi

CQRS command query responsibility segregation. Use for complex domains.

CLI Tools 9 3mo ago
troykelly

timescaledb

by troykelly

MANDATORY when working with time-series data, hypertables, continuous aggregates, or compression - enforces TimescaleDB 2.24.0 best practices including lightning-fast recompression, UUIDv7 continuous aggregates, and Direct Compress

Code Gen 9 5mo ago
G1Joshi

llamaindex

by G1Joshi

LlamaIndex data framework for LLMs. Use for RAG applications.

Processing 9 3mo ago
obra

Maintaining Consistent Abstractions

by obra

Class interfaces present one cohesive abstraction - don't mix domain logic with serialization, persistence, or unrelated concerns

Processing 40 8mo ago
obra

Encapsulating Complexity

by obra

Hide implementation details behind interfaces - work at domain level (what), not implementation level (how)

Processing 40 8mo ago
kcchien

excalidraw

by kcchien

Create professional diagrams and visualizations using Excalidraw JSON format. Specialized for IT architecture diagrams, flowcharts, network topology, system design, microservices, ER diagrams, and state machines. Includes curated color palettes and visual styles. Use when working with .excalidraw files, or when user mentions diagrams, flowcharts, architecture visualization, or drawing. Delegates to subagents to prevent context exhaustion from verbose JSON.

Processing 13 4mo ago
obsessiondb

clickhouse-materialized-views

by obsessiondb

"10+ patterns for ClickHouse Materialized Views. Load when creating MVs for real-time aggregation, data transformation, or query optimization. Covers SummingMergeTree, AggregatingMergeTree, and common pitfalls."

Code Gen 13 4mo ago
emdashcodes

quill-export

by emdashcodes

Extract meeting recordings and transcripts from the Quill macOS app database. Outputs formatted markdown with speaker identification, transcripts, and metadata. Use when working with Quill meeting data.

Database 13 7mo ago
rnavarych

role-architect:cost-modeling

by rnavarych

Cost modeling expertise including infrastructure cost estimation, TCO calculation, build vs buy analysis, pricing model comparison, ROI projection, cost growth modeling, and breakeven analysis.

Database 13 3mo ago
rnavarych

role-database:capacity-planning

by rnavarych

Database capacity and growth planning. Storage growth estimation, IOPS requirements, memory sizing (buffer pool, shared_buffers), connection count estimation, sharding triggers, read replica scaling, cost estimation per cloud provider. Load testing (pgbench, sysbench, YCSB, HammerDB). When to shard vs scale up vs read replicas. Use when planning database capacity, sizing infrastructure, or evaluating scaling strategies.

Caching 13 3mo ago
obsessiondb

clickhouse-schema-design

by obsessiondb

"15+ schema rules for ClickHouse tables. ALWAYS LOAD when creating or modifying tables. Achieves sub-second queries, 10x compression, and automated data lifecycle."

Processing 13 4mo ago
obsessiondb

clickhouse-query-optimization

by obsessiondb

"20+ optimization rules for ClickHouse queries. Load when writing queries, debugging slow queries, fixing memory errors, or optimizing JOINs. Achieves 10-100x faster queries, 90% less memory usage."

Comments 13 4mo ago
rnavarych

role-database:backup-recovery

by rnavarych

Backup strategies and disaster recovery across all database engines. Full, incremental, differential backups. PITR (Point-in-Time Recovery). PostgreSQL (pg_dump, pgBackRest, Barman, WAL archiving), MySQL (mysqldump, XtraBackup, Clone Plugin), MongoDB (mongodump, Atlas backup), Redis (RDB, AOF). RPO/RTO planning, backup verification, cloud-native backup. Use when designing backup strategies, implementing disaster recovery, or troubleshooting data recovery.

Caching 13 3mo ago
martinholovsky

fastapi-expert

by martinholovsky

"Expert FastAPI developer specializing in production-ready async REST APIs with Pydantic v2, SQLAlchemy 2.0, OAuth2/JWT authentication, and comprehensive security. Deep expertise in dependency injection, background tasks, async database operations, input validation, and OWASP security best practices. Use when building high-performance Python web APIs, implementing authentication systems, or securing API endpoints."

API Dev 38 6mo ago
martinholovsky

graph-database-expert

by martinholovsky

"Expert in graph database design and development with deep knowledge of graph modeling, traversals, query optimization, and relationship patterns. Specializes in SurrealDB but applies generic graph database concepts. Use when designing graph schemas, optimizing graph queries, implementing complex relationships, or building graph-based applications."

Analytics 38 6mo ago