Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.
edge-concept-synthesizer
Security Scan Summary
Status: Safe
Source: Syntic Skills registry
Automated security scan completed with no high-risk patterns detected. Manual review is still required.
About This Skill
Use when abstracting raw detector tickets and hints into reusable edge concepts with thesis and invalidation logic before strategy drafting or export.
Downloadable SKILL.md
Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.
--- name: edge-concept-synthesizer description: Use when abstracting raw detector tickets and hints into reusable edge concepts with thesis and invalidation logic before strategy drafting or export. category: Strategy R&D version: 1.0.0 tools: [] --- # Edge Concept Synthesizer ## Overview Create an abstraction layer between detection and strategy implementation. This skill clusters ticket evidence, summarizes recurring conditions, and produces `edge_concepts.yaml` with an explicit thesis and invalidation logic per concept. ## When to Use - You have many raw tickets and need mechanism-level structure. - You want to avoid direct ticket-to-strategy overfitting. - You need concept-level review before strategy drafting. ## Inputs - Ticket YAML from detector output (exportable and research-only tickets). - Optional `hints.yaml` for additional context matching. ## Output `edge_concepts.yaml` containing, per concept: cluster membership, support statistics, an abstract thesis, invalidation signals, and an export-readiness flag. ## Methodology 1. Collect ticket YAML from the auto-detection output. 2. Optionally bring in `hints.yaml` for context matching. 3. Cluster tickets that share the same underlying hypothesis and overlapping conditions, then synthesize each cluster into one concept with a thesis and invalidation criteria. 4. Deduplicate: merge same-hypothesis concepts whose condition overlap exceeds the configured threshold (default 0.75; tune with an overlap threshold, or disable dedup entirely). 5. Require a minimum ticket-support count per concept (default 2) before promoting it. 6. Optionally promote LLM/human hints directly into concepts, capped by a synthetic-to-real ticket ratio (e.g. 1.5x) so synthetic ideas cannot swamp evidence-backed ones. 7. Review concepts and promote only high-support concepts into strategy drafting.
Bundle Download
Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.
Install Targets
Syntic App
- 1. Create a dedicated folder for this skill in your local skills library.
- 2. Place SKILL.md into that folder.
- 3. Restart Syntic and invoke this skill on matching tasks.
Syntic Code (CLI)
- 1. Save SKILL.md in your local Syntic Code skills directory.
- 2. Keep related files in the same skill folder.
- 3. Run in a safe environment and validate outputs.
Source
https://github.com/tradermonty/claude-trading-skills/blob/main/skills/edge-concept-synthesizer/SKILL.md
Open Source LinkRelated Skills
backtest-expert
Use when developing, stress-testing, or validating a systematic trading strategy's backtest for robustness...
Strategy R&Ddual-axis-skill-reviewer
Use when the user wants a reproducible quality score for a skill's content, combining structural checks with...
Strategy R&Dedge-candidate-agent
Use when turning market observations into reproducible research tickets, exporting ideas as strategy.yaml +...
Strategy R&Dedge-hint-extractor
Use when converting daily market observations, anomalies, and news reactions into structured hints.yaml for...