CtrlK
BlogDocsLog inGet started
Tessl Logo

cloudflare-platform

Creates and deploys Cloudflare Workers, configures wrangler.toml bindings, sets up KV/D1/R2 storage and Durable Objects, manages Pages deployments, and implements edge function patterns. Use when building or deploying Cloudflare Workers, setting up Pages, working with KV/D1/R2 storage, configuring wrangler.toml, or deploying edge applications.

75

Quality

93%

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

86%Weight 40%Scale 1-5

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 tightly written, fact-dense reference that assumes Claude's competence and adds only non-obvious Cloudflare-specific gotchas. It is highly concise and well-structured, with minor gaps in full executable code examples and explicit validation feedback loops.

Suggestions

Add one minimal copy-paste example Worker handler (e.g., a fetch handler wiring an env binding) to lift actionability from strong-but-advisory to fully executable.

For D1 migrations, add an explicit validate→fix→retry checkpoint (e.g., re-run `wrangler d1 migrations apply <db> --remote` only after local validation passes) to provide a feedback loop for a destructive/batch operation.

Make the MCP 'Code Mode' tool note actionable by showing how to invoke `search`/`execute` in a typical deploy workflow rather than only stating token savings.

DimensionReasoningScore

Conciseness

Lean and bullet-dense with no concept explanations Claude already knows; every line carries a hard, non-obvious fact (e.g., 'V8 isolates, not Node: `process`, `Buffer`, `fs` do not exist unless `compatibility_flags = ["nodejs_compat"]`'), and every token earns its place.

5 / 5

Actionability

Provides concrete, executable commands and bindings throughout (`ctx.waitUntil(promise)`, `wrangler secret put NAME [--env staging]`, `wrangler d1 migrations apply <db> --local`), but there is no full copy-paste example handler and some lines are advisory facts rather than executable steps — minor gaps.

4 / 5

Workflow Clarity

Topic sections are clearly organized with sensible intra-topic sequencing (e.g., D1 `--local` vs `--remote` distinction, `wrangler rollback` for recovery), but it is a reference rather than a numbered multi-step workflow, and lacks explicit validate→fix→retry feedback loops.

4 / 5

Progressive Disclosure

Under 50 lines with no external bundle files needed; content is split into four well-labeled, navigable sections (Workers, Storage selection, Wrangler, MCP), satisfying the simple-skill exception for progressive disclosure.

5 / 5

Total

18

/

20

Passed

Description

100%Weight 40%Scale 1-5

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 exemplary: it names the domain, enumerates multiple concrete capabilities, and pairs them with explicit, natural-language trigger phrases. It is concise, distinct, and answers both what and when without padding.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions across the platform surface — 'Creates and deploys Cloudflare Workers, configures wrangler.toml bindings, sets up KV/D1/R2 storage and Durable Objects, manages Pages deployments, and implements edge function patterns' — providing comprehensive coverage rather than a single generic verb.

5 / 5

Completeness

Explicitly answers both 'what' (the enumerated action list) and 'when' ('Use when building or deploying Cloudflare Workers, setting up Pages, working with KV/D1/R2 storage, configuring wrangler.toml, or deploying edge applications') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Uses the exact natural phrases users say when they need this skill — 'Cloudflare Workers', 'Pages', 'KV/D1/R2 storage', 'wrangler.toml', 'building or deploying', 'edge applications' — covering the primary domain synonyms.

5 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (Cloudflare platform) with distinct, domain-specific triggers that are unlikely to fire for unrelated skills; minimal conflict risk.

5 / 5

Total

20

/

20

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
monkilabs/opencastle
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.