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".

78

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%Weight 40%Scale 1-3

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

The body is a tight, well-structured overview that delegates full code to two real reference files one level deep, with concrete per-step guidance and a proactive monitoring feedback loop. It avoids concept padding and stays actionable throughout.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — it adds only Groq-specific facts (x-ratelimit-* headers, '1.2s'/'120ms' reset format, RPM/RPD/TPM/TPD, per-model pools) without explaining what rate limits or APIs are, matching the 'every token earns its place' anchor.

3 / 3

Actionability

Provides an executable copy-paste 429 handler inline plus concrete specifics per step (p-queue intervalCap over 60_000 interval, shouldThrottle()→waitIfNeeded(), retry 429/5xx) and an error-handling table with concrete fixes, meeting the 'fully executable / specific examples' anchor.

3 / 3

Workflow Clarity

Five explicitly numbered, sequenced steps composed as 'queue → monitor → retry' with a proactive checkpoint (Step 4 pauses before hitting zero) and an error-recovery table; the batch-operation validation guideline is satisfied by the monitor feedback loop rather than missing.

3 / 3

Progressive Disclosure

SKILL.md is an overview with well-signaled one-level-deep links to references/implementation.md and references/reference.md, both of which exist and hold the promised code and tables; no nested references, matching the score-3 anchor.

3 / 3

Total

12

/

12

Passed

Description

100%Weight 40%Scale 1-3

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

The description is concise, specific, and complete — it states concrete capabilities and explicit use-when triggers with natural keywords. It is clearly distinguishable from other skills and reads in third person.

DimensionReasoningScore

Specificity

Names the domain plus three concrete actions: 'backoff, queuing, and header parsing', matching the 'lists multiple specific concrete actions' anchor rather than the vague domain-only anchor at 2.

3 / 3

Completeness

Explicitly answers both what ('Implement Groq rate limit handling with backoff, queuing, and header parsing') and when ('Use when handling rate limit errors, implementing retry logic, or optimizing API request throughput'), with an explicit trigger clause.

3 / 3

Trigger Term Quality

Provides five natural phrases a user would say ('groq rate limit', 'groq throttling', 'groq 429', 'groq retry', 'groq backoff'), giving good coverage of common variations, which is the score-3 anchor.

3 / 3

Distinctiveness Conflict Risk

Every trigger is Groq-prefixed, carving a clear niche unlikely to conflict with non-Groq skills; it is not the generic 'works with files' overlap seen at anchor 2.

3 / 3

Total

12

/

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.