trade-risk

Assess stock risk and determine position sizes with Python-based calculations.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Kingmopser/TumaiDreamTeamBarcelona --skill trade-risk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trade-risk
Source: https://github.com/Kingmopser/TumaiDreamTeamBarcelona/tree/main/.claude/skills/trade-risk
Command: npx skills add https://github.com/Kingmopser/TumaiDreamTeamBarcelona --skill trade-risk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Assess stock risk and determine position sizes using volatility, drawdown, liquidity, and correlation analyses to support disciplined trading decisions.

Core Features & Use Cases

  • Comprehensive Risk Score (0-100) with component scores for Volatility, Drawdown, Liquidity, Financial Health, Correlation, and Event Risk.
  • Supports three sizing methods: Fixed Percentage, ATR-based Volatility-Adjusted, and Kelly Criterion.
  • Generates actionable outputs including recommended position size, stop guidance, and a risk-reward context for a given ticker.

Quick Start

Request risk analysis by invoking /trade risk <TICKER> to generate a full risk assessment and position sizing plan.

Frequently Asked Questions about trade-risk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate position size based on stock volatility and drawdown?

Position size is calculated by analyzing stock volatility and historical drawdown to produce a composite risk score. This score informs a reproducible sizing plan using Fixed Percentage, ATR-based, or Kelly Criterion methods.

What is the best way to assess stock risk before sizing a trade?

Assessing stock risk involves evaluating volatility, liquidity, correlation, and event risk metrics. This generates a comprehensive risk score from 0 to 100, providing actionable stop guidance and a risk-reward context for the ticker.

Can I use ATR and Kelly Criterion together for trade sizing?

ATR and Kelly Criterion can be used together for trade sizing. The analysis supports Fixed Percentage, ATR-based volatility-adjusted, and Kelly Criterion methods, producing a composite risk score and detailed component breakdowns.

Does stock liquidity affect position sizing and risk budgeting?

Stock liquidity directly affects position sizing and risk budgeting. Liquidity metrics are evaluated alongside volatility, drawdown, and correlation to generate a comprehensive risk score and recommended position size for any publicly traded stock.

How do I calculate a risk score for a publicly traded stock?

Calculating a risk score for a publicly traded stock involves a Python-based workflow evaluating volatility, drawdown, liquidity, financial health, correlation, and event risk. The output is a composite risk score ranging from 0 to 100.

When should I not use a fixed percentage method for position sizing?

A fixed percentage method for position sizing is less suitable when volatility is high. In such cases, ATR-based volatility-adjusted sizing or the Kelly Criterion provides a more dynamic risk budgeting approach based on a comprehensive risk score.