Back to skills
SkillHub ClubShip Full StackFull Stack
redis-cache
Imported from https://github.com/oimiragieo/agent-studio.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Stars
17
Hot score
87
Updated
March 20, 2026
Overall rating
C3.2
Composite score
3.2
Best-practice grade
B75.1
Install command
npx @skill-hub/cli install oimiragieo-agent-studio-redis-cache
Repository
oimiragieo/agent-studio
Skill path: .claude/skills/redis-cache
Imported from https://github.com/oimiragieo/agent-studio.
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: oimiragieo.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install redis-cache into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/oimiragieo/agent-studio before adding redis-cache to shared team environments
- Use redis-cache for development workflows
Works across
Claude CodeCodex CLIGemini CLIOpenCode
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: redis-cache description: Redis caching operations and data structures allowed-tools: [Bash, Read] --- # Redis Cache Skill ## Overview Redis caching and data structure operations. 90%+ context savings. ## Requirements - Redis CLI or client library - REDIS_URL environment variable ## Tools (Progressive Disclosure) ### Key Operations | Tool | Description | Confirmation | |------|-------------|--------------| | get | Get key value | No | | set | Set key value | Yes | | del | Delete key | Yes | | keys | List keys by pattern | No | | ttl | Get key TTL | No | ### Data Structures | Tool | Description | |------|-------------| | hget/hset | Hash operations | | lpush/rpush | List operations | | sadd/smembers | Set operations | | zadd/zrange | Sorted set operations | ### Server | Tool | Description | |------|-------------| | ping | Test connection | | info | Server info | | dbsize | Key count | ### BLOCKED | Tool | Status | |------|--------| | flushall | **BLOCKED** | | flushdb | **BLOCKED** | ## Agent Integration - **developer** (primary): Caching implementation - **performance-engineer** (secondary): Cache optimization ## Security ⚠️ Never expose REDIS_URL ⚠️ flushall/flushdb BLOCKED