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-world71
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
TypeScript Groq client setup
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
Python Groq client setup
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
Rate limit error handling
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
Table of Contents
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.