CtrlK
BlogDocsLog inGet started
Tessl Logo

create-command

Scaffolds a new skill file with proper naming conventions and structure. Analyzes requirements to determine skill type and generates appropriate content. Use when adding a new developer workflow skill, creating a custom skill, or extending the Trellis skill set.

71

Quality

86%

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

87%

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

The content is actionable, concise, and well-structured for a scaffolding skill. The main gap is workflow clarity: the happy-path sequence is clear but lacks an explicit validation checkpoint before file creation.

Suggestions

Insert an explicit validation step before 'Create Files', e.g. 'Verify no existing skill shares the chosen name; if a similar skill exists, confirm with the user before overwriting.'

Promote the duplicate-functionality check from the 'Avoid' list into the numbered workflow as a checkpoint so it cannot be skipped.

DimensionReasoningScore

Conciseness

The body is lean and free of concept-bloat (no explanation of what skills or kebab-case are), with every section earning its place — matching the score-3 'lean and efficient' anchor.

3 / 3

Actionability

Provides concrete, executable guidance: the exact file path '.agents/skills/<skill-name>/SKILL.md', a kebab-case rule, a SKILL.md content template, a confirmation output template, and a naming-conventions table.

3 / 3

Workflow Clarity

The five execution steps (Parse → Analyze → Generate → Create → Confirm) are clearly sequenced, but no explicit validation checkpoint exists; the duplicate-skill check appears only as an 'Avoid' note rather than a workflow step, matching the score-2 'validation gaps' anchor.

2 / 3

Progressive Disclosure

The skill is self-contained with no bundle files and is organized into clear logical sections (Usage, Execution Steps, Skill Content Guidelines, Naming Conventions) with no nested references, satisfying the well-organized-sections expectation for a single-purpose skill.

3 / 3

Total

11

/

12

Passed

Description

85%

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 strong: third-person, concrete, and complete with an explicit 'Use when' trigger. Its only weak spot is trigger-term breadth, which covers the core intent but lacks common phrasing variations.

Suggestions

Broaden trigger terms with natural variations users might say, e.g. 'Use when adding, creating, or scaffolding a new skill, building a custom developer workflow, or extending the Trellis skill set.'

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Scaffolds a new skill file with proper naming conventions and structure', 'Analyzes requirements to determine skill type', 'generates appropriate content' — matching the score-3 anchor of multiple specific concrete actions.

3 / 3

Completeness

Explicitly answers both what ('Scaffolds... Analyzes... generates appropriate content') and when via an explicit 'Use when...' trigger clause, matching the score-3 anchor.

3 / 3

Trigger Term Quality

The 'Use when adding a new developer workflow skill, creating a custom skill, or extending the Trellis skill set' clause offers relevant natural keywords, but coverage is narrow with overlapping variations rather than the broad spread expected for a 3.

2 / 3

Distinctiveness Conflict Risk

Occupies a clear niche (skill scaffolding) with triggers tied to the Trellis/custom-skill domain, making it unlikely to fire for an unrelated skill.

3 / 3

Total

11

/

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
zhukunpenglinyutong/desktop-cc-gui
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.