CtrlK
BlogDocsLog inGet started
Tessl Logo

cloudflare-deploy

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare. Do NOT use for deploying to Vercel, Netlify, or Render (use their respective skills).

70

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Failed to scan

The risk profile of this skill

SKILL.md
Quality
Evals
Security

Quality

Content

72%

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

A well-architected index/router skill: lean, no fluff, and exemplary progressive disclosure with all referenced bundles present. Its weakness is that the body itself stops short of executable deploy instructions and an explicit validated deploy workflow, deferring those to references.

Suggestions

Add a minimal copy-paste deploy example inline (e.g. the actual `npx wrangler deploy` / `wrangler pages deploy` invocation with a minimal wrangler.toml) so the core action is actionable without loading a reference.

Provide an explicit numbered deploy workflow with a validation checkpoint (e.g. verify auth → choose product via decision tree → deploy → verify with `wrangler deployments list` / tail logs → escalate on network failure) rather than leaving the sequence implicit.

Consider collapsing the product-index tables or the decision trees where they duplicate the same product→reference mapping, to tighten the token budget further.

DimensionReasoningScore

Conciseness

The body is dense decision trees and tables with no concept-explanation padding (it never explains what Cloudflare/Workers/KV are), assuming Claude's competence; every section routes to action rather than describing background, matching the lean-and-efficient anchor.

3 / 3

Actionability

It gives real executable commands for auth ("npx wrangler whoami", "wrangler login", "CLOUDFLARE_API_TOKEN") but the core deploy action is only named ("verify auth before wrangler deploy") with the actual deploy commands/config deferred to references, leaving key inline details incomplete as the 2-anchor describes.

2 / 3

Workflow Clarity

An implicit sequence exists (prerequisites → auth → decision tree → reference → troubleshoot) but there is no numbered deploy workflow with explicit validation checkpoints, and the network-escalation recovery is the only feedback loop, matching steps-present-but-checkpoints-implicit at 2 rather than the explicit-validation anchor at 3.

2 / 3

Progressive Disclosure

The SKILL.md is a clear overview (decision trees + categorized product index) pointing to one-level-deep references/ directories, all of which exist on disk, with content appropriately split and easy to navigate, matching the well-signaled-one-level-deep anchor.

3 / 3

Total

10

/

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.

A strong, third-person description that states concrete capabilities, gives explicit natural-language triggers, and proactively disambiguates from competing deploy skills. It hits every dimension at the top anchor with no fluff.

DimensionReasoningScore

Specificity

"Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services" names concrete actions (deploy) plus specific platform products, matching the multiple-concrete-actions anchor rather than the single-domain anchor at 2.

3 / 3

Completeness

It explicitly states what it does (deploy apps/infrastructure to Cloudflare via Workers, Pages) and when to use it via an explicit "Use when the user asks to deploy..." trigger, satisfying both halves rather than capping at 2 for an implied when.

3 / 3

Trigger Term Quality

"Use when the user asks to deploy, host, publish, or set up a project on Cloudflare" covers the natural phrasings a user would actually say, matching the good-coverage anchor rather than the partial-coverage anchor at 2.

3 / 3

Distinctiveness Conflict Risk

The Cloudflare niche is distinct and the explicit "Do NOT use for deploying to Vercel, Netlify, or Render" negative guidance removes overlap with sibling deploy skills, matching the clear-niche anchor.

3 / 3

Total

12

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 1 deeper-than-1-level

Warning

Total

15

/

16

Passed

Repository
tech-leads-club/agent-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.