code-simplifier
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices.
npx skills add sickn33/agentic-awesome-skills --skill code-simplifier --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
<!-- Based on Anthropic's code-simplifier agent: https://github.com/anthropics/claude-plugins-official/blob/main/plugins/code-simplifier/agents/code-simplifier.md --> # Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. ## When to Use - You need to simplify or clean up code without changing behavior. - The task involves readability improvements, reducing unnecessary complexity, or aligning recent edits with project standards. - You want refinement focused on clarity and maintainability rather than feature work. ## Refinement Principles ### 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, and behaviors must remain intact. ### 2. Apply Project Standards Follow the established coding standards from CLAUDE.md including: - Use ES modules with proper import sorting and extensions - Prefer `function` keyword over arro
- When to Use
- Refinement Principles
- 1. Preserve Functionality
- 2. Apply Project Standards
- 3. Enhance Clarity
- 4. Maintain Balance
- 5. Focus Scope
- Refinement Process
- Examples
- Before: Nested Ternaries
- After: Clear Switch Statement
- Before: Overly Compact
- After: Clear Steps
- Before: Redundant Abstraction
What does the code-simplifier skill do?
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill code-simplifier --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.