view --main local-redis-skill-skill-dlya-raboty-s-redis.md
local-redis-skill: Скилл для работы с Redis
readonly
--- lines
---
name: local-redis-skill
description: Connect to and execute commands against a local Docker-based Redis instance. Use when the user wants to run Redis commands, inspect Redis keys/values, debug Redis data, or interact with the local Redis container.
---
## Workflow
1. Read `.redis.local` for the Redis connection URL
2. Connect to Redis via Docker
3. Ask the user what Redis commands to execute
4. Execute the requested commands and return results
Инициализация мануала...
package.json
$ install --global
skills.sh
npx skills add https://github.com/Darna-Digital/skills/tree/main/skills/local-redis-skill
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы