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.
npx claudepluginhub wunki/amplify --plugin ask-questions-if-underspecifiedThis skill uses the workspace's default tool permissions.
Refine code so it is easier to read, reason about, and maintain, while preserving all behavior.
Simplifies code for clarity by reducing complexity while preserving exact behavior. Use when refactoring functional but hard-to-read code, during reviews, or for maintenance.
Refactors code to simplify it without changing behavior. Use after features work to remove duplication, dead code, and unnecessary complexity while preserving contracts, tests, and build checks.
Simplifies code using 47 prioritized rules across 8 categories including context discovery, behavior preservation, control flow, and naming. Use for cleanup, refactoring, reducing complexity, and improving readability.
Share bugs, ideas, or general feedback.
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.