Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:51:41 +08:00
commit e19586cfce
31 changed files with 7129 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "rts-plugin-generator",
"description": "RevTechStudio Plugin Generator",
"version": "0.0.4",
"author": {
"name": "RevTechStudio"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}