원클릭으로
commandkit-analytics
// Instrument CommandKit bots with @commandkit/analytics. Use for provider setup, event taxonomy, runtime telemetry controls, and privacy-aware analytics design.
// Instrument CommandKit bots with @commandkit/analytics. Use for provider setup, event taxonomy, runtime telemetry controls, and privacy-aware analytics design.
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.
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.
Migrate existing projects off @commandkit/legacy to modern CommandKit patterns. This skill is migration-only and must not promote new legacy adoption.
| name | commandkit-analytics |
| version | 1.2.0 |
| author | neplextech |
| emoji | 📈 |
| tags | ["commandkit","analytics","posthog","umami"] |
| description | Instrument CommandKit bots with @commandkit/analytics. Use for provider setup, event taxonomy, runtime telemetry controls, and privacy-aware analytics design. |
Use for analytics provider setup and event instrumentation strategy.
commandkit.config.tsposthog or umami).noAnalytics() where needed.| Name | Description |
|---|---|
references/00-filesystem-structure.md | Integration locations and analytics architecture boundaries. |
references/01-posthog-setup.md | PostHog provider setup pattern. |
references/02-umami-setup.md | Umami provider setup pattern. |
references/03-track-events.md | Event tracking conventions and examples. |
references/04-no-analytics-scope.md | Request-level telemetry suppression pattern. |
| Name | Description |
|---|---|
N/A | This skill currently has no helper tool scripts. |