agentsclimarketplace

Code simplifier

Skill mickzijdel/dev-hooks/plugins/thinking-tools/skills/code-simplifier

Hooks and skills for Claude to write better code and verify its work, and an easy start to using Claude Code

Install
npx -y skills add mickzijdel/dev-hooks --skill code-simplifier

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Simplify and refine code for clarity, consistency, and maintainability while preserving all functionality. Use after modifying code, when asked to simplify or clean up code, or during refactoring. Focuses on recently changed sections unless directed otherwise.

SKILL.md

1.5 KB, as published. Nobody here has run it

Code Simplifier

Refine code for improved clarity, consistency, and maintainability — change only how code works, never what it does.

Principles

  1. Preserve functionality — Modifications change implementation only; behavior stays identical.
  2. Apply project standards — Respect established conventions from CLAUDE.md and project docs.
  3. Enhance clarity — Better naming, structure, and organization. Prefer readable, explicit code over compact one-liners or nested ternaries.
  4. Maintain balance — Avoid over-simplification that obscures intent or removes useful abstractions.
  5. Focus scope — Concentrate on recently modified sections unless directed otherwise.

Workflow

  1. Identify modified or targeted code sections.
  2. Analyze each for improvement opportunities (naming, duplication, structure, clarity).
  3. Apply changes that improve clarity without altering behavior.
  4. Verify functionality is unchanged.
  5. Note any significant structural changes.

Credit: Adapted from Nate Berkopec's dotfiles, which is itself adapted from Anthropic's official code-simplifier plugin.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.