CtrlK
BlogDocsLog inGet started
Tessl Logo

unity-skill-generate

Regenerate every `SKILL.md` from the project's currently-registered MCP tools into the configured skills folder (or a project-relative override path). Writes the YAML `description:` from `[AiSkillDescription]` and the body from `[AiSkillBody]`.

56

Quality

63%

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 ./Unity-MCP-Plugin/.claude/skills/unity-skill-generate/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

68%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 content is actionable and well-structured with executable commands, but it duplicates the input description and lacks validation/verification for a batch file-overwrite operation.

Suggestions

Merge the 'Inputs' and 'Input' sections into one to remove the duplicated path description.

Add a verification step after generation, e.g. list the output folder or confirm each expected SKILL.md exists, since this overwrites multiple files.

Use a concrete example value (e.g. '.claude/skills') in the inline command and align the stdin example's JSON key to the actual 'path' parameter.

DimensionReasoningScore

Conciseness

The body is mostly lean with executable commands and a tight schema, but the 'Inputs' and 'Input' sections redundantly describe the same path parameter.

4 / 5

Actionability

Provides copy-paste ready bash invocations (inline, --input-file, stdin) plus a JSON schema, with minor gaps such as the placeholder 'string_value' and a stdin example using a generic 'param' key instead of 'path'.

4 / 5

Workflow Clarity

The sequence (create folder, call GenerateSkillFiles, restore SkillsPath in finally) is described, but this batch/overwrite operation has no validation or verification step, capping the score at 3.

3 / 5

Progressive Disclosure

Sections are well organized and the single cross-skill reference to /unity-initial-setup is clearly signaled; no bundle files are needed, though the body is slightly over 50 lines.

4 / 5

Total

15

/

20

Passed

Description

58%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 concretely describes what the skill does and is clearly distinguishable, but it leans on technical jargon and omits any explicit 'when to use' trigger guidance.

Suggestions

Add a 'Use when...' clause naming natural triggers, e.g. 'Use when the user wants to refresh or regenerate skill files from registered MCP tools'.

Soften jargon like [AiSkillDescription]/[AiSkillBody] or move it after the trigger clause so natural keywords lead.

Include common synonyms a user might say ('refresh skills', 'rebuild SKILL.md files', 'sync tools to skills') to improve trigger term coverage.

DimensionReasoningScore

Specificity

Names the domain and several concrete actions ('Regenerate every SKILL.md', 'Writes the YAML description: from [AiSkillDescription] and the body from [AiSkillBody]'), with only minor coverage gaps.

4 / 5

Completeness

The 'what' is clearly stated (regenerate skill files from registered MCP tools), but there is no 'Use when...' or equivalent trigger clause, capping completeness at 3 per the rubric guideline.

3 / 5

Trigger Term Quality

Relevant keywords like 'Regenerate', 'SKILL.md', and 'MCP tools' appear, but the phrasing is dominated by technical jargon ([AiSkillDescription], configured skills folder) and lacks natural user-facing synonyms.

3 / 5

Distinctiveness Conflict Risk

The narrow niche of regenerating Unity MCP skill files is distinct, with only minor overlap risk against closely related single-skill generation tools.

4 / 5

Total

14

/

20

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
IvanMurzak/Unity-MCP
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.