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

Evaluation results

55%

30%

Groq TypeScript Starter

TypeScript Groq client setup

Criteria
Without context
With context

Correct SDK package

0%

0%

GroqClient class used

0%

0%

API key from env

100%

100%

Async main pattern

100%

100%

Main catch pattern

0%

100%

Success output message

0%

100%

package.json dependency

0%

0%

Without context: $0.2619 · 1m 1s · 19 turns · 20 in / 3,140 out tokens

With context: $0.3416 · 1m 11s · 24 turns · 58 in / 3,281 out tokens

100%

55%

Groq Python Connection Check

Python Groq client setup

Criteria
Without context
With context

Correct Python import

0%

100%

GroqClient class used

0%

100%

No explicit API key arg

100%

100%

Success output message

0%

100%

requirements.txt package

100%

100%

Response content printed

100%

100%

Without context: $0.1311 · 31s · 12 turns · 13 in / 1,420 out tokens

With context: $0.3924 · 1m 23s · 24 turns · 56 in / 4,246 out tokens

90%

33%

Robust Groq API Client with Error Handling

Rate limit error handling

Criteria
Without context
With context

Correct SDK package

0%

100%

GroqClient class used

0%

100%

Exponential backoff for rate limit

100%

100%

Rate limit retry implemented

100%

100%

Auth error handling

100%

100%

Timeout error handling

30%

0%

API key from env

0%

100%

Without context: $0.2378 · 1m 9s · 16 turns · 15 in / 3,575 out tokens

With context: $0.4991 · 2m 1s · 27 turns · 26 in / 6,488 out tokens

Evaluated
Agent
Claude Code

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.