From cmux-todo-board
Manage board runtime configuration (language, etc.) stored in .tasks/config.json.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cmux-todo-board:board-configThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage the board's runtime configuration, stored in `.tasks/config.json`.
Manage the board's runtime configuration, stored in .tasks/config.json.
board-config --get
Print the current configured language. Defaults to EN if no config file
or language key is set.
board-config --set-language <code>
Write or update the language code in .tasks/config.json, preserving any
other keys already in the file. The code is normalized (uppercased, trimmed).
Rejects empty or whitespace-only input.
The board's default working language is English (EN). All generated text
(GitHub issue titles/bodies, documentation) is produced in EN unless the user
explicitly overrides it with board-config --set-language <code>.
npx claudepluginhub kaiukov/claude-code-cmux-todo-plugin --plugin cmux-todo-boardCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.