agent-skills
Redis data modeling, search, caching, security, and clustering guidance
All Skills in This Repository (9)
Pure Emerald Level Indicatorsredis-connections
Guide Redis client connection pooling, multiplexing, pipelining, and timeouts.
redis-semantic-cache
Cache semantically similar LLM prompts and responses using LangCache on Redis Cloud.
redis-security
Secure Redis deployments with authentication, ACLs, TLS, and network hardening.
redis-observability
Guide Redis monitoring with INFO metrics, diagnostic commands, and Redis Insight.
redis-vector-search
Configure Redis vector indexes with HNSW or FLAT for RAG workflows.
redis-core
Design efficient Redis data models with proper types and colon-separated naming conventions.
redis-query-engine
Design and optimize Redis Search indexes with FT.CREATE schemas and queries.
redis-clustering
Guide Redis cluster design with hash-tagging and replica read routing.
iris-development
Promote transient session events into durable, searchable long-term memories.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core