trading-wisdom

$22

0xhubed/agent-trading-arenaUpdated Apr 8, 2026

Works with

Claude CodeCursorClineWindsurfCodexGooseGitHub CopilotZed

0

total installs

0

this week

4

GitHub stars

0

upvotes

Install Skill

Run in your terminal

$npx skills add https://github.com/0xhubed/agent-trading-arena --skill trading-wisdom

0

installs

0

this week

4

stars

Installation Guide

How to use trading-wisdom on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your machine
  • Node.js 16+ with npm — verify with node --version
  • Active project directory where you want to add trading-wisdom
2

Run the install command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/0xhubed/agent-trading-arena --skill trading-wisdom

Fetches trading-wisdom from 0xhubed/agent-trading-arena and configures it for Cursor.

3

Select Cursor when prompted

The CLI shows a list of agents. Use arrow keys and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ────────────────
│ · Cline · Codex · Goose · Windsurf
│ ●Cursor(selected)
│ · Cursor · Aider · Continue
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/trading-wisdom

Restart Cursor to activate trading-wisdom. Access via /trading-wisdom in your agent's command palette.

Security Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.

Documentation

Trading Wisdom

Last updated: 2026-01-17 20:31 UTC Active patterns: 206 Total samples: 41088 Confidence threshold: 60%

Key Learnings

  1. CRITICAL: In moderate bull markets (4/5 assets positive), ALL active trading strategies lost money while zero-trade strategies preserved capital perfectly.
  2. Trade frequency is inversely correlated with performance in this regime: 0 trades = $0 loss, 23 trades = -$28.69, 243 trades = -$229.00.
  3. Technical analysis signals (multi-timeframe alignment, MACD, RSI, SMA) failed to predict direction for both long and short entries in this moderate bull environment.
  4. Asset selection mattered significantly: BNB (+2.03%) vs SOL (-0.09%). Agents fixating on SOL 'uptrend' (llama4_scout) suffered worst losses.
  5. Validation frameworks and risk management rules do not prevent losses when the fundamental market direction assessment is wrong.
  6. High-confidence decisions (0.85-0.90) on directional trades were frequently wrong, suggesting confidence calibration issues across all active agents.
  7. The only reliable pattern was proactive loss-cutting with high confidence (0.85-0.95) to limit drawdown.

Winning Strategies

Zero-trade strategy in moderate bull markets prese...

  • Confidence: 95%
  • Total samples: 4
  • Times confirmed: 1
  • First seen: 2026-01-17
  • Details: Zero-trade strategy in moderate bull markets preserves capital perfectly. Agents that made 0 trades (learning_qwen, gpt_simple, qwen3_235b, index_fund) achieved $0.00 PnL while all active traders lost money despite BNB +2.03%, ETH +1.02%, DOGE +1.07% gains.

Zero-trade strategies preserve capital in mixed/ch...

  • Confidence: 92%
  • Total samples: 771
  • Times confirmed: 1
  • First seen: 2026-01-17
  • Details: Zero-trade strategies preserve capital in mixed/choppy markets. learning_qwen, gpt_simple, and index_fund made 0 trades and achieved $0.00 PnL, outperforming all active traders in this low-conviction environment.

Zero-trade strategy preserves capital in moderatel...

  • Confidence: 92%
  • Total samples: 4
  • Times confirmed: 1
  • First seen: 2026-01-17
  • Details: Zero-trade strategy preserves capital in moderately bullish markets where active trading leads to losses. Agents holding no positions avoided the -$50 to -$264 losses seen by active traders despite market being up +0.63% to +2.15%.

Close losing positions proactively with high confi...

  • Confidence: 90%
  • Total samples: 368
  • Times confirmed: 1
  • First seen: 2026-01-17
  • Details: Close losing positions proactively with high confidence (0.8-0.9) to free margin and limit drawdowns. Multiple agents demonstrated this: gptoss_20b_simple closing SOL at -$4.76 loss, agentic_gptoss closing DOGE 'largest loss percentage'.

Minimal trading with high selectivity outperforms ...

  • Confidence: 88%
  • Total samples: 257
  • Times confirmed: 1
  • First seen: 2026-01-17
  • Details: Minimal trading with high selectivity outperforms frequent trading. qwen3_235b made only 2 trades with PnL of -$0.29, dramatically outperforming agents with 140-201 trades.

Closing long positions with high confidence (0.92)...

  • Confidence: 88%
  • Total samples: 89
  • Times confirmed: 1
  • First seen: 2026-01-17
  • Details: Closing long positions with high confidence (0.92) when regime shifts to 'moderate bearish' preserves capital. skill_only_oss reasoning: 'risk-management rules advise limiting exposure and closing long positions to preserve capital'.

Minimal trading frequency (23 trades) with technic...

  • Confidence: 88%
  • Total samples: 1
  • Times confirmed: 1
  • First seen: 2026-01-17
  • Details: Minimal trading frequency (23 trades) with technical analysis baseline outperforms high-frequency approaches. ta_baseline lost only $-28.69 vs llama4_scout's $-229.00 with 243 trades.

Explicit risk validation with 2% equity risk and 2...

  • Confidence: 85%
  • Total samples: 160
  • Times confirmed: 1
  • First seen: 2026-01-17
  • Details: Explicit risk validation with 2% equity risk and 2:1 reward ratio combined with position closing discipline. skill_only_oss achieved best active trader performance (-$17.96) with 160 trades, using validated risk parameters.

Agentic approach with active position management: ...

  • Confidence: 85%
  • Total samples: 100
  • Times confirmed: 1
  • First seen: 2026-01-16
  • Details: Agentic approach with active position management: opening shorts in bearish markets, closing positions to lock gains when technical indicators confirm trend reversal. Uses SMA crossover + MACD + Bollinger bands for entry/exit confirmation with explicit validation steps.

Low-frequency trading (89 trades) with selective l...

  • Confidence: 85%
  • Total samples: 89
  • Times confirmed: 1
  • First seen: 2026-01-17
  • Details: Low-frequency trading (89 trades) with selective long entries on multi-timeframe bullish alignment produces small positive returns (+$6.22) in moderately bullish markets.

Proactive closing of losing positions with high co...

  • Confidence: 85%
  • Total samples: 5
  • Times confirmed: 1
  • First seen: 2026-01-17
  • Details: Proactive closing of losing positions with high confidence (0.85-0.95) to free margin. skill_only_oss closed DOGEUSDT at 0.95 confidence citing 'risk-management rule recommends closing losing positions proactively' - resulted in smaller losses ($-36.63) than more active traders.

Zero-trade or minimal-trade strategies preserve ca...

  • Confidence: 82%
  • Total samples: 136
  • Times confirmed: 1
  • First seen: 2026-01-16
  • Details: Zero-trade or minimal-trade strategies preserve capital in bearish/declining markets. learning_qwen (0 trades, $0 PnL) and gpt_simple (1 trade, $0 PnL) avoided losses by not trading during market decline.

Multi-timeframe bullish alignment (15m, 1h, 4h) co...

  • Confidence: 79%
  • Total samples: 328
  • Times confirmed: 2
  • First seen: 2026-01-14
  • Details: Multi-timeframe bullish alignment (15m, 1h, 4h) combined with explicit risk validation (2% equity risk, 2:1 reward ratio) and trade validation checks produces strong positive returns in trending bull markets

Moderate trade frequency (80-90 trades) with expli...

  • Confidence: 78%
  • Total samples: 88
  • Times confirmed: 1
  • First seen: 2026-01-16
  • Details: Moderate trade frequency (80-90 trades) with explicit risk validation outperforms high-frequency trading. skill_only_oss (88 trades, -$9.15) significantly outperformed skill_aware_oss (103 trades, -$180.47) despite similar strategies.

Optimal trade frequency in trending bull markets: ...

  • Confidence: 75%
  • Total samples: 543
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: Optimal trade frequency in trending bull markets: 120-200 trades/24h captures opportunities without excessive churn. skill_aware_oss (164 trades, +$1236.81) and agentic_gptoss (184 trades, +$697.86) demonstrate this

Active position management with proactive closing ...

  • Confidence: 74%
  • Total samples: 543
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: Active position management with proactive closing of losing/breakeven positions to free margin, combined with moderate-high trade frequency (164-195 trades/24h) in trending markets

Moderate-high trade frequency (120-200 trades/24h)...

  • Confidence: 73%
  • Total samples: 543
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: Moderate-high trade frequency (120-200 trades/24h) with active position management - closing small/underwater positions to free margin for higher-conviction trades

Proactive loss management - closing losing positio...

  • Confidence: 72%
  • Total samples: 379
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: Proactive loss management - closing losing positions with high confidence (0.9) to preserve capital and reduce concentration risk

SMA crossover + bullish MACD + neutral Bollinger b...

  • Confidence: 72%
  • Total samples: 184
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: SMA crossover + bullish MACD + neutral Bollinger bands as entry confirmation with explicit validation checks before execution

Closing positions near breakeven or with small los...

  • Confidence: 70%
  • Total samples: 320
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: Closing positions near breakeven or with small losses to free margin for higher-conviction trades preserves capital and enables redeployment

SMA crossover + bullish MACD + neutral Bollinger b...

  • Confidence: 70%
  • Total samples: 184
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: SMA crossover + bullish MACD + neutral Bollinger bands as entry confirmation combined with trend alignment across timeframes

Multi-timeframe bullish alignment (15m, 1h, 4h) co...

  • Confidence: 70%
  • Total samples: 164
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: Multi-timeframe bullish alignment (15m, 1h, 4h) combined with explicit risk validation (2% risk, 2:1 reward ratio) and position sizing controls produces strong profits in trending markets. skill_aware_oss consistently references 'Multi-timeframe analysis shows strong aligned bullish trend' with 'trade validation passed' and achieved +$1379.66 PnL.

Position sizing at 25% equity limit per position w...

  • Confidence: 68%
  • Total samples: 125
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: Position sizing at 25% equity limit per position with active monitoring and timely closes to lock profits or limit losses

Agentic workflow with validation checks before ent...

  • Confidence: 67%
  • Total samples: 184
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: Agentic workflow with validation checks before entry/exit decisions. agentic_gptoss uses 'validation checks confirm', 'risk calculator suggests', and 'all validation checks passed' reasoning, achieving +$689.63 with 184 trades. Structured decision-making with explicit risk/reward assessment outperforms simpler approaches.

Moderate trade frequency (120-200 trades/24h) in t...

  • Confidence: 65%
  • Total samples: 545
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: Moderate trade frequency (120-200 trades/24h) in trending bull markets captures momentum while avoiding overtrading. gptoss_120b_simple (197 trades, +$138.86) and agentic_gptoss (184 trades, +$689.63) both fall in this range and are profitable.

Proactive position closing to manage risk and free...

  • Confidence: 63%
  • Total samples: 200
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: Proactive position closing to manage risk and free margin. Profitable agents close positions citing 'frees margin', 'reduces concentration risk', 'locks profit'. skill_aware_oss closes 'over-leveraged' positions; agentic_gptoss closes with 'reduces exposure and frees capital for future opportunities'.

skill_aware_oss combines multi-timeframe analysis ...

  • Confidence: 62%
  • Total samples: 157
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: skill_aware_oss combines multi-timeframe analysis with strict risk validation and position scaling into existing winners. Uses 0.75-0.85 confidence threshold with explicit risk checks ('risk per trade within limits', 'validation permits proceeding'). Achieves highest PnL ($1349.11) with moderate trade frequency (157 trades).

Asset diversification across multiple symbols rath...

  • Confidence: 60%
  • Total samples: 348
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: Asset diversification across multiple symbols rather than single-asset concentration. Profitable agents trade BTC, ETH, DOGE across decisions while llama4_scout's repetitive single-asset focus leads to losses despite high trade count.

agentic_gptoss employs active loss-cutting strateg...

  • Confidence: 58%
  • Total samples: 182
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: agentic_gptoss employs active loss-cutting strategy with high-confidence closes (0.9) on losing positions ('Close the losing ETHUSDT long to free margin'). Combines with selective long entries. Achieves $372.23 PnL with 182 trades.

In trending bull markets (+1.5% to +5% moves), mul...

  • Confidence: 58%
  • Total samples: 157
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: In trending bull markets (+1.5% to +5% moves), multi-timeframe bullish alignment DOES work when combined with proper risk validation. skill_aware_oss profits $1349 using this approach during 3-5% market moves.

Moderate trade frequency (120-200 trades) with dis...

  • Confidence: 55%
  • Total samples: 535
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: Moderate trade frequency (120-200 trades) with disciplined position management outperforms both extremes. Winners trade 157-196 times vs losers at 248 trades or 2-4 trades.

Ultra-low trade frequency (3-6 trades) with high s...

  • Confidence: 52%
  • Total samples: 13
  • Times confirmed: 1
  • First seen: 2026-01-13
  • Details: Ultra-low trade frequency (3-6 trades) with high selectivity results in near-zero or minimal losses in flat/sideways markets - qwen3_235b and learning_qwen both achieved ~$0 PnL with only 3-4 trades vs massive losses from high-frequency traders

Active closing of near-breakeven or small-loss pos...

  • Confidence: 52%
  • Total samples: 317
  • Times confirmed: 1
  • First seen: 2026-01-14
  • Details: Active closing of near-breakeven or small-loss positions to free margin for higher-conviction opportunities. gptoss_120b_simple reasoning: 'closing reduces exposure and frees margin for higher-conviction opportunities'.

Index fund strategy of equal-weight allocation ($2...

  • Confidence: 50%
  • Total samples: 6
  • Times confirmed: 1
  • First seen: 2026-01-13
  • Details: Index fund strategy of equal-weight allocation ($2000 per asset) with confidence 1.0 and minimal rebalancing preserves capital in sideways markets - achieved $0.00 PnL while active traders lost $1395

Passive holding without frequent position changes ...

  • Confidence: 48%
  • Total samples: 13
  • Times confirmed: 1
  • First seen: 2026-01-13
  • Details: Passive holding without frequent position changes outperforms active trading when market moves are <0.1% - agents with <10 trades preserved capital while those with >100 trades lost $300-$580

Index fund strategy of equal-weight allocation ($2...

  • Confidence: 40%
  • Total samples: 6
  • Times confirmed: 1
  • First seen: 2026-01-13
  • Details: Index fund strategy of equal-weight allocation ($2000 per asset) with confidence=1.0 maintains capital neutrality when market moves are near-zero

Patterns to Avoid

  • AVOID: Extreme overtrading (200+ trades in 24h) in mixed/choppy markets leads to largest losses. skill_aware_oss made 201 trades with -$360.24 PnL, the worst performer.
    • Conf: 95%, N=201, seen 1x
  • AVOID: Extreme overtrading (231 trades in 24h) in moderately bullish market leads to largest losses (-$264.52). llama4_scout traded most frequently and lost most.
    • Conf: 95%, N=231, seen 1x
  • AVOID: Extreme overtrading (243 trades in 24h) in moderate bull market leads to largest losses. llama4_scout made 243 trades with $-229.00 PnL despite repeatedly identifying 'strong uptrend' in SOLUSDT which actually declined -0.09%.
    • Conf: 95%, N=243, seen 1x
  • AVOID: Shorting in a bullish market (all assets +0.63% to +2.15%) with high frequency leads to significant losses. Agents with heavy short bias (skill_aware_oss, gptoss_20b_simple) lost -$173 to -$176 despite 'bearish' technical signals.
    • Conf: 93%, N=675, seen 1x
  • AVOID: High trade frequency (100+ trades/day) in bearish markets leads to significant losses. skill_aware_oss with 103 trades lost $180.47 despite using multi-timeframe analysis and risk validation.
    • Conf: 92%, N=103, seen 1x
  • AVOID: Contrarian 'bounce back' reasoning on downtrending assets fails. llama4_scout opened long on SOLUSDT reasoning 'shows a clear downtrend but might be due for a bounce back' - resulted in -$192.40 total PnL.
    • Conf: 92%, N=180, seen 1x
  • AVOID: Repeated high-confidence long entries on SOLUSDT based on 'strong uptrend' reasoning while asset actually declined -0.09%. llama4_scout opened multiple longs at 0.80-0.90 confidence citing +2.24% to +2.59% price increases that were temporary.
    • Conf: 92%, N=7, seen 1x
  • AVOID: Multi-timeframe bullish alignment signals (15m, 1h, 4h) produce losses in bearish markets. skill_only_oss and skill_aware_oss both used this signal for ETHUSDT longs while market declined.
    • Conf: 90%, N=191, seen 1x
  • AVOID: Negative funding rate interpreted as long opportunity signal is unreliable. llama4_scout: 'funding rate is slightly negative which could indicate a potential long opportunity' - total PnL -$192.40.
    • Conf: 90%, N=180, seen 1x
  • AVOID: Multi-timeframe bearish alignment signals for short entry FAIL in bullish markets. skill_aware_oss opened shorts on 'bearish bias (RSI overbought, MACD bearish)' but market moved up, causing -$173.25 loss.
    • Conf: 90%, N=355, seen 1x
  • AVOID: Shorting in moderate bull markets leads to consistent losses. skill_aware_oss opened shorts on BTCUSDT at 0.88 confidence citing 'strong bearish alignment' while BTC was +0.24% - contributed to $-167.78 total loss.
    • Conf: 90%, N=171, seen 1x
  • AVOID: Multi-timeframe bearish alignment signals for short entry fail in moderate bull markets. skill_aware_oss cited 'Strong bearish alignment across 15m, 1h, and 4h timeframes' for BTCUSDT shorts while market was net positive.
    • Conf: 90%, N=2, seen 1x
  • AVOID: Opening longs based on 'positive momentum' or small price increases (+0.33% to +0.44%) during overall bearish market conditions. llama4_scout repeatedly opened ETHUSDT longs citing positive momentum while ETH declined -1.29%.
    • Conf: 88%, N=76, seen 1x
  • AVOID: High confidence (0.85-0.92) on multi-timeframe bullish alignment during market-wide decline leads to losses. Agents expressed high confidence while market moved against positions.
    • Conf: 88%, N=267, seen 1x
  • AVOID: Multi-timeframe bearish alignment for shorts fails when market is mixed (BNB +0.93%, SOL +1.65% vs DOGE -1.19%). skill_aware_oss and agentic_gptoss both lost money shorting despite 'strong bearish trend' reasoning.
    • Conf: 88%, N=377, seen 1x
  • AVOID: High-confidence short entries (0.85) based on technical indicators fail when market regime is actually bullish. Agents misread regime as bearish when BTC was +0.63%, ETH +1.15%, SOL +1.60%.
    • Conf: 88%, N=355, seen 1x

List & Monetize Your Skill

Submit your Claude Code skill and start earning

Get started →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Steps

  1. 1Install product management skill
  2. 2Start with user story generation for known feature
  3. 3Progress to competitive analysis: research 2-3 competitors
  4. 4Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5Draft stakeholder communications and refine based on feedback
  6. 6Build template library for recurring PM tasks
  7. 7Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use when

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid when

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Related Skills

Reviews

4.768 reviews
  • V
    Valentina KhanDec 28, 2024

    Solid pick for teams standardizing on skills: trading-wisdom is focused, and the summary matches what you get after install.

  • G
    Ganesh MohaneDec 16, 2024

    trading-wisdom fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • H
    Hiroshi WhiteDec 16, 2024

    Registry listing for trading-wisdom matched our evaluation — installs cleanly and behaves as described in the markdown.

  • S
    Soo ReddyDec 16, 2024

    trading-wisdom fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • S
    Shikha MishraDec 12, 2024

    Useful defaults in trading-wisdom — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • L
    Lucas KhannaDec 4, 2024

    Useful defaults in trading-wisdom — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • N
    Noah JainNov 19, 2024

    trading-wisdom is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • S
    Sakshi PatilNov 7, 2024

    Registry listing for trading-wisdom matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Z
    Zaid ZhangNov 7, 2024

    trading-wisdom fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • K
    Kwame BrownNov 7, 2024

    Registry listing for trading-wisdom matched our evaluation — installs cleanly and behaves as described in the markdown.

showing 1-10 of 68

1 / 7

Discussion

Comments — not star reviews
  • No comments yet — start the thread.