simpy
Process-based discrete-event simulation framework in Python. Use this skill when building simulations of systems with processes, queues, resources, and time-based events such as manufacturing systems, service operations, network traffic, logistics, or any system where entities interact with shared resources over time.
Content Preview
---
name: simpy
description: Process-based discrete-event simulation framework in Python. Use this skill when building simulations of systems with processes, queues, resources, and time-based events such as manufacturing systems, service operations, network traffic, logistics, or any system where entities interact with shared resources over time.
license: MIT license
metadata:
skill-author: K-Dense Inc.
---
# SimPy - Discrete-Event Simulation
## Overview
SimPy is a process-based discrete-How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/simpy.md \
https://raw.githubusercontent.com/K-Dense-AI/claude-scientific-skills/main/scientific-skills/simpy/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/K-Dense-AI/claude-scientific-skillsThen reference at scientific-skills/simpy/SKILL.md