Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:46 +08:00
commit b710247ba7
27 changed files with 6516 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "coder-web-plugin",
"description": "Web development plugin with frontend agents",
"version": "1.0.3",
"author": {
"name": "Your Team"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}