934 free skills
Database skills
Skills for databases — schema design, migrations, indexing, query optimization, and working with Postgres, MySQL, MongoDB, Redis.
Sourced from real, public repositories — synced daily, never invented.
934 free skills
Skills for databases — schema design, migrations, indexing, query optimization, and working with Postgres, MySQL, MongoDB, Redis.
Sourced from real, public repositories — synced daily, never invented.
15 tools across six categories
13 of them never send your data anywhere
Free · No signup · No trial clock
SEE THE DIRECTORY

redis-crud
finpeakinc/frevana-skills
Use when the user wants to configure saved Redis connection profiles, connect directly or through SSH, inspect keys, get or set string values, delete keys, read or write hash fields, scan keys, ping Redis, or run safe Redis commands with a Bash script, redis-cli, dry-run protections, readonly profiles, local profile storage, SSH tunnel access, or remote-server Redis access through a saved .env REDIS_URL.
quarkus-redis
ricardolv/quarkus-ai-plugins
>
tool-redis
jimmytrandev/dotfiles
Redis CLI patterns covering connection, data types, pub/sub, caching strategies, TTL management, transactions, and Lua scripting
database-redis-patterns
khalilbenaz/claude-skills-collection
Patterns d'utilisation Redis pour le cache, pub/sub, streams et sessions. Se déclenche avec "Redis", "cache distribué", "pub/sub Redis", "Redis streams", "session store
Redis
laona2050/astro-blog-starter-template
Use Redis effectively for caching, queues, and data structures with proper expiration and persistence.
redis-py-7-4
tangledgroup/tangled-skills
Comprehensive Python client for Redis database and key-value store. Use when building Python applications requiring Redis connectivity, including standalone, cluster, sentinel, and async modes with support for all Redis commands, pipelines, pub/sub, Lua scripting, Redis modules (Bloom, JSON, Search, TimeSeries), RESP3 protocol, client-side caching, OpenTelemetry observability, connection pooling, retry logic, and distributed locking.
redis-cli
jholhewres/devclaw-skills
Redis CLI for cache, queues, and in-memory data
redis-expert
hashim1404/agent-skills-and-rules
>-
database-redis
shipengqi/skills
Redis key design, caching patterns, data structure selection, and performance. Use when working with Redis cache, sessions, queues, pub/sub, or streams. Apply whenever user uses KEYS * instead of SCAN in Redis, forgets TTL on ephemeral cache keys, stores full JSON in String when Hash fits, uses DEL on large keys instead of UNLINK, or asks how to implement a distributed lock or rate limiter with Redis.
redis-operations
sawrus/agent-guides
Redis operational runbooks — memory management, eviction policy, persistence config, Sentinel/Cluster, K8s-hosted Redis ops.
redis-v9-consumer-migration-core
paycloud-id/paycloudhelper
Guides PayCloud consumer services through safe migration from paycloudhelper v1.x to v2.x with redis/go-redis/v9 compatibility and rollout controls.
sky-redis
kongnet/skybase-template
Skybase框架使用j2sql2库封装Redis操作,基于ioredis提供Promise风格的API,支持Redis JSON模块和key限制功能。
using-redis
nuts-moscow/admin-back-ts
Initializes Redis once at app start and exposes a singleton client. All Redis files live in src/redis/. All Redis operations use try-catch with error logging and return safe results. Use this skill whenever adding Redis, cache, sessions, pub/sub, or key-value storage; when the user mentions Redis, caching, or in-memory store — even if they don't explicitly say "Redis".
redis-pattern
hafizfasih/omnichat-platform
|
redis-patterns
taiki-horaguchi-alt/claude-skill-library
Redisデータ構造活用パターン。セッション管理、ランキング、Pub/Sub、Luaスクリプト、Streams
redis-elasticache-security
redhatproductsecurity/prodsec-skills
>
drizzle-docs
abyrd9/doc-skills
Drizzle docs workflow for Drizzle ORM and drizzle-kit work: schemas, queries, migrations, Drizzle Kit config, dialect imports, relations, transactions, raw SQL, indexes, constraints, and native PostgreSQL/MySQL/SQLite. Avoid provider-specific docs unless requested.
sqlite-fast-migration-skill
akatquas/sqlite-fast-migration-skill
High-speed cross-machine SQLite database migration using dump + gzip compression + local rebuild. Replaces slow, fragile rsync for GB-sized databases.
sqlx
a-atalla/rust-web-skills
Build type-safe database applications in Rust with SQLx. Use this skill whenever the user mentions SQLx, database queries in Rust, SQL migrations, connection pooling, PostgreSQL, SQLite, compile-time query checking, or the sqlx CLI. Also use when the user asks about Rust database drivers, async SQL, query macros (query!, query_as!), FromRow derive, offline mode, cargo sqlx prepare, or embedding migrations. Covers PostgreSQL and SQLite drivers, the full macro system, migration management, connection pooling, transactions, and the sqlx CLI tool.
sqlite-expert
librefang/librefang-registry
SQLite expert for WAL mode, query optimization, embedded patterns, and advanced features
drizzle-docs
abyrd9/skills
Drizzle docs workflow for Drizzle ORM and drizzle-kit work: schemas, queries, migrations, Drizzle Kit config, dialect imports, relations, transactions, raw SQL, indexes, constraints, and native PostgreSQL/MySQL/SQLite. Avoid provider-specific docs unless requested.
sqlalchemy-sqlite-pg-compat
blas1n/claude-skills
SQLAlchemy에서 PostgreSQL 전용 기능(partial index, timezone-aware datetime)을 SQLite 테스트 환경과 호환시키는 패턴
elasticsearch-optimization
0motionguy/gicm
Query optimization, aggregations, relevance tuning for production search systems.
infra-portforward
weorbitant/ai-dev-kit-pgi
Use when needing to port-forward to any Kubernetes service (RabbitMQ, PostgreSQL, internal APIs). Use when user says "port-forward", "portforward", "connect to", "forward port", or needs local access to a cluster service in DEV or PROD.
db-migrate
vndee/engineering-skills
Use when creating or modifying database schema in Go projects using golang-migrate with PostgreSQL
migrate
agentmorpheus77/agent-harness-platform
Use when the user wants to run, validate, preview, or rollback PostgreSQL database migrations safely
oulang-bq-to-notion
samihalawa/oulang-bq-to-notion-skill
One-shot BigQuery analysis + mandatory Notion knowledge capture for Oulang. Every BQ query you run against megacursos (PostHog events, Cloud SQL federated, snapshot analysis tables) MUST emit at least one durable finding to the Notion Knowledge System BEFORE the session can be considered complete. Replaces bigquery-oulang-creative, bigquery-oulang-analysis, oulang-knowledge-capture, oulang-knowledge-sync. Triggers: bq oulang, bigquery oulang, analyze oulang, oulang data, revenue analysis, conversion funnel, monetization, profit opportunities, listing economics, posthog events oulang, federated mysql, capture knowledge, save to notion, oulang knowledge.
database
ufarooq525/car-parts
Database schema and optimization patterns for the car-parts store. MySQL tables, relationships, indexing strategy. Use when creating migrations, optimizing queries, or modifying database schema.
planetscale
ericrisco/rsc-harness
Use when operating PlanetScale (Vitess serverless MySQL) — branches and the `pscale` CLI, schema changes through deploy requests (Online DDL cutover, ~30-min revert window), tables without foreign keys, or the edge HTTP driver. NOT MySQL engine work like EXPLAIN or index choice (that is `mysql`), NOT generic migration theory (that is `db-migrations`).
postgres-drizzle
lucasduarteinacio/ai-skills
|
drizzle-postgres
rmsite/skills
|
db-schema-validator
findsun-vn/e-commerce
Validate and enforce production-grade MySQL schema quality for module-based backend architecture.
drizzle-postgres
exorich-lab/skills
|
postgresql-table-design
git-tao/taotang-website
Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features