AI AGENT ADDONS

SimPy is a tool for building computer simulations of real world systems. You can model factories, hospitals, traffic, or any place where things wait in line and share resources. The simulation runs step by step over time. Each event happens at a specific moment. This helps you see how a system behaves before building it.

With SimPy you write simple Python functions that act like processes. For example a customer arrives, waits for a server, gets served, and leaves. The library handles the waiting and scheduling for you. You can change resource counts or timing to test different setups. This makes it easy to find problems and improve efficiency.

Add Simpy skill to your workflow

Global

mkdir -p ~/.claude/skills/simpy

Project

mkdir -p .claude/skills/simpy

Source Repository

Stars
29,514
Forks
3,013
Watchers
29,514
License
MIT
Last Push
27 days ago
Created
9 months ago