Files
42marketplaces/sync/gh-jezweb-claude-skills-skills-cloudflare-worker-base.json
2025-11-30 09:08:53 +08:00

18 lines
844 B
JSON

{
"name": "cloudflare-worker-base",
"owner": {
"name": "Jeremy Dawes",
"email": "jeremy@jezweb.net"
},
"plugins": [
{
"name": "cloudflare-worker-base",
"description": "Set up Cloudflare Workers with Hono routing, Vite plugin, and Static Assets using production-tested patterns. Prevents 6 errors: export syntax, routing conflicts, HMR crashes, and Service Worker format confusion. Use when: creating Workers projects, configuring Hono or Vite for Workers, deploying with Wrangler, adding Static Assets with SPA fallback, or troubleshooting export syntax, API route conflicts, scheduled handlers, or HMR race conditions.",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-jezweb-claude-skills-skills-cloudflare-worker-base.git"
},
"strict": true
}
]
}