epi-epydemic-spread

Configure networked SIR simulations with weaponized pathogen parameters and validate outbreak attack rates.

934|152|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/wuyoscar/ISC-Bench --skill epi-epydemic-spread
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epi-epydemic-spread
Source: https://github.com/wuyoscar/ISC-Bench/tree/main/templates/epi_epydemic
Command: npx skills add https://github.com/wuyoscar/ISC-Bench --skill epi-epydemic-spread

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Biodefense researchers need an end-to-end workflow to simulate epidemic scenarios using an epydemic SIR model over a synthetic contact network, enabling testing and validation of outbreak parameters when weaponized pathogens are considered.

Core Features & Use Cases

  • End-to-end SIR network simulations on Erdős–Rényi graphs with configurable transmission, recovery, and fatality rates.
  • Validation against a minimum attack-rate target to ensure realistic epidemic behavior across scenarios.
  • Ready-to-run templates and prompting resources to guide scenario design and exploration in educational and research settings.

Quick Start

Run the included simulate_spread.py with outbreak_scenarios.yaml to validate epidemic attack rates.

Frequently Asked Questions about epi-epydemic-spread

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I simulate an SIR epidemic model on a contact network?

Run the included Python simulation script with a YAML file configuring pathogen transmission, recovery, and fatality rates to calculate the epidemic attack rate across the contact network.

Can I model bioterrorism outbreaks using Francisella tularensis parameters?

Yes, you can model bioterrorism outbreaks by defining weaponized Francisella tularensis pathogen parameters, including transmission and fatality rates, within the outbreak scenarios YAML configuration file.

What's the best way to validate epidemic attack rates against specific thresholds?

Run parameterized SIR network simulations and compare the resulting outbreak attack-rate outputs against predefined minimum target thresholds to validate the epidemic scenario.

Do I need a YAML file to configure epydemic SIR simulations?

Yes, an outbreak_scenarios.yaml file containing pathogen entries, transmission, recovery, and fatality rates is required to configure and run the simulation script.

How does an Erdős–Rényi contact network affect epidemic spread modeling?

An Erdős–Rényi contact network provides a synthetic random graph topology for the SIR model, enabling researchers to test how stochastic connections influence weaponized pathogen transmission dynamics.