multi-source-signal-synthesiser

multi-source-signal-synthesiser is a skill for Claude Code from lenar-amirov/product-pipeline-public. It costs 74 tokens per session (1,419 once invoked), scanned A, original, MIT.

A skill for combining user evidence from several sources into one insight brief. It can work with interviews, support tickets, surveys, app reviews, analytics, and other research, while labelling the evidence and confidence.

In plain words
What is it for?
Combining research findings, resolving conflicts between sources, identifying the underlying user need, and preparing evidence for problem validation.
Why use it?
It makes conflicting feedback easier to interpret and separates measured evidence from AI-generated, inferred, or unclear signals.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Combining research findings, resolving conflicts between sources, identifying the underlying user need, and preparing evidence for problem validation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lenar-amirov/product-pipeline-public/multi-source-signal-synthesiser
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add lenar-amirov/product-pipeline-public --skill multi-source-signal-synthesiser
Clone the repo
git clone --depth 1 https://github.com/lenar-amirov/product-pipeline-public

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for multi-source-signal-synthesiser

README.md
[![agentmods](https://agentmods.dev/badge/skills/lenar-amirov/product-pipeline-public/multi-source-signal-synthesiser/github.svg)](https://agentmods.dev/skills/lenar-amirov/product-pipeline-public/multi-source-signal-synthesiser)
Your own site
<a href="https://agentmods.dev/skills/lenar-amirov/product-pipeline-public/multi-source-signal-synthesiser"><img src="https://agentmods.dev/badge/skills/lenar-amirov/product-pipeline-public/multi-source-signal-synthesiser/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for multi-source-signal-synthesiser

Your own site · 80×15
<a href="https://agentmods.dev/skills/lenar-amirov/product-pipeline-public/multi-source-signal-synthesiser"><img src="https://agentmods.dev/badge/skills/lenar-amirov/product-pipeline-public/multi-source-signal-synthesiser.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,419 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00074 $0.01419
Opus 5 $0.00037 $0.00709
Sonnet 5 $0.00015 $0.00284
Haiku 4.5 $0.00007 $0.00142

Measured 12d ago against content hash 43f99d7029dd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

multi-source-signal-synthesiser scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/multi-source-signal-synthesiser/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Multi-Source Signal Synthesiser Skill

Purpose

Reconcile user signals from multiple sources — interviews, support tickets, NPS, app reviews, analytics, surveys, synthetic research — into a unified, weighted insight brief that surfaces the underlying need rather than the surface-level request.

Pipeline Context

Primary use: Step 6 (/validate-problems) — when combining:

  • Analytics data (from analyst)
  • Survey results (from research)
  • Interview notes (from PM)
  • Synthetic interviews (from step 2)

Also useful at any step where multiple data sources need reconciliation.

Evidence Typing

Every signal must be tagged with evidence type and confidence score:

Type Confidence Source examples
REAL 0.6 - 1.0 Analytics data, survey results, user interviews, A/B test results
SYNTHETIC 0.2 - 0.4 AI-generated interviews, synthetic personas
INFERRED 0.3 - 0.5 Logical deductions, cross-referencing patterns
AMBIGUOUS 0.1 - 0.3 Contradictory signals, unclear data

Conflict resolution: When REAL contradicts SYNTHETIC, REAL wins. Document the delta — the gap between what synthetic research predicted and what real data showed is itself an insight.

Source Weighting (default — adapt to your context)

  • Direct research (interviews, usability tests): weight 5
  • Analytics data (funnels, cohorts, events): weight 5
  • Support tickets (unprompted pain signals): weight 4
  • Survey results (structured quantitative): weight 4
  • NPS verbatims: weight 3
  • App store reviews: weight 2
  • Sales call summaries (filtered through sales lens): weight 2
  • Synthetic research (AI-generated): weight 1
  • Anecdote or single report: weight 1

Process

  1. Accept inputs from any combination of source types
  2. Tag each signal by source, apply weight, and assign evidence type + confidence
  3. CONVERGENCE: same underlying need appearing across 3+ sources
    • Calculate combined confidence: highest individual confidence × (1 + 0.1 × number of confirming sources)
    • Cap at 1.0
  4. DIVERGENCE: contradictory signals suggesting user segmentation
    • Don't average away disagreement — it usually means different user segments
  5. FREQUENCY RANKING: count how many independent sources mention each insight
    • "N out of M sources mention this" (inspired by frequency-based evidence ranking)
  6. Distinguish surface request from underlying need (e.g., "faster export" may mean "I don't trust the data will be there when I need it")
  7. Produce ranked insights by weighted frequency

Read the full file on GitHub · 124 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 124 lines · 74 tokens per session scan A 43f99d7029dd

Subscribe to this mod's changes

multi-source-signal-synthesiser is a skill published in the GitHub repository lenar-amirov/product-pipeline-public (12 stars, last pushed 23d ago), licensed MIT. It adds 74 tokens to every session and 1,419 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

seo-strategy

Audits and improves organic search performance — technical health, site architecture, internal linking, structured data, and the content decisions that determine what can rank. Use this to run an SEO audit, diagnose why pages are not ranking or were deindexed, plan a site's URL and navigation structure, add structured…

cbrock84/headcount · 74 tokens

financial-statement-analysis

Reads a set of financial statements and establishes what changed and why — fluctuation analysis against prior period and against budget, profitability, liquidity, solvency and efficiency ratios, benchmarking, and the non-GAAP measures presented alongside them. Use this to interpret results, review a counterparty's or…

cbrock84/headcount · 93 tokens

youtube-producer

Plans, packages, and scripts long-form video for retention and channel growth — idea selection, titles and thumbnails, script structure, and diagnosing why a video or channel underperforms. Use this for video ideas, packaging, scripting, a retention teardown, or channel strategy — including when someone describes a…

cbrock84/headcount · 86 tokens

estimating-and-contingency

Produces a cost or effort estimate someone can defend — decomposing the work, choosing between analogous, parametric and bottom-up methods, documenting the basis and its assumptions, expressing confidence as a range, and sizing contingency and management reserve separately. Use this to build an estimate, challenge one…

cbrock84/headcount · 87 tokens

scenario-planning

Plans under genuine uncertainty — building scenarios, identifying which assumptions are load-bearing, setting early-warning indicators, and stress-testing a plan against futures rather than forecasting one. Use this when a decision depends on something unknowable, when a plan assumes conditions that may not hold…

cbrock84/headcount · 78 tokens

support-operations

Designs and runs the support function — channels, queues, routing, staffing, service levels, quality, and the metrics that show whether it is working. Use this to set up or fix support operations, choose channels, size a team, set or renegotiate service levels, reduce cost per contact, diagnose long queues or poor…

cbrock84/headcount · 77 tokens