Agent 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 this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/simulation-dry-run
Metadata
Additional technical details for this skill
- tags
- simulation, dry-run, fork, gorlami, safety, strategies, scripts
SKILL.md
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/exitflow - 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 +
gorlami_fork(...)pattern - rules/gotchas.md - Common fork-mode failures and mitigations
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?