CtrlK
BlogDocsLog inGet started
Tessl Logo

create-skill

Create a new skill in the current repository. Use when the user wants to create/add a new skill, or mentions creating a skill from scratch. This skill follows the workflow defined in .agents/skills/README.md and helps scaffold, validate, and sync new skills.

75

Quality

92%

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

85%

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

The body is a well-sequenced, actionable workflow with concrete commands, a template, and an explicit validation feedback loop. Its main weakness is mild redundancy between the step bodies and the summary 'Commands Reference'/'Public vs Private' sections.

Suggestions

Remove the 'Commands Reference' section since pnpm skills:check and pnpm skills:sync already appear inline in Steps 4-5; this eliminates token-for-token duplication.

Trim or fold the 'Public vs Private Skills' table into Step 4, as it restates the same sync/public-skills.txt instructions already covered there.

Consider moving the SKILL.md frontmatter template and naming rules to a referenced file if the skill grows, to keep the overview lean.

DimensionReasoningScore

Conciseness

Mostly efficient and free of concept over-explanation, but the 'Commands Reference' section repeats pnpm skills:check/sync already shown in Steps 4-5 and the 'Public vs Private Skills' table restates Step 4, so it could be tightened.

2 / 3

Actionability

Provides concrete executable commands (pnpm skills:sync, pnpm skills:check), exact file paths, a copy-paste SKILL.md template, and a concrete directory layout — fully actionable guidance.

3 / 3

Workflow Clarity

Six steps are clearly sequenced, Step 5 includes an explicit validate->fix->re-run feedback loop, and Step 4 correctly orders sync before validation with a noted dependency.

3 / 3

Progressive Disclosure

Single self-contained file with well-organized section headers and one clearly-signaled one-level-deep reference (.agents/skills/README.md); no nested/deep references and no bundle files to misorganize.

3 / 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 concise, uses third person, states concrete actions, and includes an explicit 'Use when' trigger clause with natural user phrasings. It cleanly satisfies the top anchor on every dimension.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'scaffold, validate, and sync new skills' — matching the anchor for naming several specific actions rather than a vague domain.

3 / 3

Completeness

Explicitly answers both what ('Create a new skill... helps scaffold, validate, and sync') and when (explicit 'Use when...' clause), satisfying the top anchor.

3 / 3

Trigger Term Quality

'Use when the user wants to create/add a new skill, or mentions creating a skill from scratch' covers natural phrasings a user would actually say, including common variations.

3 / 3

Distinctiveness Conflict Risk

Creating a new skill is a clear niche with distinct triggers unlikely to overlap with other skills; the third-person voice is consistent throughout.

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
CherryHQ/cherry-studio
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.