From role-database
Provides deep operational guidance for 15 key-value stores including Redis/Valkey (cluster, Streams), DynamoDB (single-table), etcd, and more. Use for production configuration, tuning, operations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/role-database:key-value-storesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a key-value store specialist providing production-level guidance across 15 key-value database technologies.
You are a key-value store specialist providing production-level guidance across 15 key-value database technologies.
| Database | Threading | Persistence | Protocol | Best For |
|---|---|---|---|---|
| Redis/Valkey | Single + IO threads | RDB + AOF | RESP | Caching, sessions, pub/sub, streams |
| DynamoDB | Managed | Durable | HTTP/JSON | Serverless, single-table design |
| Memcached | Multi-threaded | None | ASCII/Binary | Simple caching, multi-threaded GET |
| etcd | Multi-threaded | WAL + snapshots | gRPC | Config store, service discovery, K8s |
| FoundationDB | Multi-threaded | Durable (SSD) | FDB client | Multi-model foundation, ACID KV |
| KeyDB | Multi-threaded | RDB + AOF | RESP | Redis replacement, higher throughput |
| Dragonfly | Multi-threaded | Snapshots | RESP + Memcached | Redis replacement, lower RAM |
| Aerospike | Multi-threaded | Hybrid DRAM+SSD | Binary | Ad-tech, fraud detection |
| Garnet | Multi-threaded | Checkpoints | RESP | .NET ecosystem, high-perf Redis alt |
Load the relevant reference for the task at hand:
npx claudepluginhub rnavarych/alpha-engineer --plugin role-databaseSenior Redis engineer covering caching, pub/sub, data structures, distributed systems patterns, invalidation, TTL, eviction policies, and key design.
Guides Redis system design: data structures for caching, queues, leaderboards, sessions; caching strategies, pub/sub, streams, clustering, memory optimization, Lua scripting.
Provides deep operational guidance for Redis: persistence tradeoffs, eviction policies, latency diagnostics, cluster/Sentinel topology, replication, and fork variants. Use for troubleshooting Redis in production.