Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Dashboard

Instructions for creating and deploying a Cloudflare Worker application through the Cloudflare dashboard using templates, Git repository imports, or public repository cloning.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Dashboard

Instructions for creating and deploying a Cloudflare Worker application through the Cloudflare dashboard using templates, Git repository imports, or public repository cloning.

When To Use

Use when you need to bootstrap a new Workers application via the Cloudflare dashboard using a template or an existing Git repository.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-get-started-dashboard-workflow-guide.mdA guide explaining how to create and manage a Cloudflare Workers application using the web-based dashboard.Questions about a guide explaining how to create and manage a Cloudflare Workers application using the web-based dashboard.
examples/workers-get-started-dashboard-cloudflare-workers-dashboard-get-started-g.textGit commands for cloning the repository and navigating to the root directory as part of the Workers dashboard setup.Exact payloads, commands, or snippets shown in Git commands for cloning the repository and navigating to the root directory as part of the Workers dashboard setup.
examples/workers-get-started-dashboard-cloudflare-workers-dashboard-git-workflow-.textA sequence of git commands used to track, commit, and push files to a remote repository.Exact payloads, commands, or snippets shown in A sequence of git commands used to track, commit, and push files to a remote repository.

What This Skill Covers

  • Follow this guide to create a Workers application using the Cloudflare dashboard.
  • Main sections: Prerequisites, Setup, Continue development.

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/get-started/dashboard