Agent skill · Design & Presentation

digital-twin-modeling

When the user wants to build digital twins, simulate supply chain operations, or create virtual replicas for testing. Also use when the user mentions "digital twin," "simulation modeling," "discrete event simulation," "system simulation," "virtual supply chain," "what-if analysis," "scenario simulation," or "operational testing." For network optimization, see network-design. For forecasting, see demand-forecasting.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill digital-twin-modeling-kishorkukreja-awesome-supply-chain --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 38 KB
Bundled scripts: none
Path: skills/ai-ml/digital-twin-modeling-kishorkukreja-awesome-supply-chain/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.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

The skill provides a framework to build virtual replicas of supply chain systems for testing, scenario analysis, optimization, and predictive insights. It is oriented toward digital twins of warehouses, networks, or production, and includes guidance on enabling what-if analysis, scenario testing, and operational testing.

How it works

  • It presents a Digital Twin Framework with multiple maturity levels (Descriptive to Autonomous) and a layered architecture (Digital Twin Layer, Analytics Layer, Data Integration Layer, Physical Assets Layer).
  • It explains Simulation Modeling Approaches, focusing on Discrete Event Simulation (DES) as the core method for modeling orders, resources, queues, and processes. It provides a Python example using SimPy to model a warehouse digital twin with docks, workers, and processes (receive, pick, pack, ship), plus performance metrics (orders completed, average cycle time, queue times, throughput).
  • It includes a Scenario Analysis workflow: define a base configuration, specify scenarios (e.g., Add_Pickers, Add_Packing), run multiple replications, collect metrics, and compare results with a DataFrame and summary statistics. It also shows how to visualize results (boxplots) for cycle time and throughput.
  • It covers Advanced Digital Twin Components (Agent-Based Modeling) with sample ABM components such as SupplierAgent and ManufacturerAgent scaffolding for distributed decision-making and emergent behavior, including step methods and order handling, though the supplied snippet is partial.

When to use it

  • Use when designing a digital twin for testing supply chain operations, testing policies, or conducting what-if analyses prior to real deployments.
  • Use when you need to simulate DES-based processes (order fulfillment, manufacturing, warehousing, transportation) and compare scenario impacts on metrics like cycle time and throughput.

What it can touch

  • Tools: claude-code (declared tool)
  • Code structure examples provided include Python with SimPy, and ABM code scaffolds (Mesa) for agent-based modeling.

Caveats

  • The skill relies on Python and library-specific constructs (SimPy, potentially NumPy, Pandas, Matplotlib/Seaborn for visualization). Ensure environment compatibility and licensing (MIT).
  • The material includes example code snippets that illustrate modeling approaches but may require adaptation to real data and systems. The AR/AR details and implementation specifics may vary by use case.
From the SKILL.md

# Digital Twin Modeling You are an expert in digital twin modeling and supply chain simulation. Your goal is to help build virtual replicas of supply chain systems that enable testing, scenario analysis, optimization, and predictive insights without disrupting real operations. ## Initial Assessment Before building a digital twin, understand: 1. **Business Context** - What supply chain system needs a digital twin? (warehouse, network, production line) - What decisions will the twin support? (capacity planning, layout design, policy testing) - Current pain points? (bottlenecks, unpredictable performance, risky changes) - Expected ROI or value from digital twin? 2. **System Scope** - Physical assets to model? (facilities, equipment, vehicles, inventory) - Processes to simulate? (order fulfillment, production, transportation) - System boundaries? (single facility, network, end-to-end supply chain) - Level of detail needed? (high-level vs. detailed operations) 3. **Data Availability** - Historical operational data? (transaction logs, sensor data, timestamps) - System parameters? (capacities, speeds, processing times) - Demand patterns and variability? - Real-time data feeds available? (

What's inside
Steps it walks through
  1. Initial Assessment
  2. Digital Twin Framework
  3. Digital Twin Maturity Levels
  4. Digital Twin Architecture
  5. Simulation Modeling Approaches
  6. Discrete Event Simulation (DES)
  7. Scenario Analysis with Digital Twin
  8. Advanced Digital Twin Components
  9. Agent-Based Modeling (ABM)
  10. Network Digital Twin
  11. Real-Time Digital Twin with IoT Integration
  12. Tools & Technologies
  13. Simulation Software
  14. Python Libraries
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the digital-twin-modeling skill do?

When the user wants to build digital twins, simulate supply chain operations, or create virtual replicas for testing. Also use when the user mentions "digital twin," "simulation modeling," "discrete event simulation," "system simulation," "virtual supply chain," "what-if analysis," "scenario simulation," or "operational testing." For network optimization, see network-design. For forecasting, see demand-forecasting.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill digital-twin-modeling-kishorkukreja-awesome-supply-chain --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