edge-concept-synthesizer by tradermonty/claude-trading-skills
npx skills add https://github.com/tradermonty/claude-trading-skills --skill edge-concept-synthesizer在检测和策略实现之间创建一个抽象层。此技能对票据证据进行聚类,总结重复出现的条件,并输出包含明确论点和失效逻辑的 edge_concepts.yaml。
PyYAMLtickets/exportable, tickets/research_only)hints.yamledge_concepts.yaml 包含:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
hints.yaml 用于上下文匹配。scripts/synthesize_edge_concepts.py。python3 skills/edge-concept-synthesizer/scripts/synthesize_edge_concepts.py \
--tickets-dir /tmp/edge-auto/tickets \
--hints /tmp/edge-hints/hints.yaml \
--output /tmp/edge-concepts/edge_concepts.yaml \
--min-ticket-support 2
# 启用提示提升和合成上限
python3 skills/edge-concept-synthesizer/scripts/synthesize_edge_concepts.py \
--tickets-dir /tmp/edge-auto/tickets \
--hints /tmp/edge-hints/hints.yaml \
--output /tmp/edge-concepts/edge_concepts.yaml \
--promote-hints \
--max-synthetic-ratio 1.5
# 使用自定义去重阈值(或禁用去重)
python3 skills/edge-concept-synthesizer/scripts/synthesize_edge_concepts.py \
--tickets-dir /tmp/edge-auto/tickets \
--output /tmp/edge-concepts/edge_concepts.yaml \
--overlap-threshold 0.6
python3 skills/edge-concept-synthesizer/scripts/synthesize_edge_concepts.py \
--tickets-dir /tmp/edge-auto/tickets \
--output /tmp/edge-concepts/edge_concepts.yaml \
--no-dedup
skills/edge-concept-synthesizer/scripts/synthesize_edge_concepts.pyreferences/concept_schema.md80
394
2026年2月23日
cursor77
gemini-cli76
github-copilot76
amp76
codex76
kimi-cli76
Create an abstraction layer between detection and strategy implementation. This skill clusters ticket evidence, summarizes recurring conditions, and outputs edge_concepts.yaml with explicit thesis and invalidation logic.
PyYAMLtickets/exportable, tickets/research_only)hints.yamledge_concepts.yaml containing:
hints.yaml for context matching.scripts/synthesize_edge_concepts.py.python3 skills/edge-concept-synthesizer/scripts/synthesize_edge_concepts.py \
--tickets-dir /tmp/edge-auto/tickets \
--hints /tmp/edge-hints/hints.yaml \
--output /tmp/edge-concepts/edge_concepts.yaml \
--min-ticket-support 2
# With hint promotion and synthetic cap
python3 skills/edge-concept-synthesizer/scripts/synthesize_edge_concepts.py \
--tickets-dir /tmp/edge-auto/tickets \
--hints /tmp/edge-hints/hints.yaml \
--output /tmp/edge-concepts/edge_concepts.yaml \
--promote-hints \
--max-synthetic-ratio 1.5
# With custom dedup threshold (or disable dedup)
python3 skills/edge-concept-synthesizer/scripts/synthesize_edge_concepts.py \
--tickets-dir /tmp/edge-auto/tickets \
--output /tmp/edge-concepts/edge_concepts.yaml \
--overlap-threshold 0.6
python3 skills/edge-concept-synthesizer/scripts/synthesize_edge_concepts.py \
--tickets-dir /tmp/edge-auto/tickets \
--output /tmp/edge-concepts/edge_concepts.yaml \
--no-dedup
skills/edge-concept-synthesizer/scripts/synthesize_edge_concepts.pyreferences/concept_schema.mdWeekly Installs
80
Repository
GitHub Stars
394
First Seen
Feb 23, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
cursor77
gemini-cli76
github-copilot76
amp76
codex76
kimi-cli76
Skills CLI 使用指南:AI Agent 技能包管理器安装与管理教程
44,900 周安装