hannesillhannesillCommunityΒ·24 Agent Skills Included

m4

Clinical research on MIMIC-IV and eICU with validated severity scores

Queries MIMIC-IV and eICU critical care databases through natural language, SQL, or Python. Calculates validated clinical scores like SOFA, SAPS-II, OASIS, KDIGO, and Charlson without manual schema work. Eliminates error-prone hand-written SQL and guides rigorous cohort studies with built-in bias checks.
npx skills add hannesill/m4 --all -g -y

All Skills in This Repository (24)

Pure Emerald Level Indicators
πŸ“¦ In Repo
hannesillhannesill

m4-api

Access clinical datasets from Python and execute SQL queries to return DataFrames.

Community
Intermediate
πŸ“¦ In Repo
hannesillhannesill

mimic-table-relationships

Clarify MIMIC-IV identifier hierarchies and join patterns for hospital and ICU tables.

Community
Advanced
πŸ“¦ In Repo
hannesillhannesill

create-m4-skill

Document the process of creating new M4 skills with structured frontmatter and provenance.

Community
Intermediate
πŸ“¦ In Repo
hannesillhannesill

mimic-eicu-mapping

Map equivalent clinical concepts between MIMIC-IV and eICU databases.

Community
Intermediate
πŸ“¦ In Repo
hannesillhannesill

m4-research

Guide clinical researchers through structured interviews to generate formal research protocols.

Community
Advanced
πŸ“¦ In Repo
hannesillhannesill

first-icu-stay

Identify first ICU stays and hospital admissions using MIMIC-IV derived fields.

Community
Intermediate
πŸ“¦ In Repo
hannesillhannesill

baseline-creatinine

Compute baseline creatinine for AKI assessment using hierarchical rules and SQL.

Community
Advanced
πŸ“¦ In Repo
hannesillhannesill

sepsis-3-cohort

Identify Sepsis-3 patients using SOFA >= 2 and suspected infection criteria in ICU datasets.

Community
Advanced
πŸ“¦ In Repo
hannesillhannesill

vasopressor-equivalents

Compute norepinephrine-equivalent dose from concurrent vasopressors with time-interval aggregation.

Community
Advanced
πŸ“¦ In Repo
hannesillhannesill

lods-score

Calculate the Logistic Organ Dysfunction Score from first ICU day patient data.

Community
Advanced
πŸ“¦ In Repo
hannesillhannesill

gcs-calculation

Calculate Glasgow Coma Scale scores from ICU chart data with intubation handling.

Community
Intermediate
πŸ“¦ In Repo
hannesillhannesill

apsiii-score

Compute APS III scores from first-day ICU data to predict hospital mortality.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install M4?β–Ό

Run `npx skills add hannesill/m4 --all -g -y` in your terminal to install all skills in this suite globally.

How to query MIMIC-IV without learning the schema?β–Ό

M4 sets up MIMIC-IV or eICU as a fast local database and lets you ask questions in plain English, producing clinically correct SQL automatically.

Which clinical scores does M4 support?β–Ό

It includes validated skills for SOFA, APACHE III/IV, SAPS-II, OASIS, LODS, SIRS, KDIGO AKI staging, MELD, Charlson, and Sepsis-3 cohort identification.

Does M4 work with Claude Code and Cursor?β–Ό

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Cline, Codex CLI, Gemini CLI, and GitHub Copilot.

Can I run full statistical analyses with M4?β–Ό

Yes. The Python API returns pandas DataFrames, and the research workflow skill guides you through cohort definition, bias checks, and reproducible analysis scripts.

Related Repositories in Data & Analytics

View All in Data & Analytics→