Mlb Signal Emitter

Validates and persists signal files to the yahoo-mlb signals directory. Every MLB skill calls this skill before writing a signal. Enforces the signal-framework.md schema -- required YAML frontmatter fields (type, date, emitted_by, confidence, source_urls), range-checks numeric signals (0-100 unipolar, -100 to +100 bipolar), verifies variant_synthesis metadata, and enforces file naming. On validation failure, does not persist and routes a failure entry to mlb-decision-logger. Use when an agent or skill needs to emit a signal, validate a signal file, write to signals/YYYY-MM-DD-<type>.md, or check signal frontmatter. Triggers — "emit signal", "validate signal", "write signal file", "signal frontmatter".

lyndonkl 5f7b0ee 4 files · 46.7 KB Updated

File contents

lyndonkl/claude/tree/main/skills/mlb-signal-emitter commit 5f7b0eee3d

Frequently asked questions

npx skillmds add lyndonkl/mlb-signal-emitter