edge-concept-synthesizer

Extract edge concepts from ticket YAML files into structured YAML outputs.

2|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill edge-concept-synthesizer-ihsandanish25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-concept-synthesizer
Source: https://github.com/IhsanDanish25/claude-trading-skills/tree/main/skills/edge-concept-synthesizer
Command: npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill edge-concept-synthesizer-ihsandanish25

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill synthesizes abstract edge concepts from detector tickets, helping traders structure their strategies before design/export.

Core Features & Use Cases

  • Abstract Detection Tickets: Cluster ticket evidence and summarize recurring conditions.
  • Output edge_concepts.yaml: Contains thesis, invalidation signals, and strategy playbooks.
  • Use Case: Use this Skill to process a large number of tickets and identify potential trading opportunities by creating structured edge concepts.

Quick Start

Run the synthesize_edge_concepts.py script with the following command:

python3 skills/edge-concept-synthesizer/scripts/synthesize_edge_concepts.py \
  --tickets-dir /path/to/tickets \
  --hints /path/to/hints.yaml \
  --output /path/to/edge_concepts.yaml

Frequently Asked Questions about edge-concept-synthesizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract trading edge concepts from detector tickets?

Synthesizing edge concepts from detector tickets involves clustering ticket evidence and summarizing recurring conditions to identify trading opportunities. The process outputs structured YAML files containing thesis, invalidation signals, and strategy playbooks for strategy development.

What is edge concept synthesis for trading strategy development?

Edge concept synthesis is the process of structuring abstract trading strategies before design by extracting patterns from ticket data. It clusters evidence to generate a thesis, invalidation signals, and strategy playbooks, providing a structured foundation for further strategy development.

How do I run the edge concept synthesizer script on ticket YAML directories?

Run the synthesize_edge_concepts.py script via Python 3.9+ by passing the --tickets-dir argument pointing to your ticket YAML files, an optional --hints file, and an --output path to generate the edge_concepts.yaml file.

Do I need PyYAML and Python 3.9 to process trading tickets into edge concepts?

Yes, PyYAML and Python 3.9+ are required dependencies for running the synthesis script. The script relies on these environments to read input ticket YAML directories and properly parse and output the structured edge concept YAML files.

What output format does the edge concept synthesis generate for trading strategies?

The synthesis generates an edge_concepts.yaml file containing structured trading data. This output includes the edge thesis, invalidation signals, and strategy playbooks needed to formalize opportunities extracted from large volumes of detector tickets.

Can I process a large volume of detector tickets to identify trading opportunities?

Yes, the script is designed to process a large number of detector tickets and identify potential trading opportunities. It handles high volumes by clustering ticket evidence and summarizing recurring conditions into structured edge concepts.