원클릭으로
commandkit-redis
Add Redis-backed shared infrastructure with @commandkit/redis for cache, mutex, semaphore, and distributed state patterns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add Redis-backed shared infrastructure with @commandkit/redis for cache, mutex, semaphore, and distributed state patterns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build and maintain Discord bots with CommandKit core conventions. Use when implementing command/event architecture (including hierarchical subcommands), middleware chains, JSX components, and commandkit.config setup for plugin-based features.
Build AI-powered command flows with @commandkit/ai. Use for model selection, message filtering, schema-backed AI commands, and safe tool-calling behavior.
Instrument CommandKit bots with @commandkit/analytics. Use for provider setup, event taxonomy, runtime telemetry controls, and privacy-aware analytics design.
Implement deterministic caching with @commandkit/cache. Use for 'use cache' directives, cacheTag/cacheLife strategy, revalidateTag invalidation, and provider setup for memory or Redis deployments.
Configure and use @commandkit/devtools for local debugging, command inspection, and runtime diagnostics during development.
Implement localization with @commandkit/i18n and i18next. Use for locale resources, command metadata translations, and locale-aware runtime helpers.
| name | commandkit-redis |
| version | 1.2.0 |
| author | neplextech |
| emoji | 🧠 |
| tags | ["commandkit","redis","cache","distributed-systems"] |
| description | Add Redis-backed shared infrastructure with @commandkit/redis for cache, mutex, semaphore, and distributed state patterns. |
Use for multi-instance or distributed coordination scenarios.
src/bootstrap/redis.ts)| Name | Description |
|---|---|
references/00-filesystem-structure.md | Redis bootstrap and integration layout strategy. |
references/01-plugin-setup.md | Plugin-based Redis cache integration. |
references/02-manual-cache-provider.md | Manual cache provider wiring with custom Redis client. |
references/03-redis-mutex-storage.md | Distributed lock patterns with Redis mutex storage. |
references/04-redis-semaphore-storage.md | Distributed concurrency control with Redis semaphore storage. |
| Name | Description |
|---|---|
N/A | This skill currently has no helper tool scripts. |