Agent Skills: Redis Config Generator

Generate Redis configuration files and connection code for caching and session management. Triggers on "create redis config", "generate redis configuration", "redis setup", "cache config".

UncategorizedID: ehtbanton/ClaudeSkillsRepo/redis-config-generator

Install this agent skill to your local

pnpm dlx add-skill https://github.com/ehtbanton/ClaudeSkillsRepo/tree/HEAD/redis-config-generator

Skill Files

Browse the full folder contents for redis-config-generator.

Download Skill

Loading file tree…

redis-config-generator/SKILL.md

Skill Metadata

Name
redis-config-generator
Description
Generate Redis configuration files and connection code for caching and session management. Triggers on "create redis config", "generate redis configuration", "redis setup", "cache config".

Redis Config Generator

Generate Redis configuration files and TypeScript client setup for caching.

Output Requirements

File Output: redis.conf, redis.ts Format: Valid Redis configuration and TypeScript Standards: Redis 7.x, ioredis

When Invoked

Immediately generate Redis configuration and client connection code.

Example Invocations

Prompt: "Create Redis config for production caching" Output: Complete redis.conf and redis.ts client setup.

Redis Config Generator Skill | Agent Skills