redisredisOfficialยท9 Agent Skills Included

agent-skills

Redis data modeling, search, caching, security, and clustering guidance

Guides coding agents through Redis data structure selection, key naming, connection pooling, pipelining, and client-side caching. Covers search index design, vector and hybrid queries, semantic LLM caching, cluster hash tags, security hardening, and performance monitoring. Eliminates common production mistakes like CROSSSLOT errors, blocking commands, unauthenticated instances, and slow full-keyspace scans.
npx skills add redis/agent-skills --all -g -y
Available:

Tells the coding agent what each Redis skill covers, where skills and reference files live, and how to load SKILL.md instructions and on-demand references when handling Redis tasks.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Redis Agent Skills?โ–ผ

Run `npx skills add redis/agent-skills --all -g -y` in your terminal to install all eight Redis skills globally.

What Redis problems do these skills solve?โ–ผ

They cover data structure choice, key naming, connection pooling, pipelining, search and vector queries, semantic caching, clustering, security hardening, and performance monitoring.

Can these skills help fix Redis CROSSSLOT errors?โ–ผ

Yes. The redis-clustering skill explains hash tags so multi-key operations, transactions, and pipelines target the same cluster slot.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the agentskills.io standard and ship as plugins for Claude Code, Cursor, ChatGPT, and Codex.

Can the skills help build a RAG pipeline on Redis?โ–ผ

Yes. The redis-search skill covers vector indexes, HNSW tuning, hybrid lexical-vector queries, and retrieval patterns for RAG.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’