smithery/ehtbanton

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".

Installation

$ npx skills add smithery/ehtbanton --skill redis-config-generator

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/ehtbanton · top by installs.

npx skills add smithery/ehtbanton

Browse all from smithery/ehtbanton

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 728 B
  • docs SUMMARY.md 218 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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.