Cloudflare Deploy
Cloudflare platform reference: Workers, Pages, KV/D1/R2, Workers AI, WAF, IaC configs
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 21, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 2d08154
Located SKILL.md at plugins/cloudflare-skills/skills/cloudflare-deploy/ via the GitHub tree API (385 files under the skill dir). Frontmatter parses with name+description; spot-checked references/workers/README.md, references/d1/README.md, references/durable-objects/README.md — all HTTP 200. No security smells (only product names like "secrets-store" match a grep for secret/token). For OUTPUT I gave both a baseline and skill-followed config for "Worker with a KV binding": baseline defaulted to wrangler.toml with compatibility_date 2024-01-01 and no schema; following the skill's configuration.md produced wrangler.jsonc with a "$schema" pointing at node_modules/wrangler/config-schema.json (enables IDE validation), compatibility_date set to the current date per its "ALWAYS current date" rule, and the secrets-via-CLI note. Concrete, observed improvement in config freshness and tooling, though modest.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 5/5
What Cloudflare Deploy does
A consolidated Cloudflare development skill: decision trees route you to the right product (Workers, Pages, Durable Objects, KV/D1/R2, Workers AI, Vectorize, WAF, Tunnel, Terraform/Pulumi) and load per-product reference files with config and API guidance. Triggers on Cloudflare development tasks — deploying Workers, adding storage bindings, configuring wrangler, or setting up edge security. Explicitly biases toward live doc retrieval over the bundled reference files for limits, pricing, and API signatures.
How to install Cloudflare Deploy
git clone --depth 1 https://github.com/fcakyon/claude-codex-settings.git /tmp/cloudflare-deploy-src
mkdir -p ~/.claude/skills
cp -R /tmp/cloudflare-deploy-src/plugins/cloudflare-skills/skills/cloudflare-deploy ~/.claude/skills/cloudflare-deploy
# SKILL.md lands at ~/.claude/skills/cloudflare-deploy/SKILL.md, plus ~70 reference/ subdirs (workers, d1, r2, waf, etc.)
# No external deps to load the skill. Actually deploying to Cloudflare needs: Node + `npx wrangler` CLI and a Cloudflare account/API token.
# Plugin-marketplace alternative: the repo ships this as the `cloudflare-skills` plugin (plugins/cloudflare-skills).
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Cloudflare Deploy
-
/cloudflare-deployCloudflare platform reference: Workers, Pages, KV/D1/R2, Workers AI, WAF, IaC configs
It also activates on plain-language prompts like these:
-
Deploy a Worker with D1 and R2 storage -
Set up a Cloudflare Tunnel for this service -
Configure Workers AI with Vectorize for search
Frequently asked questions
- Is the Cloudflare Deploy skill free?
- Yes. The skill itself is free from fcakyon/claude-codex-settings. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Cloudflare Deploy work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 21, 2026. Verdict: Tested · Works. Located SKILL.md at plugins/cloudflare-skills/skills/cloudflare-deploy/ via the GitHub tree API (385 files under the skill dir). Frontmatter parses with name+description; spot-checked references/workers/README.md, references/d1/README.md, references/durable-objects/README.md — all HTTP 200. No security smells (only product names like "secrets-store" match a grep for secret/token). For OUTPUT I gave both a baseline and skill-followed config for "Worker with a KV binding": baseline defaulted to wrangler.toml with compatibility_date 2024-01-01 and no schema; following the skill's configuration.md produced wrangler.jsonc with a "$schema" pointing at node_modules/wrangler/config-schema.json (enables IDE validation), compatibility_date set to the current date per its "ALWAYS current date" rule, and the secrets-via-CLI note. Concrete, observed improvement in config freshness and tooling, though modest.
- What is the Cloudflare Deploy SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
- How do I install Cloudflare Deploy?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Cloudflare Deploy with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.