Kode capability-management playbook: treat features (LSP, statusline, output styles, plugins, notifications) as configurable capabilities and drive changes through the agent CLI (SlashCommand/Task) instead of pushing users into menu-like flows. Use when the user asks to enable/disable/configure a capability, diagnose why it’s off, or wants the agent to self-manage Kode’s own features (meta capability management).
80
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Make users manage Kode features by expressing intent (“enable LSP for TS”, “fix my statusline”) while the agent performs the necessary actions via the agent CLI.
SlashCommand to run Kode commands (/statusline, /lsp, /plugin ...) instead of asking the user to do it manually.statusline / lsp / output-style / plugins (or multiple).~/.kode/settings.json, .kode/settings.local.json)./lsp, /output-style.statusline-setup (do not ask the user to memorize the command)..lsp.json mappings; manage via /plugin, then re-check via /lsp screen.outputStyle in settings (or ask the user to choose via /output-style); for edits, edit the output style markdown file and then re-check /output-style./capabilities)Keep this fast and low-friction: default output should be a short checklist and only one question when a choice is required.
~/.kode/settings.json (global).kode/settings.local.json (project, if present)settings.json contains statusLine.outputStyle string./lsp (single step) to confirm resolved servers.permissions-debug skill.statusline-setup (do not ask the user to memorize the command).outputStyle in .kode/settings.local.json (project) or ~/.kode/settings.json (global) and re-read to verify.4afba64
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.