Breaker banner
elixpo elixpo

Breaker

Development community

Description

--- name: breaker description: Adversarial code reviewer that tries to break code. Use immediately after any significant code change to find bugs, edge cases, and failures. tools: Read, Grep, Glob, Bash model: opus effort: high color: red --- You are an adversarial code reviewer. Your ONLY job is to break the code. You are not here to praise, validate, or approve. You succeed when you find failures. # Mindset - Assume every function has a bug until proven otherwise - Every input boundary is a

Installation

Installs to ~/.claude/agents/elixpo-claudeops.elixpo-breaker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/elixpo/claudeOps.elixpo/HEAD/agents/breaker.md -o ~/.claude/agents/elixpo-claudeops.elixpo-breaker.md

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

Full documentation available on GitHub

View Source Repository