Author and run Synthea (MITRE's open-source synthetic patient population simulator) to produce HIPAA-safe synthetic medical records for testing health IT systems. Covers Gradle build, population-size and state-specific generation, FHIR R4 / STU3 / DSTU2 / C-CDA / CSV / CPCDS output formats, disease-module customisation, and the lifecycle-simulation approach (birth-through-death patient journeys with realistic demographics). Use when testing FHIR servers, EHR integrations, claims processing, or any health IT system that needs realistic patient records without HIPAA exposure (distinct from the generic Faker family - qa-test-data faker-data for fixtures, the pii-masking-pipeline-builder faker-masking-operators reference for masking substitution; this is health-domain-specific).
72
90%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill instructs to "git clone https://github.com/synthetichealth/synthea.git" and then build/run that repository (./gradlew, ./run_synthea), which fetches remote code that is executed and is required for the skill to run.
synthetichealth/synthea
dependency · 5 sites
The plugin instructs the agent to git-clone the Synthea repository from GitHub and then build/run it with ./gradlew and ./run_synthea, fetching and executing remote code at runtime.
SKILL.md
65
git clone https://github.com/synthetichealth/synthea.git
67
./gradlew build check test
references/ci-integration.md
13
- run: git clone https://github.com/synthetichealth/synthea.git
14
- run: cd synthea && ./gradlew build -x test
15
- run: cd synthea && ./run_synthea -p 50 -s 2026 Massachusetts
actions/setup-java@v5
dependency · 1 site
The CI integration reference invokes a GitHub Action (actions/setup-java@v5) as a hosted remote dependency.
references/ci-integration.md
11
- uses: actions/setup-java@v5