local-explorer

Installation
SKILL.md

Cloudflare Local Explorer Products

Use this skill when adding a new product or resource type to the local API and/or local explorer.

Start Here

Read these files before editing:

  • packages/miniflare/src/workers/local-explorer/explorer.worker.ts
  • packages/miniflare/src/plugins/core/explorer.ts
  • packages/miniflare/src/plugins/core/types.ts
  • One existing resource implementation in packages/miniflare/src/workers/local-explorer/resources/, preferably the product most similar to the new one
  • One matching test in packages/miniflare/test/plugins/local-explorer/

If there are UI changes, also read:

  • packages/local-explorer-ui/src/components/Sidebar.tsx
  • Existing route files under packages/local-explorer-ui/src/routes/
  • Existing product e2e tests under packages/local-explorer-ui/src/__e2e__/
Installs
4
GitHub Stars
4.1K
First Seen
May 28, 2026
local-explorer — cloudflare/workers-sdk