Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
redis-development logo

redis-development

claude-plugins-official

databaseClaude Codeby Redis

Summary

Redis development best practices — data structures, query engine, vector search, caching, and performance optimization

Install to Claude Code

/plugin install redis-development@claude-plugins-official

Run in Claude Code. Add the marketplace first with /plugin marketplace add anthropics/claude-plugins-official if you haven't already.

README.md

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

Related plugins

Browse all →