
Redis Agent Skills (AI Coding Agent Skill Pack)
Overview
This repository provides installable “skills” for AI coding agents working with Redis. It follows the Agent Skills format (skills as discoverable folders containing instructions, rules, and optional scripts) and includes a redis-development skill focused on Redis best practices across core data structures, query patterns, vector search, caching, and performance optimization. It also documents how to install and build/validate skills using standard npm workflows.
Challenges & Solutions
Turning Redis expertise into reusable, structured “agent-readable” instructions instead of one-off advice.
Keeping guidance broad enough to be useful, but specific enough to influence real coding decisions.
Validating/building rule-based skills so they remain consistent and maintainable over time.
Outcomes
Published an official Redis skill pack that agents can install and use automatically in relevant tasks.
Documented a clean contribution/build flow (
validate/build) to keep skills trustworthy and up to date.