@redis/redis-development

Redis performance optimization and best practices. Use this skill when working with Redis data structures, Redis Query Engine (RQE), vector search with RedisVL, semantic caching with LangCache, or optimizing Redis performance.

View in AI SkillSafe app
2 scan findings
205 downloads
0 stars
0 demos
SKILL.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-development Redis development best practices — data structures, query engine, vector search, caching, and performance optimization.

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 contains:

  • SKILL.md - Instructions for the agent
  • AGENTS.md - Compiled rules (generated for rule-based skills)
  • rules/ - Individual rule files (for rule-based skills)
  • scripts/ - Helper scripts for automation (optional)

Building

For rule-based skills, build the compiled AGENTS.md:

npm install
npm run validate  # Validate rule files
npm run build     # Build AGENTS.md

License

MIT

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@redis/redis-development/verified)](https://skillsafe.ai/skill/@redis/redis-development/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@redis/redis-development/installs)](https://skillsafe.ai/skill/@redis/redis-development/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@redis/redis-development/scan)](https://skillsafe.ai/skill/@redis/redis-development/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@redis/redis-development/eval)](https://skillsafe.ai/skill/@redis/redis-development/)