feat: 全面升級 Skills 系統 — 17 個專業交易技能取代舊佔位符

刪除舊的 deep-research / code-reviewer 佔位 Skill,
引入 17 個來自 tradermonty/claude-trading-skills、OctagonAI/skills、
ginlix-ai/langalpha、anthropics/skills 的專業技能,並更新 9 個 Agent
的 skills 欄位對應。

技能對應:
- 財經情報研究員: market-news-analyst, economic-calendar-fetcher, market-environment-analysis
- 市場結構研究員: technical-analyst, market-breadth-analyzer
- 多方研究員: us-stock-analysis, institutional-flow-tracker
- 空方研究員: us-market-bubble-detector, market-top-detector
- 量化策略師: scenario-analyzer, edge-signal-aggregator, exposure-coach
- 回測工程師: backtest-expert, position-sizer
- 資料分析師: signal-postmortem
- 審查員: edge-strategy-reviewer
- 秘書: para-memory-files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Chris
2026-04-10 20:03:23 +00:00
parent 46a44eb68d
commit c3c2f9072d
28 changed files with 406 additions and 44 deletions

View File

@@ -0,0 +1,25 @@
---
name: Edge Strategy Reviewer
description: 策略審查工具,系統性檢驗策略邏輯、風險盲點、過擬合風險與執行可行性
metadata:
sources:
- kind: github-file
repo: tradermonty/claude-trading-skills
path: skills/edge-strategy-reviewer/SKILL.md
usage: referenced
---
# Edge Strategy Reviewer
獨立策略審查框架,確保策略品質達到可執行標準。
## 功能
- 策略邏輯完整性檢查
- Edge 來源識別與驗證
- 過擬合風險偵測(參數數量 vs 樣本量)
- 倖存者偏差檢查
- 風險盲點掃描(尾端風險、流動性風險)
- 執行可行性評估(滑價、容量)
- 改進建議與替代方案
- Pass/Fail 判定與理由