BeClaude

simpy

New
SmitheryDevelopmentby davila7

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.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/simpy.md https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/scientific/simpy/SKILL.md
3
Invoke in Claude Code
/simpy
View source on GitHub
pythoncodingdata-&-analytics

Frequently Asked Questions

What is 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.

How to install simpy?

To install simpy, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /simpy.

What is simpy best for?

simpy is a community categorized under Development. It is designed for: python, coding, data-&-analytics. Created by davila7.