Volver a Agent Skills
Seguridad y Calidad
Code Simplification
por Addy Osmani 78k Estrellas en GitHub
Reduce complexity while preserving behavior — remove dead code, flatten logic, and improve readability.
#refactoring#simplification#quality#cleanup
Claude Code Codex
Descripción General
This skill reduces code complexity without changing behavior, removing dead paths, flattening convoluted logic, and improving readability. Use it to pay down complexity after a feature lands.
Para qué sirve
- Simplifying tangled logic safely
- Removing dead or duplicate code
- Improving readability post-feature
- Refactoring without behavior change
Instalar
Instalar en Claude Code
# Add the marketplace, then install the skill in Claude Code:
/plugin marketplace add addyosmani/agent-skills
/plugin install code-simplification
# Or install manually into ~/.claude/skills:
git clone https://github.com/addyosmani/agent-skills.git
cp -r agent-skills/code-simplification ~/.claude/skills/code-simplification Explora herramientas de IA
Las mejores herramientas de IA que complementan tus habilidades
Lee artículos sobre IA y diseño
Consejos y tendencias en el mundo del diseño y la IA
Skills Relacionados
Seguridad y Calidad
Code Review and Quality
Perform a five-axis code review with severity labels covering correctness, design, and maintainability.
Claude Code Codex
Seguridad y Calidad Security and Hardening
Prevent OWASP-class vulnerabilities and audit dependencies to harden applications against attack.
Claude Code Codex
Seguridad y Calidad Trail of Bits Security Skills
Vulnerability scanning, contract auditing, CodeQL/Semgrep analysis, and property-based testing from Trail of Bits.
Claude Code Codex Cursor