ce-simplify-code
ce simplify code
What it does
- references/personas/code-reuse-reviewer.md — existing utilities, duplicated functionality, reimplemented stdlib/runtime primitives.
- references/personas/efficiency-reviewer.md — unnecessary work, missed concurrency, hot-path bloat, no-op updates, memory leaks.
- If the test runner has no scoping mechanism, run the full suite.
Requirements & configuration
- Briefly summarize what was good vs improved and fixed, including which checks were run and their results. If there were no findings to act on, confirm the code didn't require any changes.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
ce-simplify-code FAQ
What does the ce-simplify-code skill do?
Simplify recently changed code for clarity, reuse, quality, and efficiency while preserving behavior. Use for tidy/refactor passes; use ce-debug for bugs. references/personas/code-reuse-reviewer.md — existing utilities, duplicated functionality, reimplemented stdlib/runtime primitives. references/personas/efficiency-reviewer.md — unnecessary work, missed concurrency, hot-path bloat, no-op updates, memory leaks.
What does ce-simplify-code require?
Briefly summarize what was good vs improved and fixed, including which checks were run and their results. If there were no findings to act on, confirm the code didn't require any changes.
How do I install ce-simplify-code?
Run: npx -y skills add https://github.com/everyinc/compound-engineering-plugin --skill ce-simplify-code --agent claude-code — the source lives at github.com/everyinc/compound-engineering-plugin.
Maintain ce-simplify-code?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[ce-simplify-code on getagentictools](https://getagentictools.com/skills/everyinc-compound-engineering-plugin-ce-simplify-code?ref=badge) npx agentictools info skills/everyinc-compound-engineering-plugin-ce-simplify-code The second line is the CLI lookup for this page — handy in READMEs and docs.