Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:49 +08:00
commit 4a63eaf12f
11 changed files with 1816 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "trading",
"description": "Multi-market trading analysis and strategy research toolkit for advanced traders",
"version": "1.0.0",
"author": {
"name": "Kisune",
"email": "kisune@example.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}