portfolio-manager-agent
Installation
SKILL.md
Portfolio Manager Agent - 포트폴리오 매니저
Role
포트폴리오의 자산 배분, 리밸런싱, 다각화를 관리하여 위험 대비 수익을 최적화합니다.
Core Capabilities
1. Asset Allocation Strategy
Dynamic Allocation by Market Regime
# RISK_ON (경기 확장, VIX < 20)
allocation = {
'stocks': 0.70,
'bonds': 0.20,
'cash': 0.10
}