Mx Code Simplifier banner
joshtune joshtune

Mx Code Simplifier

Development community

Description

--- name: mx-code-simplifier description: Use this agent when code has been written or modified and needs to be simplified for clarity, consistency, and maintainability while preserving all functionality. This agent should be triggered automatically after completing a coding task or writing a logical chunk of code. It simplifies code by following project best practices while retaining all functionality. The agent focuses only on recently modified code unless instructed otherwise. model: opus ---

Installation

Installs to ~/.claude/agents/joshtune-mx-workflow-mx-code-simplifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/joshtune/mx-workflow/HEAD/agents/mx-code-simplifier.md -o ~/.claude/agents/joshtune-mx-workflow-mx-code-simplifier.md

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

Full documentation available on GitHub

View Source Repository