Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:53:19 +08:00
commit 1e3b5bcace
14 changed files with 1327 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "market-movers-scanner",
"description": "Scan for top market movers - gainers, losers, volume spikes, and unusual activity",
"version": "1.0.0",
"author": {
"name": "Intent Solutions IO",
"email": "jeremy@intentsolutions.ai",
"url": "https://intentsolutions.ai"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}