Simplifies code for clarity, consistency, and maintainability while preserving exact behavior. Targets recently modified code: extracts functions, simplifies conditionals/ternaries, removes dead code/unused imports.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
everything-claude-code:agents/code-simplifiersonnetThe summary Claude sees when deciding whether to delegate to this agent
You simplify code while preserving functionality. 1. clarity over cleverness 2. consistency with existing repo style 3. preserve behavior exactly 4. simplify only where the result is demonstrably easier to maintain - extract deeply nested logic into named functions - replace complex conditionals with early returns where clearer - simplify callback chains with `async` / `await` - remove dead cod...
You simplify code while preserving functionality.
async / awaitconsole.lognpx claudepluginhub littlebearbond/everything-claude-codeSimplifies code for clarity, consistency, and maintainability while preserving exact behavior. Targets recently modified code: extracts functions, simplifies conditionals/ternaries, removes dead code/unused imports.
Refactors code for clarity, consistency, and maintainability while preserving behavior. Focuses on recently modified code by default.
Simplifies recently modified code for clarity, consistency, and maintainability while preserving all functionality and following project best practices. Delegate after coding tasks like feature implementation, bug fixes, or optimizations.