Redis Search banner
SyntaxArc SyntaxArc

Redis Search

Data community

Description

--- name: redis-search description: Scaffold Redis search adapters (RediSearch full-text, vector, search caching) --- # /redis-search Read and follow the **redis-search** skill in full. Inspect the workspace as directed there; ask only for unresolved choices. 1. Prefer `uv add "archipy[redis]"` and a thin domain wrapper under `repositories/<domain>/adapters/`. 2. Generate the matching adapter stub (s) + repository orchestrator stub if missing; wire via DI. Docs: https://syntaxarc.github.io/A

Installation

Installs to ~/.claude/skills/syntaxarc-archipy-plugin-redis-search/SKILL.md

Terminal
mkdir -p ~/.claude/skills/syntaxarc-archipy-plugin-redis-search && curl -fsSL https://raw.githubusercontent.com/SyntaxArc/archipy-plugin/HEAD/commands/redis-search.md -o ~/.claude/skills/syntaxarc-archipy-plugin-redis-search/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository