Aller au contenu

Simplify Recently Modified Code

Run the code-simplifier@claude-plugins-official on all files that appear in git status.

Instructions

  1. Get the list of modified/staged/untracked files from git status --porcelain
  2. Filter to only code files (exclude .md, .json, .yaml, lock files, etc.)
  3. Run the code-simplifier agent on those files

Focus on:

  • Clarity and consistency
  • Removing unnecessary complexity
  • Preserving all functionality