Instructions file CodexOpenCode
Instructions for cloudflare/moltworker, covering agent instructions, project overview, project structure, key patterns and environment variables.
Instructions file CodexOpenCode
Instructions for cloudflare/moltworker, covering agent instructions, project overview, project structure, key patterns and environment variables.
Skill Claude CodeCodex
Control headless Chrome via Cloudflare Browser Rendering CDP WebSocket. Use for screenshots, page navigation, scraping, and video capture when browser automation is needed in a Cloudflare Workers environment. Requires CDPSECRET env var and cdpUrl configured in browser.profiles.
Skill Claude CodeCodex
Skill "capnweb" from cloudflare/computer, covering capnweb in this repo, where things live, the mental model, the caller-disposes rule and how to dispose.
Skill Claude CodeCodex
Index of Cloudflare-platform skills relevant to this repo. Load when working on anything that touches Workers, Durable Objects, wrangler, the sandbox SDK, the agents SDK, or other Cloudflare platform surface. Triggers include "Cloudflare", "Workers", "Durable Object", "wrangler", "KV", "R2", "D1", "Vectorize"…
Skill Claude CodeCodex
Debug computerd in real-FUSE mode end-to-end without workerd, vitest-pool-workers, or wrangler in the loop. Boot the linux-x64 binary in a privileged docker container, drive its capnweb /api endpoint from Node, simulate DO-side sync from a SQLiteTestStorage, and isolate FUSE-related deadlocks. Load when a real-FUSE…
Skill Claude CodeCodex
Style guidance for the written word. Use when asked to write code comments, commit messages, pull requests, READMEs, or documentation. Triggers might be phrases like "write a commit", "document this", or "add a README".
Skill Claude CodeCodex
Describes how to write pull/merge requests. Use when asked to write or edit a pull request or merge request description. This skill is not relevant to commit messages.
Skill Claude CodeCodex
Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.
Instructions file CodexOpenCode
Instructions for cloudflare/computer, covering agent guidelines, read these first, skills, environment setup and checks before you finish.
Skill Claude CodeCodex
Migrates Next.js projects to vinext (Vite-based Next.js reimplementation). Load when asked to migrate, convert, or switch from Next.js to vinext. Handles compatibility scanning, package replacement, Vite config generation, ESM conversion, and deployment setup (Cloudflare Workers natively, other platforms via Nitro).
Agent
Monitors Next.js canary commits and opens tracking issues for changes relevant to vinext.
Agent
Thorough code reviewer focused on correctness, edge cases, and dev/prod parity. Posts reviews directly on GitHub PRs.
Agent
Vite, Next.js, TypeScript and JS build systems expert for vinext.
Command
Address PR review comments, file follow-up issues, enable auto-merge.
Command
Full issue-to-merge autopilot — fix, review, address feedback, auto-merge.
Command
Fix a GitHub issue end-to-end — worktree, branch, fix, tests, PR.
Command
Review a PR using the reviewer agent (different model).
Instructions file CodexOpenCode
Instructions for cloudflare/vinext, covering agent guidelines, project overview, quick reference, commands and project structure.
Instructions file
Instructions for cloudflare/vinext, a project described as: Vite plugin that reimplements the Next.js API surface — deploy anywhere.
MCP server Claude CodeCodexCursor +2
MCP server "agents", hosted remotely at agents.cloudflare.com, as configured in cloudflare/agents.
Instructions file CodexOpenCode
Instructions for cloudflare/agents, covering agents.md, project overview, repository structure, nested agents.md files and setup.
Skill Claude CodeCodex
Take a cloudflare/agents GitHub issue plus any repro findings and one-shot a fix PR — branch, change, test, push, and open the PR linked to the issue.
Skill Claude CodeCodex
Reproduce a cloudflare/agents GitHub issue by scaffolding a minimal Agents/Worker project and deploying it to a temporary Cloudflare account, then report findings back on the issue.
Agent
This guide shows how to add agents to an existing Cloudflare Workers project. If you're starting fresh, see Getting Started instead.