CtrlK
BlogDocsLog inGet started
Tessl Logo

clerk-rate-limits

Understand and manage Clerk rate limits and quotas. Use when hitting rate limits, optimizing API usage, or planning for high-traffic scenarios. Trigger with phrases like "clerk rate limit", "clerk quota", "clerk API limits", "clerk throttling".

64

Quality

77%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Fix and improve this skill with Tessl

tessl review fix ./plugins/saas-packs/clerk-pack/skills/clerk-rate-limits/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

64%

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

This is a solid, actionable skill with excellent executable code examples covering retry logic, batching, caching, and monitoring. Its main weaknesses are moderate verbosity (the content could be tightened) and a lack of explicit validation checkpoints in the workflow — the steps read more like a feature catalog than a guided process with verification gates. The content would benefit from being split across files given its length.

Suggestions

Add explicit validation checkpoints, e.g., 'After implementing retry logic, test with: [specific test command/script] and verify you see retry log messages'

Split caching strategies and monitoring into separate referenced files to keep SKILL.md as a concise overview with pointers

Remove the Prerequisites section and Overview paragraph — they add little value for Claude and consume tokens

DimensionReasoningScore

Conciseness

The skill is reasonably efficient but includes some unnecessary elements like the 'Prerequisites' section (understanding traffic patterns, monitoring infrastructure) and the 'Overview' paragraph that restates the title. The code examples are mostly justified but the in-memory cache example before the Redis example adds some redundancy.

2 / 3

Actionability

All code examples are fully executable TypeScript with proper imports, concrete function signatures, and copy-paste ready implementations. The curl command for checking rate limits, the retry logic, batching, caching, and monitoring are all concrete and specific.

3 / 3

Workflow Clarity

Steps are clearly numbered and sequenced from understanding limits through implementation, but there's no explicit validation checkpoint or feedback loop. For example, there's no step to verify the retry logic works or to test that caching is properly invalidating. The workflow is more of a feature catalog than a guided process with checkpoints.

2 / 3

Progressive Disclosure

The content is well-structured with clear sections, but it's quite long and monolithic for a SKILL.md. The caching strategies (in-memory vs Redis) and monitoring could be split into separate referenced files. The external resource links at the bottom are helpful but the main body could benefit from better content splitting.

2 / 3

Total

9

/

12

Passed

Description

89%

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 solid skill description with excellent trigger terms and completeness. Its main weakness is that the capability actions are somewhat generic ('understand and manage') rather than listing specific concrete operations. The Clerk-specific focus and explicit trigger phrases make it highly distinctive and easy to match.

Suggestions

Replace 'Understand and manage' with more specific concrete actions, e.g., 'Check current rate limit usage, configure retry strategies, diagnose throttling errors, and plan capacity for Clerk API quotas.'

DimensionReasoningScore

Specificity

Names the domain (Clerk rate limits and quotas) and some actions ('understand', 'manage', 'optimizing API usage', 'planning for high-traffic scenarios'), but the actions are somewhat vague—'understand and manage' doesn't list concrete operations like 'check current usage', 'configure rate limit thresholds', or 'implement retry logic'.

2 / 3

Completeness

Clearly answers both 'what' (understand and manage Clerk rate limits and quotas) and 'when' (hitting rate limits, optimizing API usage, planning for high-traffic scenarios), with explicit trigger phrases provided.

3 / 3

Trigger Term Quality

Explicitly lists natural trigger terms: 'clerk rate limit', 'clerk quota', 'clerk API limits', 'clerk throttling'. These are terms users would naturally say, and the coverage of variations (rate limit, quota, API limits, throttling) is good.

3 / 3

Distinctiveness Conflict Risk

Highly specific to Clerk rate limits and quotas—the combination of 'Clerk' as a product name with 'rate limits/quotas/throttling' creates a clear niche that is unlikely to conflict with other skills.

3 / 3

Total

11

/

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.