com um clique
commandkit-cache
// Implement deterministic caching with @commandkit/cache. Use for 'use cache' directives, cacheTag/cacheLife strategy, revalidateTag invalidation, and provider setup for memory or Redis deployments.
// Implement deterministic caching with @commandkit/cache. Use for 'use cache' directives, cacheTag/cacheLife strategy, revalidateTag invalidation, and provider setup for memory or Redis deployments.
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.
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.
Migrate existing projects off @commandkit/legacy to modern CommandKit patterns. This skill is migration-only and must not promote new legacy adoption.
| name | commandkit-cache |
| version | 1.2.0 |
| author | neplextech |
| emoji | 🗄️ |
| tags | ["commandkit","cache","performance","redis"] |
| description | Implement deterministic caching with @commandkit/cache. Use for 'use cache' directives, cacheTag/cacheLife strategy, revalidateTag invalidation, and provider setup for memory or Redis deployments. |
Use for read-heavy deterministic workloads and explicit invalidation design.
commandkit.config.tscache() plugin.'use cache' to deterministic async functions.revalidateTag.| Name | Description |
|---|---|
references/00-filesystem-structure.md | Cache integration locations and bootstrap placement. |
references/01-directive-use-cache.md | Correct directive usage and deterministic function criteria. |
references/02-cachetag-cachelife.md | Tag strategy, TTL strategy, and invalidation planning. |
references/03-revalidate-tag.md | Mutation-side invalidation patterns. |
references/04-provider-setup.md | Memory/Redis provider setup and topology guidance. |
| Name | Description |
|---|---|
N/A | This skill currently has no helper tool scripts. |