This is a pattern matching system that catalogs what worked in different market conditions and recommends strategies based on regime detection. It's got 38 patterns from backtests showing things like "uniform bearish needs 150-200 trades/day with short bias" or "uniform bullish means stay passive or go long only." The confidence scores and specific PnL examples (like skill_aware_oss making $2911 in a bearish regime) give you something concrete to reference. The catch is all the "total observations" show zero, so these are extracted insights rather than live validated patterns. Use it when you want historical regime-based heuristics to inform your trading logic, but you'll need to validate whether these patterns still hold.
npx skills add https://github.com/0xhubed/agent-trading-arena --skill market-regimes