Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:59:44 +08:00
commit 7e2a535be7
8 changed files with 2972 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "cloudflare",
"description": "Cloudflare Pages deployment and log monitoring using Wrangler CLI",
"version": "1.0.0",
"author": {
"name": "Puerto Plugin System"
},
"skills": [
"./skills/wrangler-deployment/SKILL.md",
"./skills/cloudflare-pages-config/SKILL.md"
],
"agents": [
"./agents/pages-deployer.md",
"./agents/log-monitor.md",
"./agents/project-manager.md"
]
}