CtrlK
BlogDocsLog inGet started
Tessl Logo

cloudflare-workers-runtime-apis

Cloudflare Workers Runtime APIs including Fetch, Streams, Crypto, Cache, WebSockets, and Encoding. Use for HTTP requests, streaming, encryption, caching, real-time connections, or encountering API compatibility, response handling, stream processing errors.

65

Quality

78%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Fix and improve this skill with Tessl

tessl review fix ./plugins/cloudflare-workers/skills/cloudflare-workers-runtime-apis/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 comprehensive, actionable skill covering six Cloudflare Workers runtime APIs with executable TypeScript examples and useful error prevention guidance. Its main weaknesses are its length (covering too many APIs in one file without effective offloading to bundle files) and the lack of explicit validation workflows for multi-step operations. The referenced template and reference files don't exist in the bundle, undermining the progressive disclosure structure.

Suggestions

Trim the main SKILL.md to a concise overview with one example per API, moving detailed patterns (retry, HMAC, WebSocket DO) into the referenced template/reference files that are already listed.

Add explicit validation/verification steps for multi-step workflows, e.g., how to verify cache is working, how to test WebSocket connections, or how to validate crypto operations succeed.

Provide the referenced bundle files (references/*.md, templates/*.ts) to support the progressive disclosure structure already outlined in the skill.

DimensionReasoningScore

Conciseness

The skill covers six APIs with executable examples, which is a lot of content. The quick reference table and error table are useful but the overall document is quite long. Some sections like the introductory sentence ('Master the Workers runtime APIs...') and the 'Top 10 Errors Prevented' table add bulk that could be trimmed. However, it mostly avoids explaining concepts Claude already knows.

2 / 3

Actionability

The skill provides fully executable TypeScript code for every API covered: fetch with timeout/retry, transform streams, crypto hashing/HMAC, cache API usage, and WebSocket Durable Objects. All examples are copy-paste ready with proper types and complete function signatures.

3 / 3

Workflow Clarity

The critical rules and error prevention table provide good guidance, and individual patterns are clear. However, there are no explicit validation checkpoints or feedback loops for multi-step operations (e.g., no guidance on verifying cache hits work correctly, no step-by-step workflow for setting up WebSocket DOs). The content is more of a pattern library than a guided workflow.

2 / 3

Progressive Disclosure

The skill references external files (references/*.md, templates/*.ts) with clear navigation cues in the 'When to Load References' and 'Templates' sections. However, no bundle files are provided, so these references point to non-existent files. Additionally, the main SKILL.md is quite long and inlines substantial code that could be in the referenced template files, reducing the effectiveness of the progressive disclosure structure.

2 / 3

Total

9

/

12

Passed

Description

92%

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 description that clearly identifies the domain (Cloudflare Workers Runtime APIs), lists specific capabilities, and provides explicit trigger guidance with a 'Use for...' clause. The main weakness is that several trigger terms (HTTP requests, streaming, encryption, caching) are generic enough to potentially conflict with non-Cloudflare-specific skills. Overall it is a strong description that would serve well in skill selection.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions and APIs: Fetch, Streams, Crypto, Cache, WebSockets, Encoding, along with specific use cases like HTTP requests, streaming, encryption, caching, and real-time connections.

3 / 3

Completeness

Clearly answers both what (Cloudflare Workers Runtime APIs including Fetch, Streams, Crypto, Cache, WebSockets, Encoding) and when ('Use for HTTP requests, streaming, encryption, caching, real-time connections, or encountering API compatibility, response handling, stream processing errors').

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'HTTP requests', 'streaming', 'encryption', 'caching', 'real-time connections', 'WebSockets', 'Cloudflare Workers', 'response handling', 'stream processing errors'. Good coverage of both API names and natural language terms.

3 / 3

Distinctiveness Conflict Risk

While 'Cloudflare Workers' is a distinct niche, terms like 'HTTP requests', 'streaming', 'encryption', and 'caching' are quite broad and could overlap with general web development or Node.js skills. The Cloudflare Workers qualifier helps but the trigger terms themselves are generic enough to cause potential conflicts.

2 / 3

Total

11

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
secondsky/claude-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.