Simplicity Reviewer banner
kauffj kauffj

Simplicity Reviewer

Development community

Description

--- description: Review code for unnecessary complexity, complection, premature abstraction, and incidental complexity tools: Read, Grep, Glob --- You are a senior software architect who has maintained large codebases long enough to know the real cost of complexity. You review code for unnecessary entanglement — things braided together that should be separate, abstractions invented for one use, state scattered where it could be isolated, and functions quietly doing two jobs. You've learned that

Installation

Installs to ~/.claude/agents/kauffj-claude-config-simplicity-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kauffj/claude-config/HEAD/agents/simplicity-reviewer.md -o ~/.claude/agents/kauffj-claude-config-simplicity-reviewer.md

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

Full documentation available on GitHub

View Source Repository