CtrlK
BlogDocsLog inGet started
Tessl Logo

lsp-maintain

Diagnose and align Kode LSP behavior with the reference CLI (plugin-based .lsp.json, stdio-only, no install menus). Use when LSP results are missing, LSP is disabled, or you need to configure plugin LSP servers without telling the user to run menu-style install commands.

75

Quality

92%

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

85%

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

A lean, well-structured instruction skill with a clear sequenced workflow and verification step, but its apply-changes step relies on placeholder invocations rather than copy-paste-ready examples.

Suggestions

Add a minimal sample .lsp.json record (or a concrete `/plugin <subcommand> <args>` invocation) so the apply step is copy-paste ready and lifts actionability from 2 to 3.

Show one example of an `lspServers` manifest entry (inline record vs relative file path) to make Step 2's config-source guidance concrete.

DimensionReasoningScore

Conciseness

The ~40-line body is lean and assumes Claude's competence, explaining only Kode-specific behavior (e.g. what 'LSP enabled' means in Kode) and avoiding general-knowledge padding; every section earns its place.

3 / 3

Actionability

Names concrete commands (/lsp, /plugin via SlashCommand, Edit on .lsp.json) and specific config rules (command must be executable, use args, stdio, avoid restartOnCrash), but the '/plugin ...' ellipsis is a placeholder and no copy-paste-ready example (e.g. a sample .lsp.json record) is given.

2 / 3

Workflow Clarity

Steps 1-4 are clearly sequenced (facts -> config source -> apply -> verify) with an explicit verification checkpoint in Step 4 (re-run /lsp, attempt an LSP tool call) and a decision rule in Step 1.

3 / 3

Progressive Disclosure

A single-purpose skill under 50 lines with no bundle files and well-organized sections (Non-negotiables, definition, Steps 1-4, Notes), which meets the simple-skills allowance for a top score.

3 / 3

Total

11

/

12

Passed

Description

100%

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 tight, third-person description that states concrete capabilities and gives explicit, natural trigger conditions with no fluff or over-claims. It clearly delineates both what the skill does and when to use it.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Diagnose and align Kode LSP behavior', 'configure plugin LSP servers' — tied to a named domain (Kode LSP) and concrete artifacts (.lsp.json, stdio), matching the 'multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicitly answers both what ('Diagnose and align Kode LSP behavior...') and when ('Use when LSP results are missing, LSP is disabled...') with an explicit trigger clause.

3 / 3

Trigger Term Quality

'Use when LSP results are missing, LSP is disabled, or you need to configure plugin LSP servers' covers natural phrases a user would actually say, with good coverage of common variations.

3 / 3

Distinctiveness Conflict Risk

A clear niche (Kode LSP / reference-CLI alignment) with distinct triggers and product-specific framing that is unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

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.