Agent skill · DevOps & Cloud

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

tech-leads-clubgithub.com/tech-leads-clubGitHub ↗
claude-codecopilotcursorNOASSERTION
Install
npx skills add tech-leads-club/agent-skills --skill cloudflare-deploy --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 309
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.0.0
Declared author: github.com/openai/skills
Path: packages/skills-catalog/skills/(cloud)/cloudflare-deploy/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,983
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Cloudflare Deploy Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. ## Prerequisites - When sandboxing blocks the deployment network calls, rerun with `sandbox_permissions=require_escalated`. - The deployment might take a few minutes. Use appropriate timeout values. ## Authentication (Required Before Deploy) Verify auth before `wrangler deploy`, `wrangler pages deploy`, or `npm run deploy`: ```bash npx wrangler whoami # Shows account if authenticated ``` Not authenticated? → `references/wrangler/auth.md` - Interactive/local: `wrangler login` (one-time OAuth) - CI/CD: Set `CLOUDFLARE_API_TOKEN` env var ## Quick Decision Trees ### "I need to run code" ``` Need to run code? ├─ Serverless functions at the edge → workers/ ├─ Full-stack web app with Git deploys → pages/ ├─ Stateful coordination/real-time → durable-objects/ ├─ Long-running multi-step jobs → workflows/ ├─ Run containers → containers/ ├─ Multi-tenant (customers deploy code) → workers-for-platforms/ ├─ Scheduled tasks (cron) → cron-triggers/ ├─ Lightweight edge logic (modify HTTP) → snippets/ ├─ Process Worker execution events (log

What's inside
Steps it walks through
  1. Prerequisites
  2. Authentication (Required Before Deploy)
  3. Quick Decision Trees
  4. "I need to run code"
  5. "I need to store data"
  6. "I need AI/ML"
  7. "I need networking/connectivity"
  8. "I need security"
  9. "I need media/content"
  10. "I need infrastructure-as-code"
  11. Product Index
  12. Compute & Runtime
  13. Storage & Data
  14. AI & Machine Learning
Ships with 24 files
  • LICENSE.txt
  • references/agents-sdk/README.md
  • references/agents-sdk/api.md
  • references/agents-sdk/configuration.md
  • references/agents-sdk/gotchas.md
  • references/agents-sdk/patterns.md
  • references/ai-gateway/README.md
  • references/ai-gateway/configuration.md
  • references/ai-gateway/dynamic-routing.md
  • references/ai-gateway/features.md
  • references/ai-gateway/sdk-integration.md
  • references/ai-gateway/troubleshooting.md
  • references/ai-search/README.md
  • references/ai-search/api.md
  • references/ai-search/configuration.md
  • references/ai-search/gotchas.md
  • references/ai-search/patterns.md
  • references/analytics-engine/README.md
  • references/analytics-engine/api.md
  • references/analytics-engine/configuration.md
  • references/analytics-engine/gotchas.md
  • references/analytics-engine/patterns.md
  • references/api-shield/README.md
  • references/api-shield/api.md
first 24 of 309
Commands it runs
npx wrangler whoami    # Shows account if authenticated
More from agent-skills
All skills →
About this skill
What does the cloudflare-deploy skill do?

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

How do I install it?

Run `npx skills add tech-leads-club/agent-skills --skill cloudflare-deploy --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From tech-leads-club/agent-skills, a repository with 4,983 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going