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.
Generate trading signals using npx neural-trader anomaly detection engine with Z-score scoring and neural prediction
Generate trading signals using neural-trader's anomaly detection engine.
Steps:
npm ls neural-trader 2>/dev/null || npm install neural-tradernpx neural-trader --signal scan --symbols <TICKERS>
With a specific strategy:
npx neural-trader --signal scan --strategy <name> --symbols <TICKERS>
mcp__claude-flow__memory_retrieve({ key: "strategy-NAME", namespace: "trading-strategies" })mcp__claude-flow__neural_predict({ input: "anomaly types: [DETECTED], scores: [SCORES]" })npx skills add ruvnet/ruflo --skill trader-signalHow 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.