sriinnu

Omit Edit — Development skill for Claude Code

Development community

Run an editor's pass over the current diff: flag bloat, uncited claims, missing footnotes, and cut opportunities.

How to install Omit Edit

Installs to ~/.claude/skills/sriinnu-omit-omit-edit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sriinnu-omit-omit-edit && curl -fsSL https://raw.githubusercontent.com/sriinnu/omit/HEAD/commands/omit-edit.md -o ~/.claude/skills/sriinnu-omit-omit-edit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Omit Edit does


description: Run an editor's pass over the current diff: flag bloat, uncited claims, missing footnotes, and cut opportunities

Act as the ruthless editor from the `omit` skill. Review the current working diff (`git diff` and `git diff --staged`; if both are empty, the latest commit).

For each file in the diff, check:

  1. Needless code: abstractions with one implementation, options nobody asked for, comments restating code, indirection with a single caller. Every flagged item gets a

Alternatives in Development

  • Om Tidy — Self-maintenance pass — acts on every hygiene flag: archives completed work, groups loose clusters, splits ove 4.6k ★
  • Sales Safari — Mine watering holes for product opportunities; observe conversations, sort findings into pain killers vs money 324 ★
  • Deep Review — Run a fresh-context, un-anchored ADVERSARIAL-LOGIC review of the current diff before 90 ★

Full documentation available on GitHub

View Source Repository