Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:38:30 +08:00
commit ce776c3d95
4 changed files with 390 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "cloudflare-workers",
"description": "Official Cloudflare Workers skill for building serverless applications with Workers, KV, Durable Objects, D1, R2, and more",
"version": "1.0.0",
"author": {
"name": "Cloudflare"
},
"skills": [
"./skills"
]
}