AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Common

skill-mark64oswald-healthsim-workspace-common · by mark64oswald

Cross-product infrastructure for HealthSim — persistence (cohort save/load), identity correlation (SSN-based cross-product linking), and DuckDB database operations. Use when saving/loading cohorts, linking entities across products, or querying the database directly.

— No reviews yet
0 installs
19 views
0.0% view→install

Install

$ agentstack add skill-mark64oswald-healthsim-workspace-common

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-mark64oswald-healthsim-workspace-common)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
○ 5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Common? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Common Skills - Master Reference

Cross-product infrastructure skills that enable persistence, identity correlation, and database operations across all HealthSim products.

Quick Start

# Save your current work
Save this cohort as "demo-patients"

# Load previous work
Load the cohort named "demo-patients"

# Find related entities
Find the member record for patient MRN-12345

# Query the database
Show me all cohorts created in the last week

Core Capabilities

State Management

Persist generated data across sessions with cohort save/load operations. Supports auto-persist for token-efficient batch generation.

Triggers: save, load, persist, resume, snapshot, restore Details: [state-management.md](state-management.md)

Identity Correlation

Link entities across products using SSN as the universal correlator. Track the same person as patient, member, rx member, and trial subject.

Triggers: find member, link patient, correlate, same person, cross-reference Details: [identity-correlation.md](identity-correlation.md)

DuckDB Operations

Direct database access for advanced queries, schema exploration, and reference data access.

Triggers: query, SQL, schema, database, show tables Details: [duckdb-skill.md](duckdb-skill.md)

Cross-Product Architecture

Common skills enable data flow between products:

┌─────────────┐    ┌─────────────┐    ┌─────────────┐
│  PatientSim │    │  MemberSim  │    │ RxMemberSim │
│   (MRN)     │    │   (MBI)     │    │  (RxID)     │
└──────┬──────┘    └──────┬──────┘    └──────┬──────┘
       │                  │                  │
       └────────┬─────────┴─────────┬────────┘
                │                   │
         ┌──────▼───────┐   ┌───────▼──────┐
         │  Identity    │   │    State     │
         │ Correlation  │   │  Management  │
         │   (SSN)      │   │  (Cohorts)   │
         └──────────────┘   └──────────────┘
                │                   │
                └─────────┬─────────┘
                          │
                   ┌──────▼──────┐
                   │   DuckDB    │
                   │  Database   │
                   └─────────────┘

Database Schema

Common skills work with these core tables:

| Table | Purpose | Key Columns | |-------|---------|-------------| | cohorts | Saved cohort metadata | cohortid, name, createdat | | persons | Core person identity | personid, ssn, demographics | | patients | PatientSim entities | patientid, mrn, personid | | members | MemberSim entities | memberid, mbi, personid | | rxmembers | RxMemberSim entities | rxmemberid, rxid, personid |

Related Skills

  • [Generation Skills](../generation/SKILL.md) - Profile and journey building
  • [PopulationSim](../populationsim/SKILL.md) - Reference data and population targeting
  • [NetworkSim](../networksim/SKILL.md) - Provider network modeling

Part of HealthSim Workspace Infrastructure

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.