cloudflare · Cloudflare Workers Docs
Workers Core
Overview of Miniflare core features for testing Cloudflare Workers, covering compatibility settings, fetch events, modules, and various runtime environments.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Core
Overview of Miniflare core features for testing Cloudflare Workers, covering compatibility settings, fetch events, modules, and various runtime environments.
When To Use
Use when configuring a local testing environment to simulate Cloudflare Workers features like fetch events, scheduled events, or compatibility dates.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-testing-miniflare-core-workflow-guide.md | A technical overview of the core features and supported APIs provided by Miniflare for testing Cloudflare Workers locally. | Questions about a technical overview of the core features and supported APIs provided by Miniflare for testing Cloudflare Workers loc... |
What This Skill Covers
- Compatibility Dates Fetch Events Modules Multiple Workers Queues Scheduled Events Variables and Secrets Web Standards WebSockets
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/testing/miniflare/core
