Reviews code for unnecessary complexity, excessive nesting, redundant abstractions, over-engineering, and opportunities to reduce cognitive load without changing behavior. Complements code-reviewer (which checks correctness) by focusing purely on simplicity and readability.
$curl -o .claude/agents/code-simplifier.md https://raw.githubusercontent.com/kumaran-is/claude-code-onboarding/HEAD/.claude/agents/code-simplifier.mdInstalls into the current project.
Install code-simplifier by running `curl -o .claude/agents/code-simplifier.md https://raw.githubusercontent.com/kumaran-is/claude-code-onboarding/HEAD/.claude/agents/code-simplifier.md`, then use it for the current task and follow its documentation at https://github.com/kumaran-is/claude-code-onboarding.