$npx skillfedfor your agent

drawdown-circuit-breaker

Drawdown Circuit Breaker reads your trader-memory-core thesis history and applies configurable rules—daily loss caps, losing-streak cooldowns, and weekly/monthly drawdown limits—to recommend whether new trade risk should proceed. It produces a decision artifact that gates your workflow without enforcing broker-side blocks, leaving position management to your judgment.

Drawdown Circuit Breaker determines whether new trades are allowed based on your account's realized losses and cooldown rules.

AI-generated summary based on this skill's SKILL.md

2,514 586 MITupdated by tradermonty

Decision gist · record as of 2026-07-26

Drawdown Circuit Breaker determines whether new trades are allowed based on your account's realized losses and cooldown rules. Drawdown Circuit Breaker reads your trader-memory-core thesis history and applies configurable rules—daily loss caps, losing-streak cooldowns, and weekly/monthly drawdown limits—to recommend whether new trade risk should proceed. It produces a decision artifact that gates your workflow without enforcing broker-side blocks, leaving position management to your judgment.

manual: git clone https://github.com/tradermonty/claude-trading-skills → cp -r claude-trading-skills/skills/drawdown-circuit-breaker ~/.claude/skills/drawdown-circuit-breaker
skills/drawdown-circuit-breaker/SKILL.md · version 8b1cef42

Use it when

  • Drawdown-circuit-breaker evaluates your realized P&L against daily, weekly, and monthly loss thresholds pulled from your trader memory.
  • Drawdown-circuit-breaker checks if a losing-streak cooldown is currently active by reviewing your recent loss history.

Verify before relying

Read SKILL.md below before installing (5 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

tradermonty/claude-trading-skills/drawdown-circuit-breaker · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What is drawdown-circuit-breaker and how does it work?

Drawdown-circuit-breaker reads your trader-memory-core thesis history and applies configurable rules—daily loss caps, losing-streak cooldowns, and weekly/monthly drawdown limits—to recommend whether new trade risk should proceed. It produces a decision artifact that gates your workflow without enforcing broker-side blocks, leaving position management to your judgment.

How do I check if I can trade today based on losses?

Drawdown-circuit-breaker evaluates your realized P&L against daily, weekly, and monthly loss thresholds pulled from your trader memory. If any threshold is breached, the skill flags a trading halt and may activate a losing-streak cooldown. You receive a recommendation artifact showing which limits triggered and whether new trade risk is permitted.

What happens when a losing streak cooldown is active?

Drawdown-circuit-breaker checks if a losing-streak cooldown is currently active by reviewing your recent loss history. When active, the skill blocks new trades until the cooldown expires, enforcing trader discipline without broker intervention. The decision artifact clearly indicates cooldown status and when trading may resume.

Can drawdown-circuit-breaker evaluate daily, weekly, and monthly loss limits?

Yes. Drawdown-circuit-breaker compares your realized P&L against configurable daily, weekly, and monthly loss thresholds. Each threshold is evaluated independently; if any is exceeded, the skill recommends halting new trades. The recommendation artifact details which timeframe limits were breached and your current drawdown status.

How does drawdown-circuit-breaker gate my trading workflow?

Drawdown-circuit-breaker generates a trading recommendation artifact that you can use as a workflow gate—integrating it into your decision process before entering new positions. The skill does not enforce broker-side blocks; instead, it provides clear guidance on account-level risk rules so you retain full control over position management.

What license does drawdown-circuit-breaker use?

Drawdown-circuit-breaker is released under the MIT license, allowing free use, modification, and distribution for both commercial and personal projects.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Drawdown Circuit Breaker

Overview

Evaluate whether the trader should take new trade risk today based on account-level realized P&L and recent terminal trade outcomes. This skill reads trader-memory-core thesis YAML files only. It produces a circuit_breaker_decision artifact that complements the market-side exposure_decision from exposure-coach.

The circuit breaker is a recommendation and recordkeeping tool. It does not replace human judgment, and it does not enforce broker-side blocks or automated order rejection.

When to Use

  • Before screening or sizing any new swing trade candidate
  • After a losing trade or partial trim to check whether a cooldown is active
  • During daily planning when trader-memory-core contains recent closed or partially closed positions
  • As a workflow gate before swing-opportunity-daily proceeds to candidate generation
  • When reviewing whether daily,

(truncated - see the full file via the links below)

File tree — 5 files
skills/drawdown-circuit-breaker/SKILL.md
skills/drawdown-circuit-breaker/references/circuit_breaker_framework.md
skills/drawdown-circuit-breaker/scripts/check_circuit_breaker.py
skills/drawdown-circuit-breaker/scripts/tests/conftest.py
skills/drawdown-circuit-breaker/scripts/tests/test_check_circuit_breaker.py

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Determine whether to allow new trades based on account drawdown and loss limits”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

risk-management
by agiprolabs · agiprolabs/claude-trading-skills

Risk Management establishes a survival-first framework for protecting trading capital through drawdown thresholds, daily and weekly loss limits, and concentration controls across tokens and strategies. It includes automated circuit breakers triggered by consecutive losses or volatility spikes, recovery math tables, and crypto-specific safeguards for smart contract, rug pull, and MEV risks.

MITupdated Jun 2026
★ 248repo stars
pair-trade-screener
by tradermonty · tradermonty/claude-trading-skills

Pair Trade Screener detects statistical arbitrage opportunities by identifying cointegrated stock pairs within sectors and analyzing their spread behavior. The skill uses correlation analysis, cointegration testing, and z-score calculations to generate market-neutral trading signals based on mean-reversion patterns. Designed for investors seeking uncorrelated trading strategies that profit regardless of overall market direction.

MITupdated Jul 2026
★ 2,514repo stars
options-strategy-advisor
by tradermonty · tradermonty/claude-trading-skills

This skill models options strategies through theoretical pricing and Greeks analysis, helping traders evaluate covered calls, spreads, iron condors, and other positions without real-time market subscriptions. It calculates strategy profit/loss, position sizing, and risk exposure using Black-Scholes formulas and historical volatility data from FMP API. Built for learning and simulation, not live trading.

MITupdated Jul 2026
★ 2,514repo stars
earnings-trade-analyzer
by tradermonty · tradermonty/claude-trading-skills

Evaluate recent earnings reactions by scoring stocks across gap magnitude, pre-earnings momentum, volume trends, and moving average positioning. The skill assigns composite scores and letter grades (A–D) to rank candidates for potential swing trades, with detailed breakdowns of each factor's contribution to the overall setup quality.

MITupdated Jul 2026
★ 2,514repo stars
ib-stop-loss
by staskh · staskh/trading_skills

IB Stop-Loss Manager analyzes your Interactive Brokers portfolio and automatically computes and places conditional stop-loss orders for diagonal spreads, naked LEAPS, and stock positions. It runs in dry-run mode by default—no orders execute until you explicitly request it—and supports both paper and live trading accounts. The skill detects positions at risk, identifies orphaned orders, and alerts you when losses approach your threshold.

MITfor claude-codeupdated Jul 2026
★ 299repo stars
historical-risk
by JoelLewis · JoelLewis/finance_skills

Quantify how risky an investment has been using historical price data. This skill computes annualized volatility, maximum drawdown, recovery time, historical VaR, downside deviation, and tracking error—supporting multiple volatility estimators including Parkinson and Yang-Zhang methods. Use it to analyze peak-to-trough losses and asymmetric downside risk.

MITupdated Jul 2026
★ 159repo stars
Tags
risk-managementloss-limitstrading-gatesdrawdown-protectionposition-sizing-guardcooldown-enforcementpnl-trackingtrader-disciplineaccount-preservation