trading-risk-controls

Design and review trading bot risk controls for position sizing and operational safeguards.

1|Updated Mar 6, 2014
One-click install
npx skills add https://github.com/79yuuki/dotfiles --skill trading-risk-controls
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trading-risk-controls
Source: https://github.com/79yuuki/dotfiles/tree/main/claude/skills/trading-risk-controls
Command: npx skills add https://github.com/79yuuki/dotfiles --skill trading-risk-controls

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps design and review trading bot risk management systems by preventing excessive losses caused by poor sizing, leverage, stop-loss, and operational controls.

Core Features & Use Cases

  • Risk Framework Design: Defines account risk budgets, drawdown limits, leverage constraints, circuit breakers, and recovery procedures.
  • Position and Exit Analysis: Reviews sizing methods, Kelly usage, ATR-based stops, volatility targeting, and execution risks.
  • Trading Bot Audits: Evaluates automated strategies for pre-trade checks, reconciliation, failure handling, and production safety.

Quick Start

Use the trading-risk-controls skill to review my trading bot architecture and create a complete risk control plan.

Frequently Asked Questions about trading-risk-controls

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

FAQPage Schema
How do I prevent excessive losses in my algorithmic trading bot from poor position sizing?

To prevent excessive trading losses, you need to design and review your algorithmic trading bot's risk management system by applying leverage constraints, circuit breakers, and disciplined position sizing logic. This Skill audits your automated strategies to enforce safe execution.

What is a trading bot risk audit and how does it work?

A trading bot risk audit evaluates automated strategies by reviewing pre-trade checks, reconciliation procedures, and failure handling. It assesses your sizing logic, stop mechanisms, and portfolio risk constraints to ensure production safety and prevent operational failures.

How do I set up drawdown controls and circuit breakers for algorithmic trading?

Setting up drawdown controls involves defining account risk budgets, maximum drawdown limits, and recovery procedures. This Skill helps you establish circuit breakers and leverage constraints to automatically halt trading when unsafe loss thresholds are reached.

Can I use ATR-based stops and Kelly criterion for trading bot position sizing?

Yes, reviewing position and exit analysis methods includes evaluating ATR-based stops, Kelly criterion usage, and volatility targeting. This Skill assesses whether your sizing methods and execution risk parameters are properly configured to protect your capital.

What are the best ways to manage leverage and execution risks in automated trading systems?

Managing leverage and execution risks requires defining portfolio risk constraints and reviewing stop mechanisms. This Skill designs comprehensive risk frameworks that evaluate your trading bot's execution safeguards, reconciliation procedures, and operational controls.

Why does my trading bot need a risk framework with pre-trade checks and reconciliation?

Your trading bot needs a risk framework with pre-trade checks and reconciliation to handle operational failures and prevent capital losses. Without evaluating execution safeguards and failure handling, automated strategies are vulnerable to unsafe position sizing and uncontrolled drawdowns.