redis-search — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited redis-search (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
| Skill | Description |
|---|---|
| redis-core | Data structures, key naming, memory and TTL, atomic primitives, JSON vs Hash, Streams vs Pub/Sub. |
| redis-connections | Pooling, multiplexing, pipelining, client-side caching, timeouts, slow commands. |
| redis-search | FT.CREATE schema, FT.SEARCH / FT.AGGREGATE / FT.HYBRID, DIALECT 2, vector similarity (HNSW / FLAT), hybrid retrieval, RAG pipelines, zero-downtime index updates. |
| redis-semantic-cache | LangCache — cache-aside flow for LLM responses, similarity threshold tuning, per-task cache separation. |
| redis-clustering | Hash tags for multi-key operations, avoiding CROSSSLOT, reading from replicas. |
| redis-security | Authentication and TLS, ACL-based least privilege, network bind, firewall, command renaming. |
| redis-observability | Key metrics (INFO), debugging commands (SLOWLOG, MEMORY DOCTOR, FT.PROFILE), Redis Insight. |
| iris-development | Iris: Redis Agent Memory — provisioning, SDK auth, session events, long-term memory search, async promotion. |
npx skills add redis/agent-skillsYou can also install the skills as a Claude Code plugin:
/plugin marketplace add redis/agent-skills
/plugin install redis-development@redisThis repository also includes Cursor plugin packaging. Run this command in chat:
/add-plugin redisThe top-level skills/ directory remains the source of truth. Plugin folders symlink only the skill directories they expose.
Skills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Help me optimize this Redis queryWhat data structure should I use for a leaderboard?Review my Redis connection handlingEach 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.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.