Agent skill

run-simulation

Create or run simulation features for analyzing work flow through value streams

majiayu000534★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill run-simulation-bdfinst-vsm-workshop --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGrepGlobBash
Path: skills/analysis/run-simulation-bdfinst-vsm-workshop/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# Skill: Create Simulation Feature Add a new simulation or what-if scenario feature. ## Usage ``` /run-simulation <feature-name> ``` ## Prerequisites Create a feature file first using `/new-feature` that describes: - What the simulation models - What parameters users can configure - What insights users gain from the simulation ## Example Feature File ```gherkin Feature: Work Flow Simulation As a team analyzing their process I want to simulate work flowing through our value stream So that I can identify bottlenecks and queuing problems Scenario: Run basic flow simulation Given a value stream with 3 steps And each step has capacity for 1 item at a time When I add 5 work items to the queue And run the simulation Then I should see items move through each step And completed items should appear at the end Scenario: Identify bottleneck through simulation Given a value stream where step 2 takes twice as long as others When I run the simulation with 10 work items Then step 2 should show the largest queue buildup And it should be highlighted as a bottleneck Scenario: Adjust batch size and see impact Given a value stream with batch size of 5 at deployment When I change batch size to 1 And run

What's inside
Steps it walks through
  1. Usage
  2. Prerequisites
  3. Example Feature File
  4. Architecture
  5. Implementation Steps
  6. Simulation Engine Pattern
  7. Visualization Component
  8. Key Simulation Concepts
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the run-simulation skill do?

Create or run simulation features for analyzing work flow through value streams

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill run-simulation-bdfinst-vsm-workshop --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 majiayu000/claude-skill-registry, a repository with 534 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