Agent skill

exposure-coach

Generate a one-page Market Posture summary with net exposure ceiling, growth-vs-value bias, participation breadth, and new-entry-allowed vs cash-priority recommendation by integrating signals from breadth, regime, and flow analysis skills.

BaggaT236github.com/BaggaT236GitHub ↗
claude-codeships scriptsMIT
Install
npx skills add BaggaT236/AI-Trading-Skills --skill exposure-coach --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 7 KB
Bundled scripts: yes
Path: skills/exposure-coach/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 118
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Exposure Coach ## Overview Exposure Coach synthesizes outputs from market-breadth-analyzer, uptrend-analyzer, macro-regime-detector, market-top-detector, ftd-detector, theme-detector, sector-analyst, and institutional-flow-tracker into a unified control-plane decision. The skill answers the solo trader's core question: "How much capital should I commit to equities right now?" before any individual stock analysis begins. ## When to Use - Before initiating any new stock positions to determine appropriate capital commitment - At the start of each trading week to calibrate portfolio exposure - When multiple market signals conflict and a unified posture is needed - After significant macro or market events to reassess exposure ceiling - When transitioning between market regimes (broadening, concentration, contraction) ## Prerequisites - Python 3.9+ - FMP API key (set `FMP_API_KEY` environment variable) for institutional-flow-tracker data - Input JSON files from upstream skills (see Workflow Step 1) - Standard library + `argparse`, `json`, `datetime` ## Workflow ### Step 1: Gather Upstream Skill Outputs Collect the most recent JSON outputs from integrated skills. Each file provides a sp

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Workflow
  5. Step 1: Gather Upstream Skill Outputs
  6. Step 2: Run Exposure Scoring Engine
  7. Step 3: Interpret the Market Posture Summary
  8. Step 4: Apply Exposure Guidance
  9. Output Format
  10. JSON Report
  11. Markdown Report
  12. Resources
  13. Key Principles
Ships with 5 files
  • references/exposure_framework.md
  • references/regime_exposure_map.md
  • scripts/calculate_exposure.py
  • scripts/tests/conftest.py
  • scripts/tests/test_calculate_exposure.py
Commands it runs
python3 skills/exposure-coach/scripts/calculate_exposure.py \
More from AI-Trading-Skills
All skills →
About this skill
What does the exposure-coach skill do?

Generate a one-page Market Posture summary with net exposure ceiling, growth-vs-value bias, participation breadth, and new-entry-allowed vs cash-priority recommendation by integrating signals from breadth, regime, and flow analysis skills.

How do I install it?

Run `npx skills add BaggaT236/AI-Trading-Skills --skill exposure-coach --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BaggaT236/AI-Trading-Skills, a repository with 118 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going