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

agent-skills

redis/agent-skills

Redis official collection of agent skills

GraphCanon updated 2w · GitHub synced 2w

94 stars22 forksLast push 1mo TypeScript MIT

Decision brief

agent-skills is a Redis-specific skillset built for AI coding agents in TypeScript with multiple applications from data structure advice to security and observability tasks.

Good fit when

  • When you require detailed skill sets for specific operations within Redis, such as core operations, connections handling, or clustering strategies.
  • For optimizing Redis usage through advanced capabilities like semantic caching or search functions including vector similarity and hybrid retrieval.

Avoid when

  • If your project does not utilize Redis or if the AI coding agent is intended to work with another database system exclusively.
  • When a comprehensive skill set for other data management areas beside Redis is required, as this tool is strictly focused on Redis operations and optimizations.

Observed Jul 17, 2026 · Source: enrich:decision_facts

Verify the decision

Adoption

Package downloads where a registry match exists. GitHub stars (94) are secondary evidence.

npm downloads (30d)
217·npm downloads API·2w

Maintenance and security

Full trust report
Maintenance
Active (27d since push)
As of 2w
Provenance
Not a fork · Organization account
As of 2w
Security (OSV)
No criticals
As of 1mo

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

Install

npm install agent-skills
npm

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

A repository with TypeScript-coded Redis-specific skill sets for AI coding agents, covering areas from core operations to security and observability.

Capability facts

MCP server
No MCP server detected

Source: repo_scan · Aug 6, 2026

Languages
typescript, javascript

Source: github.language+package.json · Aug 6, 2026

Categories

Compatibility

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

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Aug 6, 2026)

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

Source: README excerpt (regex_v1, Aug 6, 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

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.