CtrlK
BlogDocsLog inGet started
Tessl Logo

inline-enum-type-name-override-custom-commands

How to author custom commands for the inline-enum-type-name-override CLI using the co-generated SDK.

60

Quality

70%

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

Fix and improve this skill with Tessl

tessl review fix ./seed/cli/inline-enum-type-name-override/.agents/skills/custom-commands/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

82%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.

The body is well-structured, executable, and concise, giving Claude everything needed to author, build, and test a custom command with minimal padding. The main gap is the absence of an explicit validate-on-failure feedback loop, though the task is not destructive.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence (no explanation of cargo, CLIs, or Rust), with only minor repetition — the 'Key Patterns' section re-states client(ctx) and block_on already shown in the code example.

4 / 5

Actionability

Provides copy-paste-ready Rust for register(), concrete build/test commands ('cargo build', the CLI invocation with RUST_LOG=debug), and a clear SDK client table — fully executable guidance covering the common case.

5 / 5

Workflow Clarity

Adding a command is sequenced as numbered steps (edit custom.rs → build → test) with concrete commands, though there is no explicit error-recovery/validation feedback loop; this is not a destructive or batch operation so the cap does not apply.

4 / 5

Progressive Disclosure

Well-organized into Overview, Architecture, Adding a Custom Command, Regeneration Safety, and Build & Test sections; content is self-contained with no nested references, though it slightly exceeds the under-50-line simple-skill threshold.

4 / 5

Total

17

/

20

Passed

Description

57%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.

The description is specific to a clearly identifiable niche and states a concrete action, but lacks any 'when to use' trigger guidance and leans on technical jargon rather than natural trigger terms.

Suggestions

Add an explicit 'Use when ...' clause stating when Claude should invoke this skill (e.g., when the user wants to add or modify commands for the inline-enum-type-name-override CLI).

Replace or supplement 'co-generated SDK' with more natural phrasing a user would actually say, such as 'typed SDK client'.

List the concrete actions more comprehensively (e.g., 'register, build, and test custom commands') to lift specificity.

DimensionReasoningScore

Specificity

Names the domain ('author custom commands for the inline-enum-type-name-override CLI') and one concrete action plus its means ('using the co-generated SDK'), but coverage is not comprehensive — only one command-authoring action is stated.

3 / 5

Completeness

Clearly states what the skill does, but there is no 'Use when...' clause or equivalent explicit trigger guidance, which caps completeness at 3 per the judging guidelines.

3 / 5

Trigger Term Quality

Contains relevant keywords ('custom commands', 'CLI', 'SDK'), but 'co-generated SDK' is technical jargon and natural user phrasings/synonyms are missing.

3 / 5

Distinctiveness Conflict Risk

The skill is scoped to a uniquely named CLI ('inline-enum-type-name-override'), giving it a clear niche with minimal overlap risk against other skills.

5 / 5

Total

14

/

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
fern-api/fern
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.