CtrlK
BlogDocsLog inGet started
Tessl Logo

groq-hello-world

Create a minimal working Groq example. Use when starting a new Groq integration, testing your setup, or learning basic Groq API patterns. Trigger with phrases like "groq hello world", "groq example", "groq quick start", "simple groq code".

Install with Tessl CLI

npx tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill groq-hello-world
What are skills?

71

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

Discovery

89%

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 is a well-structured skill description with excellent trigger terms and clear 'what/when' guidance. The main weakness is the lack of specific concrete actions beyond 'create a minimal working example' - it could benefit from listing what the example actually demonstrates (e.g., API authentication, chat completion, streaming).

Suggestions

Add 2-3 specific concrete actions the example demonstrates, such as 'authenticate with API key', 'make chat completion request', or 'handle streaming responses'

DimensionReasoningScore

Specificity

Names the domain (Groq) and a general action ('Create a minimal working Groq example'), but lacks specific concrete actions like 'make API calls', 'handle authentication', or 'parse responses'.

2 / 3

Completeness

Clearly answers both what ('Create a minimal working Groq example') and when ('Use when starting a new Groq integration, testing your setup, or learning basic Groq API patterns') with explicit trigger guidance.

3 / 3

Trigger Term Quality

Excellent coverage of natural trigger terms users would say: 'groq hello world', 'groq example', 'groq quick start', 'simple groq code', plus contextual phrases like 'new Groq integration' and 'testing your setup'.

3 / 3

Distinctiveness Conflict Risk

Very distinct niche focused specifically on Groq API with clear triggers; unlikely to conflict with other skills due to the specific 'Groq' keyword and hello-world/quickstart context.

3 / 3

Total

11

/

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 has good structure and organization but critically fails its core purpose - providing a working 'hello world' example. The code snippets are incomplete placeholders rather than executable examples, which defeats the purpose of a quick-start skill. The error handling table and resource links are valuable additions.

Suggestions

Replace placeholder comments with actual working API calls that produce the promised 'Success!' output - show a complete chat completion or simple API request

Remove the duplicate TypeScript code block - keep only the complete working example in the Examples section

Add a verification step after the API call to confirm the response is valid before declaring success

DimensionReasoningScore

Conciseness

Content is reasonably efficient but includes some redundancy - the TypeScript example appears twice (in Steps 2-3 and again in Examples section). The structure is clean but could be tightened.

2 / 3

Actionability

Code examples are incomplete placeholders with '// Your first API call here' comments instead of actual working code. A 'hello world' skill should show a complete, executable example that produces output, not skeleton code.

1 / 3

Workflow Clarity

Steps are clearly numbered and sequenced, but the workflow is incomplete - Step 3 doesn't show what API call to make. The error handling table is helpful but there's no validation checkpoint to confirm success before proceeding.

2 / 3

Progressive Disclosure

For a simple hello world skill, the structure is appropriate with clear sections, external resource links, and a clear pointer to the next skill. Content is well-organized without unnecessary nesting.

3 / 3

Total

8

/

12

Passed

Validation

81%

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

Validation9 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

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

Warning

Total

9

/

11

Passed

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.