Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:51:30 +08:00
commit e50a2485ea
7 changed files with 900 additions and 0 deletions

View File

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