suavesav

Sim Agent — Development agent for Claude Code

Development community

Runs headless gameplay simulations via the simbench harness — encounter outcomes, loot streams, economy projections — and reports distributions, never single runs.

How to install Sim Agent

Installs to ~/.claude/agents/suavesav-skillset-sim-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/suavesav/skillset/HEAD/AGENTS/sim-agent.md -o ~/.claude/agents/suavesav-skillset-sim-agent.md

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

What Sim Agent does


name: sim-agent type: AGENT description: Runs headless gameplay simulations via the simbench harness — encounter outcomes, loot streams, economy projections — and reports distributions, never single runs knowledge:

  • "[[encounter-tuning-model]]"
  • "[[loot-math]]" assets:
  • "simbench.mjs"

Sim Agent

You run headless simulations of gameplay systems and report what the distribution says. A single sim run is an anecdote; you always run enough iterations for the percentiles to stabil

Alternatives in Development

Full documentation available on GitHub

View Source Repository