code-simplification

by addyosmani 82k MIT Updated Aug 5, 2026
code-simplification skill by addyosmani
code-simplification — Productivity skill by addyosmani

code-simplification is an open-source productivity skill for Claude Code and compatible agents, published by addyosmani. Its author describes it as: “Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumula…”. The project has 82k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add addyosmani/agent-skills`.

Installation

Add code-simplification to your agent with:

/plugin marketplace add addyosmani/agent-skills

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

When to use it

Reach for code-simplification when you want productivity help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear MIT license — safe to read and adapt
  • Ships in addyosmani/agent-skills, an established project with 82,220 GitHub stars
  • Actively maintained (recent commits)

Topics

agent-skillsantigravityclaude-codecodexcursorskills

Frequently asked questions

What does code-simplification do?
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.
How do I install code-simplification?
Run /plugin marketplace add addyosmani/agent-skills in your agent, then reload your skills. Review the source at https://github.com/addyosmani/agent-skills before installing.
Is code-simplification free to use?
Yes. code-simplification is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
Where does code-simplification come from?
code-simplification ships inside addyosmani/agent-skills, a repository that contains 25 catalogued skills in total. The repository's 82,220 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Productivity →

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

82k addyosmani MIT

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

82k addyosmani MIT

Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

82k addyosmani MIT