Armory
Source
Browse
Skills

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.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install simpy --cli claude

writes the skill into.claude/skills/simpy/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/simpy/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

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.

When to use it

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 / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/scientific/simpy/SKILL.md -o .claude/skills/simpy/SKILL.md

Notes

Extracted from davila7/claude-code-templates, simpy category.