Ruflo Neural Trader
Ruflo Neural Trader from gabrielmoreira/agent-skills-mirror.
Skills in this plugin
9- ▌ Trader Risk · gabrielmoreiraAssess portfolio risk using npx neural-trader — VaR, CVaR, Sharpe, position sizing, circuit breaker status
- ▌ Trader Train · gabrielmoreiraTrain neural models (LSTM, Transformer, N-BEATS) on market data using npx neural-trader with confidence intervals
- ▌ Trader Regime · gabrielmoreiraDetect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy. Use when the user asks about market conditions, wants to pick a strategy for current conditions, or before running a backtest/signal that should be regime-aware.
- ▌ Trader Signal · gabrielmoreiraGenerate trading signals using npx neural-trader anomaly detection engine with Z-score scoring and neural prediction
- ▌ Trader Explain · gabrielmoreiraRegulator-grade feature attribution for any LSTM/Transformer signal — single-entry PageRank ranks the top-K features that drove the prediction (ADR-126 Phase 6, ADR-123 single-entry PR)
- ▌ Trader Backtest · gabrielmoreiraRun a historical backtest using npx neural-trader with Rust/NAPI engine (8-19x faster) and walk-forward validation; Ed25519-sign the result for paper→live tamper evidence (ADR-126 Phase 4)
- ▌ Trader Portfolio · gabrielmoreiraOptimize portfolio allocation using npx neural-trader mean-variance engine with risk constraints and rebalancing plan
- ▌ Trader Portfolio Cg · gabrielmoreiraMean-variance portfolio optimization via Conjugate Gradient — 40-60× faster than the legacy Neumann path (ADR-126 Phase 3, ADR-123 Wedge 8)
- ▌ Trader Cloud Backtest · gabrielmoreiraRun a heavy neural-trader job (long walk-forward, big Monte-Carlo, parameter sweep, model training) on the Anthropic Managed Agent cloud runtime instead of locally