zaryab2000/decipher-gas-optimizoor
Plugin Claude Code
Plugin marketplace listing 1 plugin: decipher-gas-optimizoor.
20 tagged evm-blockchain, measured the same way as everything else here.
Browse within: gas-optimization 11smart-contracts 11solidity 11
zaryab2000/decipher-gas-optimizoor
Plugin Claude Code
Plugin marketplace listing 1 plugin: decipher-gas-optimizoor.
zaryab2000/decipher-gas-optimizoor
Plugin Claude Code
Analyzes Solidity smart contracts for gas inefficiencies. Detects storage packing gaps, loop anti-patterns, custom error opportunities, visibility mismatches, unchecked arithmetic, calldata vs memory decisions, and deployment cost issues. Enforces gas regression detection on every file save via forge integration.
zaryab2000/decipher-gas-optimizoor
Instructions file
Instructions for zaryab2000/decipher-gas-optimizoor, covering claude.md, what this is, resources, validation and plugin structure.
zaryab2000/decipher-gas-optimizoor
Agent
Deep gas optimization audit agent for Foundry-based Solidity codebases. Runs a comprehensive multi-file analysis covering all 11 skill domains (storage layout, loops, calldata, deployment, type optimization, custom errors, compiler optimizer, immutable/constant, unchecked arithmetic, visibility, event logging). Use…
zaryab2000/decipher-gas-optimizoor
Command
Conduct a full gas optimization analysis on a Foundry Solidity project.
zaryab2000/decipher-gas-optimizoor
Command
Read, update, or query the .gas-snapshot file produced by forge snapshot.
zaryab2000/decipher-gas-optimizoor
Command
Compare gas snapshots between two git references to identify regressions and improvements.
zaryab2000/decipher-gas-optimizoor
Skill Claude CodeCodex
Analyzes foundry.toml optimizer configuration for Foundry-based Solidity projects. Detects suboptimal optimizerruns settings relative to contract call frequency, missing viair flag for complex contracts, and outdated Solidity versions missing built-in optimizer gains. Covers CO-001 (optimizerruns tuning), CO-002…
zaryab2000/decipher-gas-optimizoor
Skill Claude CodeCodex
Detects deployment cost inefficiencies in Solidity: factory patterns that deploy full contracts when ERC-1167 minimal proxies would suffice, non-payable admin functions with unnecessary ETH check overhead, dead code paths inflating bytecode, and opportunities for vanity addresses via CREATE2 for high-frequency…
zaryab2000/decipher-gas-optimizoor
Skill Claude CodeCodex
Detects storage slot inefficiencies in Solidity contracts: struct packing gaps, suboptimal field ordering, mapping-vs-array tradeoffs, SSTORE2 for large static data, transient storage for within-transaction state, and batch mutation patterns. Use when writing or reviewing struct definitions, state variable…
At most 3 mods per repository are shown here — the rest are on their repository pages: