AI AGENT ADDONS

Code Simplification

addyosmani/agent-skills
Code Review & Quality
13,390installs

Code simplification helps developers make code easier to read and maintain. It reduces unnecessary complexity without changing what the code does. This skill is perfect for code review and after a feature works but feels too heavy.

A new team member should understand the simplified code faster. The goal is clarity not fewer lines. Always preserve exact behavior. Follow project conventions and prefer clear code over clever tricks.

Use this skill when refactoring hard to read code. Avoid it when code is already clean or when performance matters more than simplicity.

Add Code Simplification skill to your workflow

Global

mkdir -p ~/.claude/skills/code-simplification

Project

mkdir -p .claude/skills/code-simplification

Source Repository

Stars
67,574
Forks
7,328
Watchers
67,574
License
MIT
Last Push
23 days ago
Created
5 months ago