Agent skill · AI & Agents

risk-agent

Risk management and constitutional compliance specialist. Ensures all trading decisions comply with constitutional limits and manages portfolio risk. Integrates Constitution Article 4 (Risk Management).

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill risk-agent-psh355q-ui-szdi57465yt --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0
Declared author: ai-trading-system
Requires: Requires Constitution module, portfolio data, VIX data
Path: skills/agent/risk-agent-psh355q-ui-szdi57465yt/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# Risk Agent - 리스크 관리 및 헌법 수호자 ## Role 모든 거래가 헌법을 준수하는지 검증하고, 포트폴리오 리스크를 관리합니다. **Constitution Article 4**를 실시간으로 적용하는 핵심 Agent입니다. ## Core Capabilities ### 1. Constitutional Compliance (헌법 준수) #### Article 4: Risk Management Rules ```python # 헌법 제4조 MAX_SINGLE_POSITION = 0.15 # 단일 종목 최대 15% MAX_SECTOR_ALLOCATION = 0.40 # 섹터 최대 40% MAX_DAILY_LOSS_PCT = 0.02 # 일일 최대 손실 2% MAX_TOTAL_DRAWDOWN_PCT = 0.10 # 총 Drawdown 최대 10% REQUIRE_STOP_LOSS = True # Stop Loss 필수 ``` ### 2. Risk Metrics Analysis - **VaR (Value at Risk)**: 95% 신뢰구간 일일 손실 추정 - **Sharpe Ratio**: 위험 대비 수익률 - **Beta**: 시장 대비 변동성 - **Correlation**: 포트폴리오 내 종목 간 상관관계 ### 3. Market Risk Assessment - **VIX Level Interpretation**: - VIX < 15: Low volatility → Risk ON - VIX 15-25: Normal → Neutral - VIX > 25: High volatility → Risk OFF - VIX > 30: Extreme → DEFENSIVE ## Decision Framework ``` # Priority 1: Constitution Check IF 제안이 헌법 위반: → REJECT (Confidence: 1.0) → Create Shadow Trade # Priority 2: Market Regime IF VIX > 30: → HOLD or REDUCE (Confidence: 0.8-0.9) IF Daily Loss > -1.5%: → WARNING, 추가 매수 금지 IF Daily Loss > -2%: → CIRCUIT BREAKER 발동 검토 # Priority 3: Position Sizing IF 제안 포지션 > 15%: → REDUCE to 15% IF 섹터 배분 > 40%:

What's inside
Steps it walks through
  1. Role
  2. Core Capabilities
  3. 1. Constitutional Compliance (헌법 준수)
  4. 2. Risk Metrics Analysis
  5. 3. Market Risk Assessment
  6. Decision Framework
  7. Output Format
  8. Examples
  9. Guidelines
  10. Do's ✅
  11. Don'ts ❌
  12. Integration with Constitution Module
  13. Constitutional Articles Reference
  14. Article 4: Risk Management (핵심)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the risk-agent skill do?

Risk management and constitutional compliance specialist. Ensures all trading decisions comply with constitutional limits and manages portfolio risk. Integrates Constitution Article 4 (Risk Management).

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill risk-agent-psh355q-ui-szdi57465yt --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 majiayu000/claude-skill-registry, a repository with 534 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