๐ŸŽฏ

redis-vector-search

๐ŸŽฏSkill

from redis/agent-skills

VibeIndex|
What it does
|

An agent skill that teaches AI coding assistants how to configure and use Redis vector search, covering HNSW vs FLAT indexes, hybrid search patterns, and the RAG retrieval workflow with RedisVL.

๐Ÿ“ฆ

Same repository

redis/agent-skills(11 items)

redis-vector-search

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add redis/agent-skills --skill redis-vector-search
skills.sh Installโš  Installs to .agents/skills/
npx skills add redis/agent-skills --skill redis-vector-search
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/redis-vector-search/SKILL.md

SKILL.md

395Installs
-
AddedMay 27, 2026

More from this repository10

๐ŸŽฏ
redis-development๐ŸŽฏSkill

Optimizes Redis performance by providing comprehensive guidelines for data structures, caching, vector search, and query engine best practices across 29 rules.

๐ŸŽฏ
redis-core๐ŸŽฏSkill

Core Redis data modeling guidance for choosing the right data structure (String, Hash, List, Set, Sorted Set, JSON, Stream, Vector Set) and using consistent colon-separated key naming conventions.

๐ŸŽฏ
redis-connections๐ŸŽฏSkill

An agent skill that teaches best practices for Redis connection management, covering connection pooling, multiplexing, pipelining, client-side caching, timeouts, and slow command handling.

๐ŸŽฏ
redis-security๐ŸŽฏSkill

An agent skill that teaches Redis security best practices, covering authentication and TLS, ACL-based least-privilege access, network binding, firewall configuration, and command renaming.

๐ŸŽฏ
redis-observability๐ŸŽฏSkill

A collection of Redis agent skills covering core data structures, connection management, query engine, vector search, semantic caching, clustering, security, observability, and the Iris agent memory system. Installable via the Agent Skills CLI, Claude Code plugin, or Cursor plugin.

๐ŸŽฏ
redis-query-engine๐ŸŽฏSkill

A collection of Redis agent skills covering core data structures, connection management, query engine (FT.CREATE/FT.SEARCH), vector search, semantic caching, clustering, security, observability, and the Iris agent memory system.

๐ŸŽฏ
redis-semantic-cache๐ŸŽฏSkill

An AI agent skill for implementing Redis-based semantic caching (LangCache) for LLM responses, covering cache-aside flow, similarity threshold tuning, and per-task cache separation. Part of the Redis agent skills collection.

๐ŸŽฏ
redis-clustering๐ŸŽฏSkill

An AI agent skill for Redis clustering that teaches agents how to use hash tags for multi-key operations, avoid CROSSSLOT errors, and read from replicas. Part of the Redis agent skills collection for coding assistants.

๐ŸŽฏ
iris-development๐ŸŽฏSkill

A Redis agent skill for building with Iris (Redis Agent Memory), covering SDK authentication, session event tracking, long-term memory search, and async memory promotion for AI agent applications.

๐ŸŽฏ
redis-best-practices๐ŸŽฏSkill

Skill