CtrlK
BlogDocsLog inGet started
Tessl Logo

demo-profile

Demo skill for the SkillToolProfile example.

38

Quality

36%

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 ./examples/skilltoolprofile/skills/demo-profile/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

72%

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

The body is lean and efficient with a real referenced bundle script and clean mode separation, so conciseness and progressive disclosure score well. It loses points on actionability and workflow clarity because the guidance is partly descriptive and lacks any validation checkpoint for the file-writing step.

Suggestions

Add an explicit post-run verification step (e.g., check that out/profile.txt exists and contains the expected line) to close the feedback loop.

Make the knowledge-only-mode instruction more concrete about which docs to consult instead of the vague 'use the docs for reasoning'.

DimensionReasoningScore

Conciseness

The body is only a few short lines, contains no filler or explanations of concepts Claude already knows, and every line earns its place.

3 / 3

Actionability

It provides one concrete executable command ('sh scripts/write_profile.sh out/profile.txt'), but the broader guidance is descriptive ('treat this command as reference material') rather than fully copy-paste-ready instruction.

2 / 3

Workflow Clarity

It distinguishes full mode (run the script) from knowledge-only mode (use docs), but there is no validation step or feedback checkpoint around the file-writing operation.

2 / 3

Progressive Disclosure

This short single-purpose skill is well organized into clear sections and references a real bundle script (scripts/write_profile.sh) one level deep, matching the simple-skill allowance.

3 / 3

Total

10

/

12

Passed

Description

0%

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 minimal placeholder text that names no actions, includes no user-facing triggers, and fails to answer either what the skill does or when to use it. It reads as internal scaffolding rather than a discoverable skill description.

Suggestions

State concrete actions the skill performs (e.g., 'Writes a demo profile file to disk') instead of only labelling it a demo.

Add a 'Use when...' clause with natural trigger terms a user would actually say.

Reword 'SkillToolProfile example' into user-facing language so the skill is distinguishable from other skills.

DimensionReasoningScore

Specificity

The description 'Demo skill for the SkillToolProfile example' names no concrete actions or capabilities at all, only that it is a demo.

1 / 3

Completeness

It states neither what the skill concretely does nor any 'Use when...' trigger guidance, so both the 'what' and 'when' are effectively missing.

1 / 3

Trigger Term Quality

There are no natural keywords a user would say to invoke this; 'SkillToolProfile example' is internal API jargon rather than user-facing trigger language.

1 / 3

Distinctiveness Conflict Risk

The phrase is so generic ('Demo skill') that it would not distinguish this skill from any other and provides no niche to prevent conflicts.

1 / 3

Total

4

/

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
trpc-group/trpc-agent-go
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.