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.
Quick integration into your workflow with minimal setup
Active open-source community with continuous updates
MIT/Apache licensed for commercial and personal use
Customizable and extendable based on your needs
Download or copy the skill file from the source repository
Place the skill file in Claude's skills directory (usually ~/.claude/skills/)。
Restart Claude or run the reload command to load the skill
Tip: Read the documentation and code carefully before first use to understand functionality and permission requirements
All Skills from open-source community, preserving original authors' copyrights
K-Dense-AI__claude-scientific-skills/scientific-skills/simpy/Skill.mdProven benefits and measurable impact
Eliminate branch switching overhead with instant worktree environment creation
Minimize integration issues by working in isolated environments per feature
Enable parallel workstreams without disrupting main development flow
Perfect for these scenarios
Simultaneously work on multiple features in isolated environments without context switching
Quickly spin up a clean worktree to reproduce and fix bugs without affecting main branch
Maintain separate worktrees for release candidates while continuing development on main
Safely test risky changes in an isolated worktree before committing to main branch