Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:51:38 +08:00
commit 8b9cbcdff7
18 changed files with 3489 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "rts-foundation",
"description": "RevTechStudio Foundation Plugin",
"version": "0.0.3",
"author": {
"name": "RevTechStudio"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}