#Deploy
6 entries
Prompt to Build a Cloudflare Worker API Proxy
Copy-paste AI prompt to build a Cloudflare Worker that proxies and rate-limits external API calls, adds auth headers, and caches responses.
Prompt to Create a GitHub Actions Deploy Workflow
AI agent prompt to generate a production GitHub Actions CI/CD workflow for a Next.js app with type-check, test, build, and deploy steps.
Codex Rules for Cloudflare Workers
Codex rules for Cloudflare Workers projects that prevent Node.js API usage, enforce binding patterns, and keep agents within the Workers runtime constraints.
Checklist for Reviewing AI-Generated Cloudflare Workers
A human review checklist for Cloudflare Workers code written by AI coding agents — runtime limits, KV, D1, bindings, and security at the edge.
Checklist for Reviewing AI-Generated GitHub Actions
A human review checklist for GitHub Actions workflows written by AI coding agents — secret exposure, supply chain attacks, permissions, and deployment safety.
Cloudflare Workers App — Context Pack
Copyable context pack for a Cloudflare Workers application with D1, KV, R2, and Hono so your AI agent understands the edge runtime constraints from the first prompt.