CtrlK
BlogDocsLog inGet started
Tessl Logo

hello-antigravity

A simple "Hello World" skill to test your OMA installation

42

Quality

24%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/hello-antigravity/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

7%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This description fails to communicate what the skill does or when Claude should use it. It reads as a placeholder or test description rather than a functional skill description. The only redeeming quality is that 'Hello World' and 'OMA installation' are distinctive enough to avoid major conflicts with other skills.

Suggestions

Add specific actions the skill performs (e.g., 'Displays a greeting message and verifies skill loading functionality')

Add a 'Use when...' clause with explicit triggers (e.g., 'Use when testing skill installation, verifying OMA setup, or debugging skill loading issues')

Include natural keywords users might say (e.g., 'test skill', 'verify installation', 'check setup', 'hello world test')

DimensionReasoningScore

Specificity

The description contains no concrete actions - 'Hello World' and 'test your OMA installation' are vague and don't describe what the skill actually does.

1 / 3

Completeness

Missing both 'what' (no specific capabilities described) and 'when' (no explicit trigger guidance or 'Use when...' clause).

1 / 3

Trigger Term Quality

Contains only technical jargon ('OMA installation') that users wouldn't naturally say. No natural keywords for when someone would need this skill.

1 / 3

Distinctiveness Conflict Risk

The 'OMA installation' and 'Hello World' terms are somewhat distinctive and unlikely to conflict with other skills, but the description is too vague to clearly define its niche.

2 / 3

Total

5

/

12

Passed

Implementation

42%

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

This skill reads more like documentation about itself rather than actionable instructions for Claude. It explains what the skill does conceptually but fails to provide concrete guidance on how to execute the greeting. The 'Creating Your Own Skills' section is off-topic for a hello-world skill and wastes tokens.

Suggestions

Replace the descriptive content with a concrete, executable instruction: 'When triggered, output the following greeting message: [exact message]'

Remove the 'Creating Your Own Skills' section - it belongs in OMA documentation, not in this skill's instructions

Add explicit trigger conditions and the exact output Claude should produce, making the skill copy-paste actionable

DimensionReasoningScore

Conciseness

The skill includes some unnecessary explanation (e.g., 'This is a demonstration skill' and explaining what a greeting does). The 'Creating Your Own Skills' section is tangential to the skill's purpose and adds tokens without being essential to the hello-world functionality.

2 / 3

Actionability

The skill provides no executable code or concrete commands. It describes what the skill does conceptually but doesn't give Claude actionable instructions on how to produce the greeting or what specific actions to take.

1 / 3

Workflow Clarity

For a simple greeting skill, the workflow is straightforward, but the 'Creating Your Own Skills' section introduces a multi-step process without validation checkpoints. The core skill's single action is reasonably clear but lacks explicit instruction on what Claude should actually do.

2 / 3

Progressive Disclosure

For a simple skill under 50 lines with no need for external references, the content is appropriately organized with clear sections. No unnecessary nesting or external file chains.

3 / 3

Total

8

/

12

Passed

Validation

90%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

10

/

11

Passed

Repository
TurnaboutHero/oh-my-antigravity
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.