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: Backtest Expert
description: 策略回測專家,支援歷史數據回測、績效指標計算與策略參數最佳化
metadata:
sources:
- kind: github-file
repo: tradermonty/claude-trading-skills
path: skills/backtest-expert/SKILL.md
usage: referenced
---
# Backtest Expert
完整策略回測框架,驗證交易策略的歷史表現。
## 功能
- 歷史數據回測執行
- 績效指標計算Sharpe、Sortino、Calmar Ratio
- 最大回撤分析MDD、回撤持續時間
- 勝率與盈虧比統計
- 參數敏感度分析
- 樣本外測試Out-of-Sample
- 交易成本與滑價模擬
- 蒙地卡羅模擬