This one runs through your recently modified code and cleans it up according to the standards in your CLAUDE.md file. It handles the usual readability wins like flattening nested ternaries, improving variable names, and cutting redundant abstractions, but stays strict about preserving functionality. The approach is opinionated toward ES modules, explicit TypeScript annotations, and React patterns, so it works best if your project already leans that way. It's autonomous, meaning it decides what to simplify without asking, which is great for flow but assumes you trust its judgment on what counts as "clearer." Good for teams that have documented their conventions and want consistent cleanup without manual review on every commit.
npx skills add https://github.com/simonwong/agent-skills --skill code-simplifier