Published Skills 11
workers-best-practices
Review Cloudflare Workers with proven practices
Cloudflare Workers projects can fail through outdated APIs, incorrect bindings, and unsafe runtime patterns. This skill guides code reviews and implementation using current documentation and focused production checks.
wrangler
Manage Cloudflare Workers with Wrangler
Cloudflare Workers projects require precise Wrangler commands and configuration choices. This skill gives Claude, Codex, and Claude Code focused guidance for deploys, bindings, secrets, and troubleshooting.
web-perf
Audit Web Performance with Chrome DevTools
Slow pages reduce engagement and hide complex loading bottlenecks. This skill records Chrome traces, evaluates Core Web Vitals, and prioritizes measurable fixes.
turnstile-spin
Add Cloudflare Turnstile Protection
Bot protection often fails when frontend widgets and server checks are configured separately. This skill coordinates creation, integration, secret handling, and validation.
sandbox-stable
Build Stable Cloudflare Sandbox Apps
Cloudflare Sandbox projects can fail when stable and preview packages, images, or APIs are mixed. This skill keeps implementation aligned with the stable release.
sandbox-next
Build Cloudflare Sandbox Preview Apps
Preview SDK changes make Cloudflare Sandbox applications difficult to implement correctly. This skill provides version-specific contracts, examples, and official documentation routes.
sandbox-migrate-to-next
Migrate Cloudflare Sandbox Apps to SDK 1.0
Stable Sandbox applications require coordinated API, image, and deployment changes for SDK 1.0. This skill performs the migration and validates the result.
durable-objects
Build reliable Durable Objects
Stateful Workers applications can fail when storage, concurrency, and routing patterns are unclear. This skill provides practical Durable Objects patterns for implementation, review, configuration, and testing.
cloudflare
Build Cloudflare Projects
Cloudflare projects span many products, APIs, and configuration formats. This skill helps Claude, Codex, and Claude Code choose the right Cloudflare service and use targeted references for implementation.
cloudflare-email-service
Build Cloudflare Email Workflows
Transactional email setup is easy to misconfigure across Workers, REST APIs, and routing. This skill provides current patterns for sending, receiving, authentication, and deliverability.
agents-sdk
Build Stateful Cloudflare Agents
Building durable, real-time agents on Cloudflare Workers requires several coordinated APIs. This skill provides focused patterns for the Agents SDK and related Cloudflare services.