بنقرة واحدة
commandkit-ai
// Build AI-powered command flows with @commandkit/ai. Use for model selection, message filtering, schema-backed AI commands, and safe tool-calling behavior.
// Build AI-powered command flows with @commandkit/ai. Use for model selection, message filtering, schema-backed AI commands, and safe tool-calling behavior.
| name | commandkit-ai |
| version | 1.2.0 |
| author | neplextech |
| emoji | 🤖 |
| tags | ["commandkit","ai","tools","llm"] |
| description | Build AI-powered command flows with @commandkit/ai. Use for model selection, message filtering, schema-backed AI commands, and safe tool-calling behavior. |
Use when implementing natural-language command execution or AI tool orchestration.
commandkit.config.tssrc/ai.ts or src/ai.jssrc/app/commands/**ai() plugin.configureAI() in src/ai.*.aiConfig schema and ai command handlers.| Name | Description |
|---|---|
references/00-filesystem-structure.md | File layout and export expectations for AI-enabled projects. |
references/01-plugin-setup.md | Minimal plugin wiring in config. |
references/02-configure-ai-model.md | Model selection, message filters, and runtime option patterns. |
references/03-ai-command-schema.md | Typed schema + AI command implementation pattern. |
references/04-custom-tools.md | Tool creation and safe exposure patterns. |
| Name | Description |
|---|---|
tools/generate-ai-command-template.mjs | Prints a starter AI command template with schema and handler exports. |
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.
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.
Migrate existing projects off @commandkit/legacy to modern CommandKit patterns. This skill is migration-only and must not promote new legacy adoption.