Home/AI Agents/agent-skills
agent-skills logo

agent-skills

Enrichment pending
redis/agent-skills

Redis' official collection of agent skills

GraphCanon updated today · GitHub synced today

85
Stars
21
Forks
4
Open issues
2
Watchers
2d
Last push
TypeScript MITCreated Jan 29, 2026

Trust & integrity

Full report
Maintenance
Very active (2d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
No criticals
As of today · Source: osv@v1

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

Redis' official collection of agent skills

Capability facts

MCP server
No MCP server detected

Source: repo_scan · Jul 11, 2026

Languages
typescript, javascript

Source: github.language+package.json · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Jul 11, 2026)

npx skills add redis/agent-skills
Source link
Works with CursorCursor

Source: README excerpt (regex_v1, Jul 11, 2026)

### Cursor Plugin
Source link

Tags

README

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

SkillDescription
redis-coreData structures, key naming, memory and TTL, atomic primitives, JSON vs Hash, Streams vs Pub/Sub.
redis-connectionsPooling, multiplexing, pipelining, client-side caching, timeouts, slow commands.
redis-searchFT.CREATE schema, FT.SEARCH / FT.AGGREGATE / FT.HYBRID, DIALECT 2, vector similarity (HNSW / FLAT), hybrid retrieval, RAG pipelines, zero-downtime index updates.
redis-semantic-cacheLangCache — cache-aside flow for LLM responses, similarity threshold tuning, per-task cache separation.
redis-clusteringHash tags for multi-key operations, avoiding CROSSSLOT, reading from replicas.
redis-securityAuthentication and TLS, ACL-based least privilege, network bind, firewall, command renaming.
redis-observabilityKey metrics (INFO), debugging commands (SLOWLOG, MEMORY DOCTOR, FT.PROFILE), Redis Insight.
iris-developmentIris: 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