Files
KingClawArmy/skills/edge-hint-extractor/SKILL.md
Chris ced587c2f2 新增 17 個 Skills 並完成全員技能配置
- 新增 17 個 SKILL.md(tradermonty + langalpha 來源):
  breadth-chart-analyst, catalyst-calendar, competitive-analysis,
  comps-analysis, dcf-model, earnings-analysis, earnings-preview,
  earnings-trade-analyzer, edge-concept-synthesizer, edge-hint-extractor,
  options-strategy-advisor, pair-trade-screener, pead-screener,
  portfolio-manager, sector-overview, stanley-druckenmiller-investment,
  theme-detector
- 更新全部 11 個 Agent 的 AGENTS.md(含原本空白的 ceo 與 xiao-an)
- 更新 docs/agent-skill-mapping.md 至 v3.0(71 個配置,62 個技能)
- 台股 + 美股雙市場覆蓋,Skills 均基於真實開源 repo

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 21:07:46 +00:00

51 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: Edge 線索提取器
description: 從每日市場觀察、新聞或研究筆記中提取結構化 Edge 線索,輸出標準 hints.yaml 供下游合成器使用
metadata:
sources:
- kind: github-file
repo: tradermonty/claude-trading-skills
path: skills/edge-hint-extractor/SKILL.md
usage: referenced
---
# Edge 線索提取器
將非結構化的市場觀察轉化為結構化的 Edge 線索,是 Edge 研究流程的第二步。
## 功能
- 從自由格式觀察中萃取可重用的 Edge 線索
- 標準化輸出為 `hints.yaml` 格式
- 分類線索類型(動量/均值回歸/事件驅動/套利)
- 評估線索強度與可重複性
## hints.yaml 格式
```yaml
hints:
- id: HINT-2026-04-10-001
type: momentum|mean_reversion|event_driven|arbitrage
description: "線索描述"
evidence: ["觀察1", "觀察2"]
market: "BTC/USDT 或 2330.TW"
timeframe: "D1/H4"
strength: high|medium|low
repeatability: "歷史上這種情況出現了幾次"
```
## 輸入格式
- 每日觀察筆記(自由格式)
- 新聞摘要
- 技術分析發現
- 上一期的 postmortem 結果
## 輸出
- `hints.yaml`(交給 `edge-concept-synthesizer`
## 使用時機
資料分析師每日處理觀察數據,提取可能演變成 Edge 的線索