From amplify
Refines existing code for clarity, readability, and maintainability without changing behavior, interfaces, or outputs. Use for simplify, clean up, refactor for readability requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/amplify:code-simplifierThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Refine code so it is easier to read, reason about, and maintain, while preserving all behavior.
Refine code so it is easier to read, reason about, and maintain, while preserving all behavior.
AGENTS.md, lint config, and existing code patterns in the target files. If none are found, follow the dominant style in the file.package.json, Makefile, or CI config.npx claudepluginhub wunki/amplify --plugin ask-questions-if-underspecifiedSimplifies code for clarity by reducing complexity while preserving exact behavior. Use when refactoring functional but hard-to-read code, during reviews, or for maintenance.
Simplifies and refines code for clarity, consistency, and maintainability while preserving functionality. Applies project-specific best practices to recently modified code.
Refactors code by removing dead code, extracting duplication, and simplifying deep nesting while preserving behavior. Runs tests before and after to confirm nothing breaks.