CtrlK
BlogDocsLog inGet started
Tessl Logo

snippets

Save and recall useful code snippets in your workspace. Use when you need to store or retrieve reusable code patterns.

62

Quality

74%

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 ./Season-4/Level-4/skills/snippets/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

86%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 body is concise, well-structured, and gives concrete commands for a simple skill. It would benefit from a concrete usage example and an overwrite/validation note for the save command.

Suggestions

Add one concrete worked example of saving and retrieving a snippet (e.g., `run snippets save greet 'echo hi'` then `run snippets get greet`).

Note whether `save` overwrites an existing snippet and how to handle collisions, adding a light validation checkpoint.

Clarify where snippets are stored and how `list` output is formatted so retrieval is unambiguous.

DimensionReasoningScore

Conciseness

The body is lean and token-efficient with no padding or explanation of concepts Claude already knows; every line earns its place, matching the lean-and-efficient anchor.

5 / 5

Actionability

It provides concrete, executable `run snippets` commands with their syntax; minor gaps remain (e.g., no example showing an actual save invocation with real values), so it is not a 5.

4 / 5

Workflow Clarity

The three commands are clear and unambiguous for a simple single-purpose skill; a note on overwrite behavior for `save` would add the checkpoint needed for a 5.

4 / 5

Progressive Disclosure

Under 50 lines with no external references needed and well-organized section headers, meeting the simple-skill exception for a 5.

5 / 5

Total

18

/

20

Passed

Description

62%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 cleanly states what the skill does and when to use it in concise third-person voice. It is solid but lacks richer trigger synonyms and broader action coverage.

Suggestions

Add more natural trigger variants/synonyms (e.g., 'reusable code', 'code templates', 'boilerplate') to improve trigger term quality.

Expand the action list to be more comprehensive (e.g., search, edit, delete, categorize snippets) to raise specificity.

Make the 'Use when...' clause more concrete with user-side phrasing like 'when the user asks to save, reuse, or recall a piece of code'.

DimensionReasoningScore

Specificity

Names the domain ('code snippets') and two concrete actions ('Save and recall'), matching the anchor for 1-2 concrete actions without comprehensive coverage; it does not list additional capabilities so it is not a 4.

3 / 5

Completeness

Both 'what' (save and recall snippets) and 'when' ('Use when you need to store or retrieve reusable code patterns') are explicit; the 'when' could be more specific with concrete user-side trigger phrases, so it is not a 5.

4 / 5

Trigger Term Quality

'code snippets' and 'reusable code patterns' are natural terms, but it lacks common synonyms or file/extension variations that would push it to 4.

3 / 5

Distinctiveness Conflict Risk

The snippet-manager niche is mostly distinct with only minor overlap risk against general file utilities; not fully a 5 since the wording could still be confused with generic file storage.

4 / 5

Total

14

/

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
skills/secure-code-game
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.