CtrlK
BlogDocsLog inGet started
Tessl Logo

groq-rate-limits

Implement Groq rate limit handling with backoff, queuing, and header parsing. Use when handling rate limit errors, implementing retry logic, or optimizing API request throughput for Groq. Trigger with phrases like "groq rate limit", "groq throttling", "groq 429", "groq retry", "groq backoff".

71

Quality

88%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Discovery

100%

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-crafted skill description that clearly defines its scope (Groq rate limit handling), lists specific capabilities (backoff, queuing, header parsing), and provides explicit trigger guidance with natural user phrases. It follows best practices by using third person voice, including a 'Use when' clause, and enumerating trigger terms that cover common variations.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'backoff', 'queuing', and 'header parsing' for Groq rate limit handling. These are distinct, actionable capabilities.

3 / 3

Completeness

Clearly answers both 'what' (implement Groq rate limit handling with backoff, queuing, and header parsing) and 'when' (explicit 'Use when' clause covering rate limit errors, retry logic, and API throughput optimization, plus a 'Trigger with' clause).

3 / 3

Trigger Term Quality

Excellent coverage of natural trigger terms including 'groq rate limit', 'groq throttling', 'groq 429', 'groq retry', 'groq backoff', plus broader terms like 'retry logic' and 'API request throughput'. These are terms users would naturally use.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive due to the specific focus on Groq as a provider and rate limiting as the domain. The combination of 'Groq' + 'rate limit' creates a very clear niche unlikely to conflict with other skills.

3 / 3

Total

12

/

12

Passed

Implementation

77%

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

This is a strong, highly actionable skill with executable TypeScript code covering the full spectrum of Groq rate limit handling. The workflow is well-sequenced with proper error handling distinctions. The main weakness is that it's somewhat long for a single file — the proactive monitor and model fallback sections could be extracted to keep the core skill leaner, and some reference tables explain concepts Claude likely already knows.

Suggestions

Consider extracting Steps 4-5 (RateLimitMonitor and smartModelSelect) into a separate ADVANCED.md to keep the core skill focused on the essential parse → retry → queue workflow.

Remove or condense the RPM/TPD constraint description table — Claude knows what these acronyms mean; just mention that Groq enforces both RPM and TPM simultaneously.

DimensionReasoningScore

Conciseness

The rate limit structure table and header table provide useful reference, but some content is somewhat verbose — the model-aware strategy section and error handling table add bulk that could be trimmed. The tables explaining what RPM/TPM stand for are borderline unnecessary for Claude.

2 / 3

Actionability

All code examples are fully executable TypeScript with proper imports, concrete types, and real Groq SDK usage. The header parsing, retry logic, queue setup, and monitoring are all copy-paste ready with specific values and complete implementations.

3 / 3

Workflow Clarity

The 5-step workflow is clearly sequenced from parsing headers → retry logic → queuing → proactive monitoring → model fallback. Each step builds on the previous, and the retry function includes explicit validation (checking retry-after header, distinguishing 429 from 5xx from other 4xx) with feedback loops for error recovery.

3 / 3

Progressive Disclosure

The content is well-structured with clear sections, but it's quite long (~180 lines of code + tables) for a single SKILL.md with no bundle files. Steps 4 and 5 (proactive monitor, model-aware strategy) could be split into separate reference files. The single reference to 'groq-security-basics' is appropriate but the main file itself is monolithic.

2 / 3

Total

10

/

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

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.