skills/cloudflare-config/SKILL.md
Generate Cloudflare Workers configuration and code. Use when building on the edge.
npx skillsauth add adamshl-oss/alfred cloudflare-genInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Cloudflare Workers are powerful but wrangler.toml syntax is its own thing. This tool generates Worker code and configuration from plain English. Edge functions, KV storage, R2 buckets. All set up correctly.
One command. Zero config. Just works.
npx ai-cloudflare "API proxy with rate limiting"
# Simple Worker
npx ai-cloudflare "redirect based on country"
# API with storage
npx ai-cloudflare "REST API with KV storage for user preferences"
# Edge caching
npx ai-cloudflare "cache API responses at the edge for 1 hour"
# Auth middleware
npx ai-cloudflare "JWT validation middleware for API routes"
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Requires OPENAI_API_KEY environment variable.
export OPENAI_API_KEY=sk-...
npx ai-cloudflare --help
Takes your description and generates both the Worker code and wrangler.toml configuration. Sets up proper bindings for KV, R2, or Durable Objects if needed. The code follows Cloudflare's patterns and handles common edge cases.
MIT. Free forever. Use it however you want.
development
Use when building real-time communication systems with WebSockets or Socket.IO. Invoke for bidirectional messaging, horizontal scaling with Redis, presence tracking, room management.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
tools
Create and deploy single-page static websites to GitHub Pages with autonomous workflow. Use when building portfolio sites, CV pages, landing pages, or any static web project that needs GitHub Pages deployment. Handles complete workflow from project initialization to live deployment with GitHub Actions automation.
tools
Plain English E2E UI testing. Describe tests in natural language, agent executes via browser tool, then exports real Playwright test scripts for CI/CD. Use when asked to create UI tests, test a website, or generate Playwright scripts.