Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Managing Algorithmic Trading Risk

ASecurity

Structures algo trading risk management with execution quality, market impact, and circuit breaker monitoring. Use when managing algo risk, evaluating execution quality, or monitoring trading algorithms.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
documentationgorailsdocumentation

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill managing-algorithmic-trading-risk --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Managing Algorithmic Trading Risk?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Managing Algorithmic Trading Risk
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-managing-algorithmic-trading-risk/badge)](https://www.skillsdirectory.com/skills/lev-os-managing-algorithmic-trading-risk)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: managing-algorithmic-trading-risk
description: Structures algo trading risk management with execution quality, market impact, and circuit breaker monitoring. Use when managing algo risk, evaluating execution quality, or monitoring trading algorithms.
tags:
  - management
  - quantitative-finance
  - risk
  - trading
metadata:
  author: casemark
  practice_areas:
    - Derivatives
    - Quantitative Analysis
    - Structured Products
  document_types:
    - Management Report
  skill_modes:
    - Management
    - Coordination
---
# Managing Algorithmic Trading Risk

Structures algo trading risk management with execution quality, market impact, and circuit breaker monitoring.

## When To Use

- Onboarding a new algorithm or strategy into production trading infrastructure
- Conducting periodic risk reviews of live algorithmic trading systems
- Investigating execution quality degradation, unusual slippage, or abnormal fill patterns
- Evaluating market impact for large or illiquid order flows managed by algos
- Designing or updating circuit breaker thresholds and kill-switch protocols
- Responding to a trading incident (flash crash participation, runaway orders, erroneous fills)

## Inputs To Gather

- **Strategy specifications**: algorithm type (TWAP, VWAP, IS, arrival price, pairs, stat-arb), target instruments, expected order sizes, and venue routing logic
- **Execution data**: fill logs with timestamps, executed price vs. arrival price, venue attribution, partial fill rates, and cancel/replace ratios
- **Market data context**: prevailing spreads, ADV for each instrument, volatility regime at time of execution, and reference benchmark prices
- **Risk limits in force**: per-algorithm notional limits, position limits, loss limits (per-period and cumulative), and message-rate caps
- **Circuit breaker configuration**: current threshold levels, cooldown periods, escalation contacts, and manual override procedures
- **Incident history**: prior breaches, near-misses, post-mortems, and any remediation commitments still outstanding

## Workflow

1. **Inventory active algorithms** — Catalog each algo by strategy type, asset class, venue connectivity, and current production status. Confirm version deployed matches approved version. [VERIFY] that change-management logs align with running code hashes.

2. **Assess execution quality metrics** — For each algorithm, compute:
   - Implementation shortfall vs. arrival price
   - VWAP slippage relative to market VWAP over the execution window
   - Fill rate and partial fill frequency
   - Adverse selection (mark-out analysis at 1s, 10s, 60s, 5m intervals)
   - Venue toxicity scores where smart order routing is used
   - Flag any metric breaching internal tolerance bands or peer benchmarks.

3. **Evaluate market impact** — Measure participation rate as a percentage of ADV. Assess temporary vs. permanent impact using established models (e.g., Almgren-Chriss, square-root model). Identify orders where realized impact exceeded pre-trade estimates by more than one standard deviation.

4. **Review risk limit framework** — Confirm each algo operates within defined guardrails:
   - Maximum order size and notional per unit time
   - Gross and net exposure limits
   - Maximum loss per strategy per day (hard and soft limits)
   - Message rate and order-to-trade ratio caps [VERIFY] against exchange-imposed thresholds (e.g., CME iLink messaging limits, exchange-specific OTR rules)
   - Validate that limits are enforced pre-trade (not just monitored post-trade)

5. **Test circuit breakers and kill switches** — Document each trigger condition:
   - Per-algo P&L drawdown thresholds (soft warning, hard stop)
   - Portfolio-level loss limits that disable all algo activity
   - Latency spike detection (e.g., market data staleness > X ms triggers pause)
   - Abnormal order flow detection (sudden spike in cancel/replace rate, size anomalies)
   - Confirm kill-switch functionality has been tested within the last review cycle. Record time-to-halt in most recent drill. [VERIFY] that manual override contacts are current.

6. **Analyze correlation and concentration risk** — Identify algos trading correlated instruments or sharing liquidity pools. Stress-test aggregate exposure under gap scenarios (e.g., simultaneous adverse moves in correlated names). Flag crowding risk where multiple algos compete on the same signal or venue.

7. **Compile findings and escalations** — Summarize breaches, near-misses, metric deterioration trends, and configuration gaps. Assign severity (critical / elevated / watch) and recommend specific remediation actions with owners and deadlines.

## Output

Produce a structured **Algorithmic Trading Risk Report** containing:

- **Executive summary**: overall risk posture, number of active algos reviewed, critical findings count
- **Algo-by-algo scorecards**: execution quality metrics, limit utilization, circuit breaker status, and risk rating
- **Market impact analysis**: participation rates, estimated impact costs, and outlier events
- **Circuit breaker audit**: test results, last drill date, any gaps in coverage
- **Concentration and correlation heat map**: aggregated exposure across strategies
- **Action items table**: finding, severity, recommended action, owner, target date
- **Appendices**: raw metric tables, benchmark methodology notes, and data sources

## Quality Checks

- Execution quality metrics are computed from complete fill data — confirm no missing venue feeds or dropped timestamps
- All risk limits reference the currently approved limit schedule, not stale documentation [VERIFY]
- Circuit breaker thresholds are validated against both internal policy and exchange-mandated requirements
- Market impact estimates use appropriate models for the asset class (equity, futures, FX, options each require different treatment)
- Correlation analysis captures intraday co-movement, not just daily return correlations
- Any P&L figures reconcile to official books and records, not just strategy-level estimates
- Report distinguishes between limits enforced in real-time (pre-trade) vs. monitored on a delayed basis (post-trade)
- Incident history cross-references regulatory reporting obligations where applicable [VERIFY]

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Context Fundamentals

Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.

179001 votes

release-notes

Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.

1301 votes

docs-style-guide

Documentation style guide enforcer by @planetabhi. Applies and reviews the writing style guide when authoring or editing product documentation and tutorials. Use to check prose for voice, tense, word choice, inclusive language, formatting, code block, UI, Markdown, and number/date conventions.

11 votes

Caveman Help

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

1023330 votes

How It Works

Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".

929660 votes
View all in documentation →