Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-testing-miniflare-core-workflow-guide.mdA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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