Noise Budget banner
TyrusRC TyrusRC

Noise Budget

Development community

Description

--- name: noise-budget description: Cut wasted token spend without skipping real bugs. Distinguish IMPOSSIBLE work (tech-mismatch CVEs, encoded reflections, WAF rebuffs) from EXPENSIVE-BUT-REAL coverage (framework-wide patterns, race conditions, deep auth matrices) — skip the first, fully cover the second. Use this when an anomaly looks borderline OR when deciding whether to keep probing a category that hasn't paid off yet. --- # Noise Budget — Skip Impossible Work, NEVER Skip Real Coverage Th

Installation

Installs to ~/.claude/skills/tyrusrc-praetor-noise-budget/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tyrusrc-praetor-noise-budget && curl -fsSL https://raw.githubusercontent.com/TyrusRC/praetor/HEAD/.claude/skills/noise-budget.md -o ~/.claude/skills/tyrusrc-praetor-noise-budget/SKILL.md

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

Full documentation available on GitHub

View Source Repository