Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:53:22 +08:00
commit 8b1c32716c
15 changed files with 1797 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "market-price-tracker",
"description": "Real-time market price tracking with multi-exchange feeds and advanced alerts",
"version": "1.0.0",
"author": {
"name": "Intent Solutions IO",
"email": "jeremy@intentsolutions.ai",
"url": "https://intentsolutions.ai"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}