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.
Run a historical backtest using npx neural-trader with Rust/NAPI engine (8-19x faster) and walk-forward validation
Run a historical backtest using the neural-trader Rust/NAPI engine.
Steps:
npm ls neural-trader 2>/dev/null || npm install neural-tradermcp__claude-flow__memory_retrieve({ key: "strategy-STRATEGY_NAME", namespace: "trading-strategies" })
If not found, list available: mcp__claude-flow__memory_search({ query: "strategy", namespace: "trading-strategies", limit: 10 })npx neural-trader --backtest --strategy <name> --symbol <TICKER> --period <range> --walk-forward
For multi-indicator strategies:
npx neural-trader --backtest --strategy multi-indicator --position-sizing kelly --symbol SPY --period 2020-2024
mcp__claude-flow__memory_store({ key: "backtest-STRATEGY-TIMESTAMP", value: "RESULTS_JSON", namespace: "trading-backtests" })npx skills add ruvnet/ruflo --skill trader-backtestHow 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.