Chinese: README_zh.md
code-simplifier was originally announced and released by Claude Code lead Boris Cherny (X: @bcherny). Its core purpose is to automatically simplify code after long coding sessions or before complex PRs by removing redundancy, reducing complexity, and improving readability while strictly preserving existing behavior. Many developers describe it as a "spaghetti-code prevention" tool.
Because the plugin is currently only available inside the Claude Code plugin ecosystem, this repository ports it into a SKILL format so more CLIs and IDE plugins can reuse it. This is an unofficial port.
code-simplifier/SKILL.md: Skill definition and behavior.
- Copy the
code-simplifierdirectory into$CODEX_HOME/skills/. - If
CODEX_HOMEis not set, use~/.codex/skills/. - Restart the Codex CLI session to load the new skill.
- See
code-simplifier/SKILL.mdfor behavior, scope, and process details.