Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:51:35 +08:00
commit c9ce629cd3
8 changed files with 2302 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "database-cloud-optimization",
"description": "Claude Code plugin",
"version": "1.2.2",
"author": {
"name": "ai-pilo",
"email": "zhongweili@tubi.tv"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}