CtrlK
BlogDocsLog inGet started
Tessl Logo

allof-composition-custom-commands

How to author custom commands for the allof-composition CLI using the co-generated SDK.

55

Quality

61%

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/allof-inline/.agents/skills/custom-commands/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

72%

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

The content is concise, well-structured, and offers executable code, but the incomplete SDK client listing and the absence of an explicit regeneration validation checkpoint hold back actionability and workflow clarity.

Suggestions

Flesh out the 'Available SDK Clients' section with the actual sub-clients (e.g. client.resource, client.<name>) so handlers can be written without inspecting generated source.

Add an explicit validation step after 'fern generate' — e.g. run 'cargo build' (and 'cargo test') and only proceed when it passes, treating SDK-surface mismatches as a fix-and-revalidate loop.

Optionally move the full regeneration-safety detail into a referenced file once the skill grows, keeping the overview tight.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence, explaining neither what a CLI nor an SDK is, and nearly every token earns its place despite a few minor parenthetical notes.

3 / 3

Actionability

Provides executable Rust patterns and build/test commands, but the 'Available SDK Clients' section is a stub with no actual client listing, leaving key details incomplete.

2 / 3

Workflow Clarity

Steps are clearly sequenced and a regeneration-safety table is present, but there is no explicit validation checkpoint for the regeneration step that mutates generated code, capping workflow clarity at 2.

2 / 3

Progressive Disclosure

A single well-organized file under ~110 lines with clear sections and no need for external references; per the simple-skill note this scores 3.

3 / 3

Total

10

/

12

Passed

Description

50%

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 names a specific domain and mechanism but provides no concrete action list and omits any 'Use when...' trigger guidance, leaving it informative yet incomplete as a skill trigger.

Suggestions

Add concrete actions to the description, e.g. 'Register, wire, and compile custom commands for the allof-composition CLI using the co-generated SDK.'

Append an explicit trigger clause such as 'Use when extending the allof-composition CLI with user-authored commands or integrating the generated SDK into custom handlers.'

Include natural user-facing terms ('custom CLI commands', 'generated SDK client', 'add a command') to broaden trigger-term coverage.

DimensionReasoningScore

Specificity

Names the domain ('custom commands for the allof-composition CLI') and one mechanism ('co-generated SDK') but lists no concrete actions like register, compile, or wire auth, matching the 'names domain and some actions' anchor.

2 / 3

Completeness

States what the skill does but has no 'Use when...' trigger clause, so per the judging guidelines completeness is capped at 2.

2 / 3

Trigger Term Quality

Contains relevant keywords ('custom commands', 'CLI', 'SDK') but leans technical ('co-generated SDK') and lacks common natural variations, fitting 'some relevant keywords but missing common variations'.

2 / 3

Distinctiveness Conflict Risk

Scoped to the allof-composition CLI, which is fairly distinct, but the missing explicit trigger clause means it could still overlap with generic CLI-authoring guidance.

2 / 3

Total

8

/

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