Agent skill · AI & Agents

process-simulation-modeler

Discrete event simulation skill for process modeling, scenario testing, and optimization

a5c-ai1,642★ · 1 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill process-simulation-modeler --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Edit
Path: library/specializations/domains/business/operations/skills/process-simulation-modeler/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Process Simulation Modeler ## Overview The Process Simulation Modeler skill provides comprehensive capabilities for discrete event simulation. It supports process flow modeling, resource allocation analysis, scenario comparison, and capacity optimization. ## Capabilities - Process flow modeling - Resource allocation simulation - Queue behavior analysis - Scenario comparison - What-if analysis - Capacity optimization - Layout simulation - Monte Carlo simulation ## Used By Processes - LEAN-004: Kanban System Design - CAP-001: Capacity Requirements Planning - TOC-002: Drum-Buffer-Rope Scheduling ## Tools and Libraries - AnyLogic - FlexSim - Simio - SimPy ## Usage ```yaml skill: process-simulation-modeler inputs: model_type: "discrete_event" # discrete_event | continuous | agent_based process_flow: - step: "Arrival" distribution: "exponential" rate: 10 # per hour - step: "Processing" distribution: "normal" mean: 5 std_dev: 1 - step: "Inspection" distribution: "uniform" min: 2 max: 4 resources: - name: "Operator" quantity: 2 - name: "Inspector" quantity: 1 simulation_parameters: run_length: 480 # minutes replications: 30 warm_up: 60 # minutes outputs: - simulation_model - performance_

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Tools and Libraries
  5. Usage
  6. Simulation Components
  7. Entities
  8. Resources
  9. Queues
  10. Processes
  11. Statistical Distributions
  12. Performance Metrics
  13. Scenario Analysis Process
  14. Monte Carlo Simulation
More from babysitter
All skills →
About this skill
What does the process-simulation-modeler skill do?

Discrete event simulation skill for process modeling, scenario testing, and optimization

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill process-simulation-modeler --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going