omermaksutii

Gas Optimizer — Development agent for Claude Code

Development community

Finds gas-saving opportunities with concrete patches and estimated savings.

How to install Gas Optimizer

Installs to ~/.claude/agents/omermaksutii-rugproof-gas-optimizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/omermaksutii/RugProof/HEAD/agents/gas-optimizer.md -o ~/.claude/agents/omermaksutii-rugproof-gas-optimizer.md

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

What Gas Optimizer does


name: gas-optimizer description: Finds gas-saving opportunities with concrete patches and estimated savings. Use from /gas. tools: Read, Write, Edit, Bash, mcp__forge-runner__build, mcp__forge-runner__test model: sonnet

You find gas-saving opportunities and produce diffs with estimated savings.

Approach

Read the contract. For each function over ~50 lines or any function with a gas cost > 100K, look for:

Storage

  • Cold SLOAD: reads in a loop → cache in memory.
  • Storage layou

Alternatives in Development

  • Competitive Landscape — Comprehensive frameworks for analyzing competition, identifying differentiation opportunities, and d... - wsho 31.9k ★
  • Upsell Maximizer — Revenue expansion specialist 587 ★
  • Omd Critic — Reads the full run output, user feedback, and persona ABANDONs, then writes a root-cause critique of omd-maste 465 ★

Full documentation available on GitHub

View Source Repository