CtrlK
BlogDocsLog inGet started
Tessl Logo

groq-hello-world

Create a minimal working Groq chat completion 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".

72

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

92%

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

A highly actionable, concise skill body with executable code and a clear step sequence. The main gap is progressive disclosure: reference material that could live in separate files is kept inline with no external references at all.

Suggestions

Move the Available Models table and Response Structure interface into a reference file (e.g. references/models.md) and link to it from the body to keep the SKILL.md overview lean.

Extract the Error Handling table into a short reference or collapse it to the few most common errors, linking out for the rest.

Add a one-line pointer to a references/ file for the streaming and vision examples so the core skill body stays focused on the basic completion.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — it skips explaining what an API or LPU is beyond one relevant differentiator, and the code, model table, and error table each earn their tokens.

3 / 3

Actionability

It provides fully executable TypeScript and Python snippets with concrete model IDs, real env vars, and a streaming example — copy-paste ready with no pseudocode.

3 / 3

Workflow Clarity

Steps 1–4 are clearly sequenced (basic → streaming → Python → model tiers); these are read-only API calls needing no validation checkpoints, and the simple-skill guidance permits a 3 when the action is unambiguous.

3 / 3

Progressive Disclosure

The single ~157-line file is well-sectioned, but no bundle files exist and reference-heavy material (the model table, response interface, error table) is inline rather than split into one-level-deep reference files.

2 / 3

Total

11

/

12

Passed

Description

90%

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

A strong, third-person description with clear what/when structure and natural trigger phrases. Its only weakness is that specificity is limited to a single action (a chat completion example) rather than enumerating multiple capabilities.

DimensionReasoningScore

Specificity

It names a concrete action ("Create a minimal working Groq chat completion example") but offers only that single action rather than multiple specific capabilities, so it is not comprehensive enough for a 3.

2 / 3

Completeness

It explicitly answers both what ("Create a minimal working Groq chat completion example") and when ("Use when starting a new Groq integration, testing your setup, or learning basic Groq API patterns"), with explicit trigger phrases.

3 / 3

Trigger Term Quality

The "Trigger with phrases like" list ("groq hello world", "groq example", "groq quick start", "simple groq code") gives good coverage of natural terms a user would actually say.

3 / 3

Distinctiveness Conflict Risk

The Groq-specific niche and "groq"-prefixed triggers make it clearly distinguishable and unlikely to fire for unrelated skills.

3 / 3

Total

11

/

12

Passed

Validation

87%

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

Validation14 / 16 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

14

/

16

Passed

Repository
jeremylongshore/claude-code-plugins-plus-skills
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.