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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-get-started-dashboard-workflow-guide.md | A 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.text | Git 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-.text | A 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
- 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/get-started/dashboard
