CtrlK
BlogDocsLog inGet started
Tessl Logo

databricks-rate-limits

Implement Databricks API rate limiting, backoff, and idempotency patterns. Use when handling rate limit errors, implementing retry logic, or optimizing API request throughput for Databricks. Trigger with phrases like "databricks rate limit", "databricks throttling", "databricks 429", "databricks retry", "databricks backoff".

67

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

65%

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

The body is highly actionable with complete, executable code and a clear step sequence, but it underuses progressive disclosure (an existing reference file is never linked and its content is duplicated inline) and omits validation/feedback checkpoints for its batch and destructive operations. Tightening these would lift the weaker dimensions.

Suggestions

Add explicit validation/feedback checkpoints to the batch and destructive workflows — e.g. verify cluster state and confirm a dry-run count before permanent_delete, and check run status after batch_run_jobs before declaring success.

Link references/implementation-guide.md from the body (e.g. a 'Full implementation guide' pointer) and move the duplicated full implementations there, keeping SKILL.md as a concise overview to fix the orphaned reference and reduce inline duplication.

Trim the Examples section or fold the raw-HTTP header-monitoring snippet into the reference so every remaining token in the overview earns its place.

DimensionReasoningScore

Conciseness

The prose is lean and avoids explaining concepts Claude already knows, but the body inlines five full code implementations plus two extra examples and a tier table that largely duplicate references/implementation-guide.md, so it could be tightened by moving detail to the reference.

2 / 3

Actionability

Every step ships complete, executable Python with real SDK imports and calls (e.g. w.jobs.run_now, idempotency_token, RateLimiter.acquire), making the guidance copy-paste ready rather than pseudocode.

3 / 3

Workflow Clarity

Steps are clearly sequenced (Step 1–5), but the batch and destructive operations (batch_run_jobs, bulk cluster cleanup with permanent_delete) lack validation/verification checkpoints or feedback loops, which the rubric caps at 2 for such operations.

2 / 3

Progressive Disclosure

A reference bundle (references/implementation-guide.md) exists but is never signaled or linked from the body, and content that belongs in it is duplicated inline; this matches 'references present but not clearly signaled; content that should be separate is inline'.

2 / 3

Total

9

/

12

Passed

Description

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.

The description is specific, complete, and well-targeted: it states concrete capabilities, an explicit 'Use when' trigger clause, and natural Databricks-specific keywords that distinguish it from other skills. No meaningful weaknesses to address.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'rate limiting, backoff, and idempotency patterns' — matching the anchor for listing several specific actions rather than vague domain references.

3 / 3

Completeness

Explicitly answers both what ('Implement Databricks API rate limiting, backoff, and idempotency patterns') and when ('Use when handling rate limit errors, implementing retry logic, or optimizing API request throughput'), with an explicit 'Use when' clause.

3 / 3

Trigger Term Quality

Provides natural phrases users would say ('databricks rate limit', 'databricks throttling', 'databricks 429', 'databricks retry', 'databricks backoff'), giving good coverage of common variations.

3 / 3

Distinctiveness Conflict Risk

A clear Databricks-specific niche with distinct triggers ('databricks 429', 'databricks rate limit'), making it unlikely to fire for unrelated skills.

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.