CtrlK
BlogDocsLog inGet started
Tessl Logo

dart-resolve-package-conflicts

Workflow for fixing package version conflicts. Use this when `pub get` fails due to incompatible package versions.

71

Quality

87%

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

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

A tight, command-driven skill body with three well-sequenced workflows, explicit feedback loops, and executable examples. The destructive lockfile operations are properly guarded with validation, and the structure is clean and easy to navigate.

DimensionReasoningScore

Conciseness

Largely efficient with command-driven checklists and Dart-specific reference (e.g., the `dart pub outdated` column meanings); the Core Concepts section briefly restates general knowledge Claude likely has, but stays lean overall.

4 / 5

Actionability

Provides concrete, executable commands (`dart pub upgrade --tighten`, `dart pub get`, `dart pub deps`, `dart analyze`, `dart test`) and complete, copy-paste-ready YAML examples covering the common cases.

5 / 5

Workflow Clarity

Three clearly sequenced workflows with task-progress checklists and explicit feedback loops; the destructive lockfile-editing workflow includes a NEVER warning plus `dart pub deps` verification, satisfying the destructive-ops validation requirement.

5 / 5

Progressive Disclosure

Single well-organized SKILL.md with a table of contents and clear section headers; no external references are needed, so the simple/well-organized-skills exception applies.

5 / 5

Total

19

/

20

Passed

Description

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

A concise, well-targeted description that clearly states both what the skill does and the concrete condition under which to invoke it. Minor room to expand capability specificity and add a few more synonyms, but overall strong.

DimensionReasoningScore

Specificity

Names the domain ('package version conflicts') and one concrete action ('fixing'), matching the '1-2 concrete actions' anchor; not 4 because only a single action is named rather than several specific ones.

3 / 5

Completeness

Explicitly answers both what ('Workflow for fixing package version conflicts') and when ('Use this when `pub get` fails due to incompatible package versions') with a concrete trigger phrase, matching the top anchor.

5 / 5

Trigger Term Quality

Includes natural trigger terms a Dart user would say ('pub get fails', 'incompatible package versions', 'package version conflicts') with good coverage; not 5 because a few common synonyms (e.g., 'dependency conflict', 'pub get error') are absent.

4 / 5

Distinctiveness Conflict Risk

Targets a clear Dart-specific niche keyed to a distinct failure signal (`pub get` failing), with minimal risk of triggering for unrelated skills.

5 / 5

Total

17

/

20

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.