By ojoxux
Comprehensive Cloudflare platform skill for Claude Code. Covers Workers, Pages, D1, R2, KV, Durable Objects, Workers AI, and 60+ more products.
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin ojoxux-cloudflare-skill-for-ccComprehensive Cloudflare platform reference docs for Claude Code. Covers Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking, security, and infrastructure-as-code.
Based on dmmulroy/cloudflare-skill (OpenCode version)
/plugin marketplace add Ojoxux/cloudflare-skill-for-cc
/plugin install cloudflare-skill@cloudflare-skill-for-cc
Project-level (available to anyone who clones your repo):
curl -fsSL https://raw.githubusercontent.com/Ojoxux/cloudflare-skill-for-cc/main/install.sh | bash
Personal (available in all your projects):
curl -fsSL https://raw.githubusercontent.com/Ojoxux/cloudflare-skill-for-cc/main/install.sh | bash -s -- --global
Once installed, Claude Code automatically discovers the skill when working on Cloudflare tasks. Claude will ask for permission to use it when relevant.
You can also invoke it directly with /cloudflare.
skills/cloudflare/
├── SKILL.md # Main manifest + decision trees
└── references/ # 60+ product subdirectories
└── <product>/
├── README.md # Overview, when to use
├── api.md # Runtime API reference
├── configuration.md # wrangler.toml + bindings
├── patterns.md # Usage patterns
└── gotchas.md # Pitfalls, limitations
The SKILL.md contains decision trees for:
Workers, Pages, D1, Durable Objects, KV, R2, Queues, Hyperdrive, Workers AI, Vectorize, Agents SDK, AI Gateway, Tunnel, Spectrum, WAF, DDoS, Bot Management, Turnstile, Images, Stream, Browser Rendering, Terraform, Pulumi, and 40+ more.
MIT - see LICENSE
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.