
from agent-skills8
Valkey is a Redis-compatible in-memory datastore for caching, sessions, pub/sub, streams, queues, and distributed locks—useful for low-latency caching, rate lim
Valkey is an open-source, Redis-compatible in-memory data store designed for sub-millisecond key-value operations. This skill packages operational guidance, patterns, and deployment tips for using Valkey as a drop-in Redis replacement: cache-aside patterns, session storage, rate limiting, pub/sub messaging, reliable queues (streams + consumer groups), leaderboards (sorted sets), and distributed locking. The skill also documents Docker deployment recommendations and migration notes when moving from Redis.
Use this skill when you need very low-latency key-value access (caching, session stores), implement rate limiting, build real-time leaderboards or counters, or require lightweight pub/sub messaging. Avoid for primary relational data storage, large binary object stores, or workloads that need multi-key ACID transactions without additional coordination.
This skill is primarily operational and integrates with developer/ops-oriented agents: automation agents that can run shell/Docker commands, deployment planners, and performance optimizers (e.g., CLI-based agents like Copilot/Codex/Claude Code when combined with Docker tooling).
This skill has not been reviewed by our automated audit pipeline yet.
Git Workflow Practices
Provides branching strategies, commit conventions, CI/CD recommendations, and repository hygiene patterns for teams adopting trunk-based development and stacked
Design System
Guides building scalable design systems: tokens, theming, component patterns, accessibility, and governance.
Tauri
Tauri v2 guidance for building small, secure desktop and mobile apps with web frontends and Rust backends — covers IPC, plugins, packaging, signing, and distrib