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.mdsource 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
flowdeposit/update/withdraw/exit - Debugging approvals, units, calldata shapes, gas issues, or multi-step sequencing
How to use
- rules/quickstart.md - Config + fastest way to run a fork scenario
- rules/scenario-checklist.md - What to validate before “live”
- rules/script-pattern.md - Recommended CLI +
patterngorlami_fork(...) - rules/gotchas.md - Common fork-mode failures and mitigations