Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy
Detect the current market regime using neural-trader's regime detection engine.
Steps:
npm ls neural-trader 2>/dev/null || npm install neural-tradernpx neural-trader --regime-detect --symbol TICKER
For multiple symbols:
npx neural-trader --regime-detect --symbols "AAPL,MSFT,GOOGL,AMZN"
npx neural-trader --symbol TICKER --indicators rsi,macd,bollinger,adx,atr
mcp__claude-flow__neural_predict({ input: "indicators: RSI=X, ADX=Y, VIX=Z" })mcp__claude-flow__memory_search({ query: "regime similar to CURRENT", namespace: "trading-analysis" })mcp__claude-flow__memory_store({ key: "regime-DATE", value: "REGIME_ANALYSIS", namespace: "trading-analysis" })npx skills add ruvnet/ruflo --skill trader-regimeHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.