Simplify Recently Modified Code¶
Run the code-simplifier@claude-plugins-official on all files that appear in git status.
Instructions¶
- Get the list of modified/staged/untracked files from
git status --porcelain - Filter to only code files (exclude .md, .json, .yaml, lock files, etc.)
- Run the code-simplifier agent on those files
Focus on:
- Clarity and consistency
- Removing unnecessary complexity
- Preserving all functionality