Probe Interpreter banner
nygenome nygenome

Probe Interpreter

Research community

Description

--- name: probe-interpreter description: Use to interpret a Lancet2 probe tracking analysis report and recommend concrete next steps grounded in the C++ source. Trigger when the user has a probe_analysis_report.txt, a probe_results.tsv, or a probe_stage_attribution.txt and asks "what does this mean", "where do I dig in next", "the funnel says X, what should I look at", or generally needs to act on the report. The agent reads the report (and optionally the raw TSVs and the C++ source), maps the d

Installation

Installs to ~/.claude/agents/nygenome-lancet2-probe-interpreter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nygenome/Lancet2/HEAD/.claude/agents/probe-interpreter.md -o ~/.claude/agents/nygenome-lancet2-probe-interpreter.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository