commandkit-i18n
Installation
SKILL.md
CommandKit i18n Plugin
Activation guidance
Use for multilingual command metadata and translated runtime responses.
Required filesystem expectations
- plugin registration in
commandkit.config.ts - locale files under
src/app/locales/<locale>/*.json - command/event handlers in
src/app/commands/**andsrc/app/events/**
Execution workflow
- Register
i18n()plugin. - Build locale directory and translation files.
- Add
$commandkeys for metadata localization.
Related skills