Serverless skills for Cloudflare — reusable, agent-ready instructions that teach your AI coding agent how to build and deploy serverless apps on Cloudflare.
Part of s8sskills: one skill pack per cloud vendor.
Install every skill in this pack into your agent (Claude Code, etc.):
npx skills add s8sskills/cloudflareOr install a single skill:
npx skills add https://github.com/s8sskills/cloudflare/tree/main/skills/cloudflare-workers-deploynpx skills is the open agent-skills installer (vercel-labs/skills).
It drops each skill into your agent's skills directory (e.g. .claude/skills/),
where the agent picks it up automatically when a task matches the skill's
description.
| Skill | What it does |
|---|---|
cloudflare-project-setup |
Install and authenticate Wrangler CLI, set up global/project configuration, and link local workspace directory to Cloudflare dashboard. |
cloudflare-workers-deploy |
Deploy serverless code to Cloudflare Workers or static/SPA web assets to Cloudflare Pages using Wrangler CLI. |
Skills follow the standard discovery layout — one directory per skill, each with
a SKILL.md whose YAML frontmatter declares name and description:
skills/
cloudflare-project-setup/SKILL.md
cloudflare-workers-deploy/SKILL.md
New Cloudflare serverless skill ideas welcome. Add a
skills/<name>/SKILL.md with name + description frontmatter and open a PR.
Keep each skill focused on one task, with concrete commands and a verification
step.
See LICENSE.