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).

83

Quality

78%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Failed to scan

The risk profile of this skill

Optimize this skill with Tessl

npx tessl skill review --optimize ./packages/skills-catalog/skills/(cloud)/cloudflare-deploy/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

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.

This is an excellent skill description that clearly defines its scope, includes natural trigger terms, explicitly states when to use it and when not to, and distinguishes itself from competing deployment skills. The negative boundary clause is a particularly strong feature for avoiding conflicts in a multi-skill environment.

DimensionReasoningScore

Specificity

Lists multiple concrete actions ('deploy applications and infrastructure') and names specific Cloudflare services ('Workers, Pages, and related platform services'), giving a clear picture of what the skill does.

3 / 3

Completeness

Clearly answers both 'what' (deploy applications and infrastructure to Cloudflare using Workers, Pages, etc.) and 'when' (explicit 'Use when...' clause with trigger actions). Also includes a 'Do NOT use' clause that further clarifies boundaries.

3 / 3

Trigger Term Quality

Includes strong natural trigger terms users would say: 'deploy', 'host', 'publish', 'set up', 'Cloudflare', 'Workers', 'Pages'. These cover common variations of how users would phrase deployment requests.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with explicit negative boundaries ('Do NOT use for deploying to Vercel, Netlify, or Render') that directly prevent conflicts with similar deployment skills. The Cloudflare-specific services further narrow the niche.

3 / 3

Total

12

/

12

Passed

Implementation

57%

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

This skill excels as a navigation hub with well-structured decision trees and comprehensive product references, demonstrating strong progressive disclosure. However, it lacks concrete deployment workflows with validation steps—the actual actionable content is deferred entirely to reference files. The product index tables, while comprehensive, add significant token cost and largely duplicate the decision tree information.

Suggestions

Add a minimal end-to-end deployment example for the most common case (e.g., Workers deploy) with a validation/verification step (e.g., `curl` the deployed URL) to improve both actionability and workflow clarity.

Consider removing or significantly condensing the Product Index tables since the decision trees already route users to the correct references—this would improve conciseness substantially.

Add a post-deploy verification step (e.g., checking deployment status or hitting the endpoint) to create a proper feedback loop for failed deployments.

DimensionReasoningScore

Conciseness

The decision trees and product index tables are useful but the product index is extremely long and largely duplicates information already in the decision trees. The troubleshooting section repeats the sandbox_permissions note from prerequisites. Some trimming would improve token efficiency.

2 / 3

Actionability

The authentication section provides a concrete command (`npx wrangler whoami`) and clear next steps, but the skill mostly serves as a routing/navigation document pointing to reference files rather than providing executable deployment steps itself. The actual deploy commands and configurations are deferred to references.

2 / 3

Workflow Clarity

There's a clear first step (authenticate), then use decision trees to find the right product, then load references. However, there's no explicit end-to-end deployment workflow with validation checkpoints—no 'verify deployment succeeded' step, no feedback loop for failed deploys beyond the sandbox permissions note.

2 / 3

Progressive Disclosure

Excellent progressive disclosure structure: the skill serves as a clear overview/routing document with well-organized decision trees and product index tables, all pointing to one-level-deep reference directories. Navigation is intuitive and well-signaled.

3 / 3

Total

9

/

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
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.