redis-development
Redis development best practices — data structures, query engine, vector search, caching, and performance optimization
pinned to #23e10aeupdated 2 weeks ago
Ask your AI client: “install plugins/redis-development”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/redis-developmentmetahub onboarded this repo on the author's behalf.
If you own github.com/redis/agent-skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
85
Last commit
2 weeks ago
Latest release
published
- #agent-skills
- #redis
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.23e10ae· 2 weeks ago
Kind-specific
22Plugin: manifest fields completewarn
plugin.json is missing: version
Add the missing fields so the catalog detail page is complete.
Plugin: bundled artifacts presentwarn
Couldn't find a skills/ subdir or an MCP server config inside the plugin
A plugin is most useful when it bundles ≥ 1 skill or an MCP server.
Plugin: bundle shape
empty bundle
Plugin: manifest location
manifest at plugin.json
Release history
1- releasecurrent23e10aewarn2 weeks ago
Contents
Redis Agent Skills
A collection of skills for AI coding agents working with Redis. Skills are packaged instructions and resources that extend agent capabilities.
Skills follow the Agent Skills format.
Available Skills
| Skill | Description |
|---|---|
| redis-core | Data structures, key naming, memory and TTL, atomic primitives, JSON vs Hash, Streams vs Pub/Sub. |
| redis-connections | Pooling, multiplexing, pipelining, client-side caching, timeouts, slow commands. |
| redis-search | FT.CREATE schema, FT.SEARCH / FT.AGGREGATE / FT.HYBRID, DIALECT 2, vector similarity (HNSW / FLAT), hybrid retrieval, RAG pipelines, zero-downtime index updates. |
| redis-semantic-cache | LangCache — cache-aside flow for LLM responses, similarity threshold tuning, per-task cache separation. |
| redis-clustering | Hash tags for multi-key operations, avoiding CROSSSLOT, reading from replicas. |
| redis-security | Authentication and TLS, ACL-based least privilege, network bind, firewall, command renaming. |
| redis-observability | Key metrics (INFO), debugging commands (SLOWLOG, MEMORY DOCTOR, FT.PROFILE), Redis Insight. |
| iris-development | Iris: Redis Agent Memory — provisioning, SDK auth, session events, long-term memory search, async promotion. |
Installation
Agent Skills CLI
npx skills add redis/agent-skills
Claude Code Plugin
You can also install the skills as a Claude Code plugin:
/plugin marketplace add redis/agent-skills
/plugin install redis-development@redis
Cursor Plugin
This repository also includes Cursor plugin packaging. Run this command in chat:
/add-plugin redis
The top-level skills/ directory remains the source of truth. Plugin folders symlink only the skill directories they expose.
Usage
Skills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Help me optimize this Redis query
What data structure should I use for a leaderboard?
Review my Redis connection handling
Skill Structure
Each skill follows the agentskills.io specification:
SKILL.md- Instructions for the agent (required)references/- Long-form content loaded on demand (optional)scripts/- Helper scripts (optional)assets/- Static resources (optional)
See AGENTS.md for the full layout, conventions, and the "Adding a New Skill" walkthrough.
License
MIT
Reviews
No reviews yet. Be the first.
Related
beagle-ai
Pydantic AI, LangGraph, DeepAgents, and Vercel AI SDK skills for building and reviewing AI applications.
ru-text
Russian text quality plugin — typography, information style, editorial standards, UX writing, business correspondence, and AI-text cleanup
beagle-docs
Documentation quality, generation, and improvement using Diataxis principles. Pairs with beagle-core for full workflow.
mh install plugins/redis-development