CtrlK
BlogDocsLog inGet started
Tessl Logo

type-get-json-schema

Generate a JSON Schema for a C# type name via reflection. Supports primitives, enums, arrays, generic collections, dictionaries, and complex objects. Knobs control inclusion of nested `$defs` and whether type-level / property-level descriptions are emitted.

61

Quality

71%

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/type-get-json-schema/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

73%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 well-structured and actionable, giving a clear executable call pattern with variants and troubleshooting. Its main weakness is redundancy — input parameters appear three times and the intro re-states the frontmatter — which hurts conciseness and organization.

Suggestions

Collapse the bullet list, Input table, and Input JSON Schema into a single representation of the parameters to remove triplication.

Replace the 'string_value' placeholders in the 'How to Call' example with a concrete worked example such as "typeName": "UnityEngine.Vector3".

Drop or shorten the intro paragraph since it nearly duplicates the frontmatter description.

DimensionReasoningScore

Conciseness

The body avoids explaining concepts Claude already knows and gives direct commands, but the input parameters are presented three times — bullet list, markdown table, and JSON Schema — and the intro paragraph repeats the frontmatter description, which could be tightened.

3 / 5

Actionability

It provides a concrete executable 'unity-mcp-cli run-tool' command plus input-file and stdin variants and a troubleshooting tip, but the main example block uses 'string_value' placeholders rather than a worked real example like 'UnityEngine.Vector3'.

4 / 5

Workflow Clarity

This is a single-purpose, read-only tool and the single call action is unambiguous with clearly shown variants, so the simple-skill exception applies; no destructive/batch validation cap is triggered.

5 / 5

Progressive Disclosure

Content is well-sectioned into Inputs, How to Call, Input table, schemas, and Output with no nested file references (no bundle files exist), but the body exceeds 50 lines and duplicates input details, a minor organization gap.

4 / 5

Total

16

/

20

Passed

Description

70%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 is specific and distinct, clearly conveying what the skill does and its supported type coverage. Its main weakness is the absence of an explicit 'Use when...' trigger clause, which caps completeness at 3.

Suggestions

Add an explicit 'Use when...' clause, e.g. 'Use when generating a JSON Schema for a C# type via reflection, or when the user asks for a schema from a Unity/System type.'

Include a few natural synonyms or extensions (e.g. 'schema generation', 'type definition', '.dll types') to broaden trigger-term coverage.

DimensionReasoningScore

Specificity

Lists several concrete capabilities — 'Supports primitives, enums, arrays, generic collections, dictionaries, and complex objects' plus '$defs' and description 'Knobs' — but the skill is essentially a single action (generate a schema), so it stops short of multiple distinct actions.

4 / 5

Completeness

It gives a clear 'what' but provides no 'Use when...' clause or equivalent trigger guidance, which per the rubric caps completeness at 3.

3 / 5

Trigger Term Quality

Core terms 'JSON Schema', 'C# type name', and 'via reflection' are natural phrases a developer would say, but synonyms like 'schema generation', 'type definition', or file extensions are absent.

4 / 5

Distinctiveness Conflict Risk

'Generate a JSON Schema for a C# type name via reflection' is a clear niche with distinct triggers and minimal overlap risk with other skills.

5 / 5

Total

16

/

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.