edge-signal-aggregator

Aggregate and rank edge-finding signals into ranked JSON and Markdown reports.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill edge-signal-aggregator-pasie15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-signal-aggregator
Source: https://github.com/pasie15/claude-trading-skills-marketplace/tree/main/plugins/trading-strategy-tools/skills/edge-signal-aggregator
Command: npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill edge-signal-aggregator-pasie15

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Consolidates disparate edge-finding outputs into a single, actionable conviction shortlist so analysts do not have to manually reconcile overlapping or conflicting signals from multiple upstream skills.

Core Features & Use Cases

  • Weighted Aggregation: Applies configurable skill weights to combine raw scores into a composite conviction metric.
  • Deduplication & Provenance: Merges overlapping themes while preserving links to all contributing signals for auditability.
  • Contradiction Detection: Flags opposing signals across skills and surfaces resolution hints for manual review.
  • Use Case: Run after multiple edge-finding tools to produce a prioritized list of high-conviction trading ideas with tickers, direction, horizon, and provenance for each entry.

Quick Start

Run the aggregator against your upstream JSON/YAML report files and save the ranked dashboard to the reports directory.

Frequently Asked Questions about edge-signal-aggregator

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

FAQPage Schema
How do I aggregate trading signals from multiple analysis reports into one dashboard?

Aggregate trading signals into a ranked dashboard by processing local JSON and YAML reports from upstream analysis tools. The tool applies configurable weights and deduplication thresholds to output a prioritized shortlist of high-conviction ideas with provenance logs.

How does contradiction detection work when consolidating trading signals?

Contradiction detection works by flagging opposing directional signals across multiple upstream reports during aggregation. It surfaces these conflicts with resolution hints for manual review, ensuring analysts can reconcile conflicting trading ideas before finalizing the conviction dashboard.

Can I use custom weighting to prioritize specific edge-finding signals during aggregation?

You can apply custom weighting to prioritize specific signals by supplying a configurable weight file. The aggregator uses these weights to combine raw scores from various edge-finding skills into a composite conviction metric for the final ranked dashboard.

What is signal provenance and how is it maintained during report deduplication?

Signal provenance tracks the originating source of each trading idea. During deduplication, the aggregator merges overlapping themes while preserving links to all contributing upstream signals, ensuring auditability and traceability within the final Markdown and JSON reports.

Does the signal aggregator work with JSON and YAML report formats?

The signal aggregator accepts both local JSON and YAML report formats as input. It parses these upstream edge-finding outputs to deduplicate overlapping themes, detect contradictions, and generate ranked conviction reports in both JSON and Markdown formats.

What is the best way to manage overlapping themes from multiple edge-finding tools?

The best way to manage overlapping themes is to use configurable deduplication thresholds during signal aggregation. This merges duplicate trading ideas while preserving provenance links to all contributing sources, creating a clean and actionable conviction shortlist.