Awesome-omni-skill simulation-dry-run

How to run scenario tests against Gorlami fork RPCs (dry runs) before broadcasting live transactions. Covers config, seeding balances, runner flags, and safe script patterns.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data-ai/simulation-dry-run-majiayu000" ~/.claude/skills/diegosouzapw-awesome-omni-skill-simulation-dry-run && rm -rf "$T"
manifest: skills/data-ai/simulation-dry-run-majiayu000/SKILL.md
source content

When to use

Use this skill when you are:

  • Writing or modifying a fund-moving script (swaps, lending, bridging, looping)
  • Iterating on a strategy
    deposit/update/withdraw/exit
    flow
  • Debugging approvals, units, calldata shapes, gas issues, or multi-step sequencing

How to use