ワンクリックで
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. |