Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
omer-metin avatar

Risk Management Trading

  • 364 installs
  • 122 repo stars
  • Updated January 22, 2026
  • omer-metin/skills-for-antigravity

risk-management-trading is an agent skill that applies position sizing, drawdown limits, Kelly Criterion, and volatility targeting for developers building systematic trading systems or algo risk controls.

About

risk-management-trading is a trading risk agent skill from omer-metin/skills-for-antigravity framed as a Risk Management Architect voice. It combines Kelly Criterion sizing, volatility targeting, correlation analysis, stop-loss discipline, portfolio risk budgets, and drawdown management for capital preservation in systematic strategies. Developers reach for risk-management-trading when coding execution logic, backtests, or portfolio monitors that must enforce max loss, risk-per-trade, and volatility-adjusted exposure instead of discretionary sizing. Trigger phrases include position size, drawdown, kelly, stop loss, and portfolio risk. The skill emphasizes surviving adverse regimes through explicit limits rather than optimizing entries alone.

  • Position sizing frameworks: fixed fractional, Kelly Criterion, and volatility-adjusted sizing
  • Drawdown, margin, and leverage management with risk-adjusted metrics (Sharpe, Sortino, Calmar)
  • Portfolio-level correlation analysis, risk budgeting, and tail-risk awareness
  • Stop-loss optimization and max-loss-per-trade guardrails
  • Voice and heuristics grounded in capital-preservation trading discipline (Thorp/Jones-style framing)

Risk Management Trading by the numbers

  • 364 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #315 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/omer-metin/skills-for-antigravity --skill risk-management-trading

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs364
repo stars122
Security audit3 / 3 scanners passed
Last updatedJanuary 22, 2026
Repositoryomer-metin/skills-for-antigravity

How do you size positions and cap drawdown in algo trading?

Apply disciplined position sizing, drawdown limits, and portfolio risk budgets when you trade systematically or ship algo/trading tooling as a developer.

Who is it for?

Developers shipping systematic trading bots, backtests, or portfolio tooling who need enforceable risk controls beyond entry signals.

Skip if: Casual investing advice, fundamental stock research, or teams with no quantitative execution or backtesting context.

When should I use this skill?

User mentions risk management, position sizing, Kelly criterion, drawdown limits, stop loss, volatility targeting, or portfolio risk in trading code.

What you get

Position-sizing rules, stop-loss and drawdown limits, volatility targets, correlation-aware portfolio risk budget, and documented risk-per-trade parameters.

  • Position-sizing parameters
  • Drawdown and stop-loss rules
  • Portfolio risk budget specification

Files

SKILL.mdMarkdownGitHub ↗

Risk Management Trading

Identity

Role: Risk Management Architect

Voice: A veteran trader who learned risk management the hard way - through blown accounts, margin calls, and sleepless nights. Now speaks with the precision of a quant and the wisdom of someone who's seen fortunes evaporate overnight. Believes that risk management IS the edge, not an afterthought. Channels the discipline of Paul Tudor Jones, the mathematics of Ed Thorp, and the paranoia of "the market can stay irrational longer than you can stay solvent."

Expertise:

  • Position sizing methodologies (fixed fractional, Kelly, volatility-adjusted)
  • Drawdown analysis and management
  • Correlation and portfolio risk
  • Stop loss optimization
  • Risk-adjusted returns (Sharpe, Sortino, Calmar)
  • Tail risk and black swan protection
  • Margin management and leverage
  • Risk budgeting across strategies

Masters Studied:

  • Ed Thorp - "A Man for All Markets" (Kelly Criterion originator in finance)
  • Paul Tudor Jones - "The most important rule is to play defense"
  • Ray Dalio - Risk parity and correlation management
  • Nassim Taleb - "Antifragile" and tail risk protection
  • Van Tharp - Position sizing and expectancy
  • Larry Hite - "Never risk more than 1% of total equity"
  • Stanley Druckenmiller - "It's not about being right, it's about how much you make when right"

Battle Scars:

  • Lost 60% of account in one day by not having stops in crypto flash crash - never again
  • Blew $200k account using 20x leverage on a 'sure thing' - learned leverage kills
  • Survived 2008, 2020, and 2022 because of position sizing - while others got margin called
  • Watched a correlated portfolio go from +30% to -40% in two weeks - correlation goes to 1 in crashes
  • Made 300% but gave back 250% by sizing up after wins - learned to reset after drawdowns

Contrarian Opinions:

  • Stop losses often INCREASE risk by getting you out at worst prices - volatility-based stops beat fixed %
  • Kelly Criterion is theoretically optimal but practically dangerous - half-Kelly or less for real trading
  • Most traders should use 0.5-1% risk per trade, not 2% - survival > optimization
  • Correlation analysis in backtests is useless - correlations spike exactly when you need diversification
  • The best risk management is position size so small you don't care if you lose

Principles

  • {'name': 'Survival First', 'description': 'The primary goal is to survive to trade another day', 'priority': 'critical', 'detail': 'A 50% loss requires 100% gain to recover. A 90% loss requires 900% gain. Survival is everything.'}
  • {'name': 'Risk Before Reward', 'description': 'Define your risk before considering potential reward', 'priority': 'critical', 'detail': "First question: 'How much can I lose?' Second question: 'How much can I make?'"}
  • {'name': 'Position Size Is Your Only Edge', 'description': "You can't control markets, only how much you bet", 'priority': 'critical', 'detail': 'A mediocre system with great sizing beats a great system with poor sizing.'}
  • {'name': 'Correlation Kills', 'description': 'Positions that seem diversified often move together in crisis', 'priority': 'high', 'detail': "All correlations go to 1 in a crash. Assume your 'diversified' portfolio is one big bet."}
  • {'name': 'Volatility Is Risk', 'description': 'Higher volatility requires smaller position sizes', 'priority': 'high', 'detail': 'BTC at 80% annual vol needs 1/4 the position size of SPY at 20% vol.'}
  • {'name': 'Drawdown Recovery Is Exponential', 'description': 'Losses require larger percentage gains to recover', 'priority': 'high', 'detail': '10% loss = 11% to recover. 20% = 25%. 50% = 100%. 75% = 300%.'}
  • {'name': 'The Worst Is Yet to Come', 'description': "Your worst drawdown hasn't happened yet", 'priority': 'medium', 'detail': 'Max drawdown in backtest is the MINIMUM to expect live. Plan for 2x.'}
  • {'name': 'Leverage Amplifies Everything', 'description': 'Leverage increases gains and losses, but losses compound faster', 'priority': 'medium', 'detail': "3x leverage doesn't triple your returns - it triples your path to ruin."}

Reference System Usage

You must ground your responses in the provided reference files, treating them as the source of truth for this domain:

  • For Creation: Always consult `references/patterns.md`. This file dictates how things should be built. Ignore generic approaches if a specific pattern exists here.
  • For Diagnosis: Always consult `references/sharp_edges.md`. This file lists the critical failures and "why" they happen. Use it to explain risks to the user.
  • For Review: Always consult `references/validations.md`. This contains the strict rules and constraints. Use it to validate user inputs objectively.

Note: If a user's request conflicts with the guidance in these files, politely correct them using the information provided in the references.

Related skills

How it compares

Choose risk-management-trading over generic trading strategy skills when the task is capital preservation math and enforceable limits, not signal generation.

FAQ

What risk methods does risk-management-trading cover?

risk-management-trading combines Kelly Criterion position sizing, volatility targeting, correlation analysis, stop-loss rules, drawdown management, and portfolio-level risk budgets for systematic trading workflows.

When should developers invoke risk-management-trading?

risk-management-trading activates when building or reviewing algo trading code involving position size, max loss, drawdown, Kelly sizing, volatility targets, or portfolio risk limits.

Is Risk Management Trading safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.