simplify

omp-simplify

productivityClaude Codeby Minoo

Summary

Adds /simplify and /simplify-settings commands with optional auto-simplify follow-ups.

Install to Claude Code

/plugin install simplify@omp-simplify

Run in Claude Code. Add the marketplace first with /plugin marketplace add Minoo7/omp-simplify if you haven't already.

README.md

omp-simplify

OMP plugin that adds /simplify and /simplify-settings commands with optional auto-simplify follow-ups.

Install

Current OMP releases load ExtensionAPI plugins from npm-style package installs in OMP's plugin directory.

Install directly from GitHub:

bun install --cwd ~/.omp/plugins github:Minoo7/omp-simplify

Or, after publishing to npm:

omp plugin install omp-simplify

For local development:

npm pack
npm install --prefix ~/.omp/plugins ./omp-simplify-0.1.0.tgz

Restart omp after installing so the extension is loaded.

Usage

Inside OMP:

/simplify
/simplify-settings

Related plugins

Browse all →