simulation

Installation
SKILL.md

Simulation Skill

Abstract base for runtime state management. Concrete simulations (adventure, city-sim, ecosystem) inherit from this.

Motto: "The simulation is the world. The world is the simulation."

[!IMPORTANT] This is the abstract base. Don't create SIMULATION.yml directly. Use ADVENTURE.yml (for narrative exploration) or create your own concrete type. The concrete file INCLUDES all simulation properties plus type-specific ones.

Key Concepts

  • SIMULATION.yml — Source of truth for "now"
  • Global parameters — Configurable via chat
  • Git time machine — Commits = deterministic undo
  • Turn tracking — Increments on significant actions

Global Parameters

Related skills
Installs
13
GitHub Stars
40
First Seen
Jan 26, 2026