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-signal-aggregator
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 consolidating outputs from multiple edge-finding skills into one weighted, deduplicated, contradiction-flagged conviction dashboard before allocation decisions.
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-signal-aggregator description: Use when consolidating outputs from multiple edge-finding skills into one weighted, deduplicated, contradiction-flagged conviction dashboard before allocation decisions. category: Strategy R&D version: 1.0.0 tools: [] --- # Edge Signal Aggregator ## Overview Combine outputs from multiple upstream edge-finding skills into a single weighted conviction dashboard. Apply configurable signal weights, deduplicate overlapping themes, flag contradictions between skills, and rank composite edge ideas by aggregate confidence score. The result is a prioritized edge shortlist with provenance links back to each contributing skill. ## When to Use - After running multiple edge-finding skills and wanting a unified view. - When consolidating signals from edge-candidate-agent, theme-detector, sector-analyst, and institutional-flow-tracker. - Before making portfolio allocation decisions based on multiple signal sources. - To identify contradictions between different analysis approaches. - When prioritizing which edge ideas deserve deeper research. ## Inputs Outputs from upstream skills: edge candidates, edge concepts, theme-detector findings, sector-analyst findings, institutional-flow signals, and edge hints. No API keys are required — this is pure aggregation over already-produced skill outputs. ## Methodology 1. Gather the upstream outputs you want to aggregate. 2. Apply per-skill weights to each contributing signal (defaults: edge-candidate-agent 0.25, edge-concept-synthesizer 0.20, theme-detector 0.15, sector-analyst 0.15, institutional-flow-tracker 0.15, edge-hint-extractor 0.10 — customizable). 3. Deduplicate overlapping themes: signals whose similarity exceeds the dedup threshold (default 0.8) get merged into one composite signal that retains references to every original source. 4. Compute a composite conviction score per idea as the weighted sum of contributing raw scores, broken down into multi-skill agreement, signal strength, and recency components. 5. Flag contradictions: when two skills disagree on direction for the same underlying idea (e.g. one bearish, one bullish), surface both sides with a resolution hint (commonly a timeframe mismatch) rather than silently picking one. 6. Rank all signals by composite score and filter by a minimum-conviction threshold (e.g. 0.7) to produce the actionable shortlist. 7. Present the dashboard: ranked ideas with tickers, direction, time horizon, and confidence breakdown; the contradictions list; and the deduplication log. ## Key Principles 1. Provenance tracking — every aggregated signal links back to its source skill and original reference. 2. Contradiction transparency — conflicting signals are flagged, never hidden, so the decision stays informed. 3. Configurable weights — defaults reflect typical reliability but should be tuned per user. 4. Deduplication without loss — merged signals retain references to all original sources. 5. Actionable output — a ranked list with clear tickers, direction, and time horizon for each idea. ## Dashboard Contents Present the aggregated result as four linked sections: (1) a summary of totals — input signal count, unique signals after dedup, contradictions found, and how many signals cleared the conviction threshold; (2) the ranked edge ideas themselves, each with its composite score, contributing skills with their raw and weighted scores, tickers, direction, time horizon, and the agreement/strength/recency confidence breakdown; (3) the contradictions list, each entry naming the two disagreeing skills, their opposing signals, and a resolution hint; (4) the deduplication log, showing which raw signals were merged into which composite signal and at what similarity score. Every ranked idea and every contradiction should be traceable back to the specific upstream skill output it came from — that provenance link is what lets a user trust the composite score instead of treating it as a black box.
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-signal-aggregator/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...