CtrlK
BlogDocsLog inGet started
Tessl Logo

capabilities-manage

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).

67

Quality

81%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

78%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-structured, actionable playbook with a clear sequenced workflow and verification checkpoints, appropriately concise for a single-file skill. The main weakness is that error-recovery feedback loops when verification fails are implicit rather than explicit.

Suggestions

Add an explicit error-recovery branch to the Verify step (e.g., 'If the re-check fails: review the setting, re-apply, and re-verify') to strengthen the feedback loop.

Tighten repeated phrases such as 'do not ask the user to memorize the command' so the instruction appears once and trims tokens.

Make the LSP step more concrete by naming the specific /plugin subcommand or the .lsp.json edit expected, rather than 'ensure a plugin provides .lsp.json mappings'.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence without explaining known concepts; minor repeated phrasing ("do not ask the user to memorize the command" appears twice) and a few explanatory clauses could be trimmed, so not a 5.

4 / 5

Actionability

Provides concrete, executable guidance ("/statusline", "/lsp", "/plugin ...", Task with subagent_type "statusline-setup", real settings file paths); a few steps remain high-level ("ensure a plugin provides .lsp.json mappings"), leaving minor gaps.

4 / 5

Workflow Clarity

Clear Clarify → Inspect → Apply → Verify sequence with explicit verification steps ("re-check status screens", "re-reading the changed file(s)") and a checklist audit; error-recovery actions when verification fails are not spelled out, capping it at 4.

4 / 5

Progressive Disclosure

A sub-50-line single-purpose skill with no need for external references, organized into well-labeled sections (Goal, Rules, Workflow, Capabilities audit); per the simple-skill guidance this merits a 5.

5 / 5

Total

17

/

20

Passed

Description

83%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, specific description that explicitly covers both what the skill does and when to invoke it, with natural trigger terms and a distinct meta-management niche. It is held back only by minor gaps in capability-action specificity and synonym coverage.

DimensionReasoningScore

Specificity

Names concrete capabilities ("LSP, statusline, output styles, plugins, notifications") and the drive mechanism ("agent CLI (SlashCommand/Task)") with actions like enable/disable/configure and diagnose; the actual commands live in the body rather than the description, leaving minor gaps.

4 / 5

Completeness

Explicitly answers both what ("treat features... as configurable capabilities and drive changes through the agent CLI") and when ("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") with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural phrases users would say ("enable/disable/configure a capability", "diagnose why it's off", "statusline", "LSP", "plugins"); a few common synonyms or phrasings are missing, so not a 5.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear meta niche ("meta capability management" for Kode's own features) with distinct triggers; minor overlap risk with general configuration skills keeps it just below 5.

4 / 5

Total

17

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
shareAI-lab/Kode-CLI
Reviewed

Table of Contents

Is this your skill?

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.