CtrlK
BlogDocsLog inGet started
Tessl Logo

klingai-rate-limits

Handle Kling AI API rate limits with backoff and queuing strategies. Use when hitting 429 errors or planning high-volume workflows. Trigger with phrases like 'klingai rate limit', 'kling ai 429', 'klingai throttle', 'kling api limits'.

68

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

80%

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

The body is lean and highly actionable with executable code and concrete references, but it lacks an explicit end-to-end workflow with validation checkpoints and does not navigate to its own bundle files, inlining content that duplicates the references/ directory.

Suggestions

Add a short sequenced workflow (detect 429 -> backoff/retry -> queue -> monitor) with explicit validation checkpoints so high-volume batch handling has a clear guided path.

Replace the inlined backoff/queue/concurrent-manager code with brief summaries that link to the corresponding files in references/, signaling the bundle explicitly and avoiding duplication.

Link the local reference files (e.g. errors.md, examples.md) from the body so the existing bundle is discoverable rather than orphaned.

DimensionReasoningScore

Conciseness

The body is lean — compact tables and executable code with a single-sentence overview — and assumes Claude's competence without explaining what rate limits are or how libraries work.

3 / 3

Actionability

Provides fully executable, copy-paste-ready Python (exponential_backoff, TaskLimiter, RateLimitMonitor, RequestQueue) plus a concrete error-response table with specific HTTP codes and actions.

3 / 3

Workflow Clarity

Individual patterns contain embedded retry feedback loops, but there is no overarching sequenced workflow with explicit validation checkpoints tying detection, backoff, queuing, and monitoring together for batch/high-volume operations.

2 / 3

Progressive Disclosure

Bundle files exist in references/ (e.g. exponential-backoff.md, request-queue.md, concurrent-job-manager.md), but the body never links them and instead inlines the same code, leaving references unsignaled and content that should be separate inline.

2 / 3

Total

10

/

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.

The description is strong: it states concrete capabilities, gives explicit use-when guidance, and supplies natural trigger phrases with low conflict risk. Its only gap is that the capability list is brief rather than comprehensive.

DimensionReasoningScore

Specificity

Names the Kling AI rate-limit domain plus two concrete strategies ('backoff and queuing strategies'), but does not enumerate a comprehensive list of specific actions, so it falls short of a 3.

2 / 3

Completeness

Explicitly answers both what ('Handle Kling AI API rate limits with backoff and queuing strategies') and when ('Use when hitting 429 errors or planning high-volume workflows') with explicit trigger phrases.

3 / 3

Trigger Term Quality

Provides good coverage of natural phrases a user would say — 'klingai rate limit', 'kling ai 429', 'klingai throttle', 'kling api limits' — matching the strong anchor's expectation of natural term coverage.

3 / 3

Distinctiveness Conflict Risk

Targets a clear Kling-AI-specific niche with distinctive triggers, making it 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.