CtrlK
BlogDocsLog inGet started
Tessl Logo

api-wide-base-path-with-default-custom-commands

How to author custom commands for the api-wide-base-path-with-default CLI using the co-generated SDK.

58

Quality

66%

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/api-wide-base-path-with-default/.agents/skills/custom-commands/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

76%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 content is highly actionable and concise, with executable examples and a useful regeneration-safety table. Its main gap is the absence of an explicit validation/verification checkpoint in the build-and-regenerate workflow.

Suggestions

Add an explicit validation step after regeneration, e.g. 'After `fern generate`, run `cargo build` to confirm custom.rs still compiles before committing.'

Consolidate the Architecture and Regeneration Safety file listings to remove duplicated path rows and tighten conciseness.

Merge the 'Available SDK Clients' table and 'Key Patterns' into a single section to reduce structural overlap and improve navigation.

DimensionReasoningScore

Conciseness

The body is lean with focused code, tables, and commands and avoids explaining Rust/cargo basics; minor redundancy between the Architecture and Regeneration Safety file listings keeps it just below a 5.

4 / 5

Actionability

It provides copy-paste-ready Rust for register(), real cargo build and invocation commands, and concrete SDK client patterns covering the common add-a-command case.

5 / 5

Workflow Clarity

Adding a command is sequenced 1-2-3, but there is no explicit validation checkpoint (e.g. rebuild after `fern generate` to confirm custom.rs still compiles), leaving checkpoints implicit.

3 / 5

Progressive Disclosure

A single self-contained file with clear, well-labeled sections and no nested references; slightly above the simple-skill line with minor organization overlap between the clients table and key patterns.

4 / 5

Total

16

/

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 clear and distinct but purely declarative: it states what the skill does without any usage trigger guidance. Specificity and trigger-term coverage are adequate but not comprehensive.

Suggestions

Add an explicit 'Use when...' clause naming natural triggers, e.g. 'Use when extending the api-wide-base-path-with-default CLI with user-authored commands.'

Broaden trigger terms to include natural phrasings like 'add a command to the CLI' or 'extend the CLI' rather than only the product name and jargon.

List one or two more concrete actions (e.g. 'register commands, wire the authenticated SDK client, run async calls') to lift specificity toward 4-5.

DimensionReasoningScore

Specificity

Names the domain (authoring custom commands) and one concrete action via the co-generated SDK, but does not enumerate multiple specific actions, matching the 'domain and 1-2 concrete actions, not comprehensive' anchor.

3 / 5

Completeness

The description gives a clear 'what' (author custom commands using the co-generated SDK) but has no 'Use when...' or equivalent trigger clause, which caps completeness at 3.

3 / 5

Trigger Term Quality

'custom commands', 'CLI', and 'SDK' are relevant but the tied product name is technical jargon; natural user phrasings and synonyms are missing, fitting 'some relevant keywords but missing common variations'.

3 / 5

Distinctiveness Conflict Risk

The highly specific product name creates a clear niche with minimal overlap risk; it is unlikely to trigger for unrelated 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.