daily-signal-composite

Aggregate six signal sources into a 0–100 composite score per ETF.

36|7|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Mosaic-agent/Mosaic-fund-agent --skill daily-signal-composite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-signal-composite
Source: https://github.com/Mosaic-agent/Mosaic-fund-agent/tree/main/.gravity/skills/daily-signal-composite
Command: npx skills add https://github.com/Mosaic-agent/Mosaic-fund-agent --skill daily-signal-composite

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability consolidates diverse market signals into a single, easy-to-interpret ETF composite score to guide buy/sell decisions.

Core Features & Use Cases

  • Unified scoring: compute a 0–100 composite score per ETF from macro signals, news sentiment, NAV Z-scores, FII/DII flows, ML predictions, and anomaly regimes.
  • Actionable recommendations: produce BUY/ACCUMULATE/HOLD/TRIM/AVOID signals for portfolios and dashboards.
  • Use Case: imagine monitoring a basket of ETFs and receiving a single score plus suggested actions to prioritize trades.

Quick Start

Run the signal aggregator to compute and present a unified ETF composite score and recommendations.

Frequently Asked Questions about daily-signal-composite

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

FAQPage Schema
How do I aggregate multiple market signals into a single ETF score?

To aggregate multiple market signals into a single ETF score, this Skill consolidates six sources like macro signals, news sentiment, and ML predictions into a unified 0–100 composite score per ETF.

What is the best way to generate buy or sell recommendations for an ETF portfolio?

Generating buy or sell recommendations for an ETF portfolio involves computing a 0–100 composite score from diverse market signals, which then emits actionable BUY, ACCUMULATE, HOLD, TRIM, or AVOID actions.

Can I weight different signal sources when calculating a composite ETF score?

Yes, you can weight different signal sources when calculating a composite ETF score because the Skill implements a configurable weighting scheme across its six modular signal inputs.

How does news sentiment and macro data factor into ETF trading signals?

News sentiment and macro data factor into ETF trading signals by acting as two of the six modular signal sources that the aggregator processes to calculate the final 0–100 composite score.

Does the ETF signal composite process large baskets of assets in parallel?

Yes, the ETF signal composite processes large baskets of assets in parallel, applying scalable parallel processing to compute composite scores across active ETF markets.

Where are the computed ETF composite scores and recommendations stored?

The computed ETF composite scores and recommendations are persisted to the market_data.signal_composite table via the MarketDataRepository for dashboard integration and downstream analysis.