code-simplifier
Agent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality. Focuses on recently modified code.
Summary
This skill automatically simplifies and refines code to improve clarity, consistency, and maintainability without altering its functionality.
- It focuses on recently modified code, making it ideal for cleaning up after rapid development or refactoring sessions.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install code-simplifier@<marketplace>
/pluginUse Cases
Usage Examples
/code-simplifier Simplify the last 5 files I changed.
Run code-simplifier on the current branch's modified files.
Refactor the recently edited code in src/utils to be more readable.
Security Audits
Frequently Asked Questions
What is code-simplifier?
This skill automatically simplifies and refines code to improve clarity, consistency, and maintainability without altering its functionality. It focuses on recently modified code, making it ideal for cleaning up after rapid development or refactoring sessions.
How to install code-simplifier?
To install code-simplifier: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install code-simplifier@<marketplace>. Finally, /plugin in Claude Code.
What is code-simplifier best for?
code-simplifier is a plugin categorized under General. It is designed for: agent. Created by Anthropic.
What can I use code-simplifier for?
code-simplifier is useful for: Simplify a complex function that was just edited to reduce cognitive load.; Refactor duplicated logic in recently modified files into reusable helpers.; Improve variable naming and add comments to recently changed code for better readability.; Standardize coding style across a batch of files that were just updated.; Remove dead code or unnecessary complexity from a feature branch before merging.; Optimize recently added code for better performance while keeping behavior identical..