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-strategy-designer
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 converting abstract edge concepts into concrete strategy draft variants and exportable ticket specs for edge-candidate-agent.
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-strategy-designer description: Use when converting abstract edge concepts into concrete strategy draft variants and exportable ticket specs for edge-candidate-agent. category: Strategy R&D version: 1.0.0 tools: [] --- # Edge Strategy Designer ## Overview Translate concept-level hypotheses into concrete strategy draft specs. This skill sits after concept synthesis and before pipeline export validation. ## When to Use - You have `edge_concepts.yaml` and need strategy candidates. - You want multiple variants (core / conservative / research-probe) per concept. - You want optional exportable ticket files for interface v1 families. ## Methodology 1. Load the synthesized edge concepts. 2. Choose a risk profile: conservative, balanced, or aggressive. 3. Generate per-concept variants, each with exit calibration tuned to its hypothesis type. 4. Apply hypothesis-specific exit overrides to adjust stop-loss, reward-to-risk, time-stop, and trailing-stop per hypothesis type (breakout, earnings_drift, panic_reversal, and similar categories) β different mechanisms warrant different exit discipline. 5. Clamp reward-to-risk at a floor of 1.5 to prevent later review failures on exit-calibration grounds. 6. Produce v1-ready exportable ticket YAML for variants that qualify. 7. Hand off exportable tickets to edge-candidate-agent's export/validate step. ## Output Strategy drafts (one YAML per variant) plus a run manifest, and optionally exportable ticket YAML for downstream export.
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-strategy-designer/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-concept-synthesizer
Use when abstracting raw detector tickets and hints into reusable edge concepts with thesis and invalidation...