Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:18:11 +08:00
commit 7c433e0dfd
14 changed files with 3103 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "upkeep-io-plugin",
"description": "Upkeep io plugin for standard upkeep io developlent",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Dave Harms",
"email": "zhongweili@tubi.tv"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}