CtrlK
BlogDocsLog inGet started
Tessl Logo

scienceworld-planting-coordinator

This skill plants a seed or small plant into a suitable growth container (e.g., a flower pot with soil and water). It should be triggered when the agent has acquired a seed and needs to initiate the plant growth process by placing it into a prepared environment. The skill coordinates the 'move' action to transfer the seed from inventory to the target container, resolving any ambiguity if multiple instances exist.

77

Quality

96%

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%

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

The body is concise, actionable, and clearly sequenced for a simple single-purpose skill. The main gap is that the bundled references/action_primer.md is present but never referenced from the body, so progressive disclosure is under-signalized.

Suggestions

Add a one-line pointer in the Core Procedure (e.g., 'See references/action_primer.md for the full action grammar and ambiguity-resolution protocol') so the bundle file is clearly signaled and discoverable.

De-duplicate the scope boundary between 'When to Use' and 'Key Notes' (the seed-in-inventory assumption and the no-acquisition/no-growth-stage limits are restated) to tighten conciseness further.

Optionally add an explicit success check after the move (e.g., confirm the seed is now inside the container) to strengthen the workflow's validation checkpoint.

DimensionReasoningScore

Conciseness

The body is lean (under 30 lines) and adds only what Claude would not already know — specific action grammar, the index-0 rule, and soil/water criteria — with no padding explaining basic concepts, fitting the 'lean and efficient; every token earns its place' anchor; it stays above level 2 because there is no unnecessary explanation.

3 / 3

Actionability

Gives concrete executable guidance tied to the environment's action grammar — 'move', 'select the first option (index 0)', 'focus on [seed]', and a container must contain both 'soil' and 'water' — meeting the actionable-instruction bar; absence of literal code is not penalized per the code_vs_instruction scoring note.

3 / 3

Workflow Clarity

The Core Procedure is a clear 4-step sequence (locate → move → handle ambiguity → signal intent) with a deterministic error-resolution step for ambiguous moves; for a simple constructive single-action skill the simple-skills note permits 3, and the destructive/batch cap does not apply.

3 / 3

Progressive Disclosure

The body is well-sectioned but a bundle file (references/action_primer.md) is provided and never signaled or linked from the body, matching 'references present but not clearly signaled'; it is below 3 because the existing reference is not navigated to.

2 / 3

Total

11

/

12

Passed

Description

100%

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, complete, and distinct: it names concrete actions, gives an explicit trigger, and occupies a clear narrow niche. Voice is correctly third person. It is concise without padding.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'plants a seed or small plant into a suitable growth container', 'coordinates the 'move' action to transfer the seed from inventory to the target container, resolving any ambiguity if multiple instances exist' — matching the 'lists multiple specific concrete actions' anchor rather than the single-action level 2.

3 / 3

Completeness

Explicitly states what it does (plants/move/resolve ambiguity) and an explicit trigger ('It should be triggered when the agent has acquired a seed and needs to initiate the plant growth process'), satisfying both what AND when with an explicit trigger clause.

3 / 3

Trigger Term Quality

Covers natural domain terms — 'seed', 'small plant', 'plant growth process', 'growth container' — giving good coverage of words a user would say, fitting the 'good coverage of natural terms' anchor rather than the partial-coverage level 2.

3 / 3

Distinctiveness Conflict Risk

A narrow niche (seed planting in a growth container with move-action ambiguity resolution) with distinct triggers is unlikely to overlap with unrelated skills, matching the 'clear niche with distinct triggers' anchor.

3 / 3

Total

12

/

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
zjunlp/SkillNet
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.