CtrlK
BlogDocsLog inGet started
Tessl Logo

dart-build-cli-app

Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.

68

Quality

83%

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

100%

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

The content is a tight, actionable reference with executable examples, well-sequenced validation-gated workflows, and clean organization that needs no external file references.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence: it skips explaining what Dart is and jumps to concrete commands, tucking tangential cross-compilation detail into a <details> block so every remaining token earns its place.

3 / 3

Actionability

It provides copy-paste-ready commands (`dart create -t cli`, `dart compile exe bin/cli.dart -o ...`) and two complete, executable Dart code examples (CommandRunner and integration test), fully matching the executable-guidance anchor.

3 / 3

Workflow Clarity

Both Task Progress checklists give a clearly sequenced process with explicit validation checkpoints ("Run validator" steps for format, analyze, test, and help-text verification) before proceeding, matching the clear-sequence-with-validation anchor.

3 / 3

Progressive Disclosure

With no bundle files, the single ~185-line body is well organized into a TOC and focused sections with a one-level collapsible <details> block, satisfying the well-organized single-file allowance.

3 / 3

Total

12

/

12

Passed

Description

67%

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 clearly pairs capabilities with an explicit Use-when trigger, but its capability list is high-level and its triggers are fairly generic, leaving room for more specific actions and broader natural-language keywords.

Suggestions

Add more concrete capabilities (e.g., 'scaffold projects with dart create, parse args, handle UsageException') to lift specificity from 2 to 3.

Broaden trigger terms with common phrasings like 'CLI', 'terminal', or 'console app' so the description matches more natural user requests.

Tie triggers more tightly to Dart-specific terms (e.g., 'Dart CLI', 'CommandRunner', 'dart compile exe') to reduce overlap with general script/build skills.

DimensionReasoningScore

Specificity

Names a concrete domain ("entrypoint structure, exit codes, cross-platform scripts") but lists only a few high-level actions rather than a comprehensive set of specific capabilities, matching the 'names domain and some actions' anchor.

2 / 3

Completeness

Explicitly states what it does ("Entrypoint structure, exit codes, cross-platform scripts") and when to use it ("Use when building command line utilities, scripts, or applications"), satisfying both what and when.

3 / 3

Trigger Term Quality

"building command line utilities, scripts, or applications" covers common phrasings but omits frequent variations like CLI, terminal, or console apps, fitting 'some relevant keywords but missing common variations'.

2 / 3

Distinctiveness Conflict Risk

The Dart-scoped context helps, but "scripts" and "applications" are generic triggers that could overlap with other build/tooling skills, matching 'somewhat specific but could still overlap'.

2 / 3

Total

9

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Repository
flutter/agent-plugins
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.