Agent skill

lods-score

Calculate LODS (Logistic Organ Dysfunction Score) for ICU patients in MIMIC-IV. Use for organ dysfunction assessment across 6 systems with weighted scoring.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill lods-score-hannesill-m4 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0
Declared author: m4-clinical-extraction
Path: skills/analysis/lods-score-hannesill-m4/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.

From the SKILL.md

# LODS Score Calculation The Logistic Organ Dysfunction Score (LODS) assesses organ dysfunction across 6 systems with logistic regression-derived weights. It provides mortality prediction based on the first ICU day. ## When to Use This Skill - Multi-organ dysfunction assessment - Mortality prediction with organ-specific weighting - Research on organ failure patterns - Alternative to SOFA for organ dysfunction quantification ## Score Components (First 24 Hours) | System | Variables | Score Range | |--------|-----------|-------------| | **Neurologic** | GCS | 0-5 | | **Cardiovascular** | HR, SBP | 0-5 | | **Renal** | BUN, Creatinine, Urine Output | 0-5 | | **Pulmonary** | PaO2/FiO2 (ventilated only) | 0-3 | | **Hematologic** | WBC, Platelets | 0-3 | | **Hepatic** | PT, Bilirubin | 0-1 | **Total Range**: 0-22 ## Pre-computed Table ```sql SELECT subject_id, hadm_id, stay_id, lods, neurologic, cardiovascular, renal, pulmonary, hematologic, hepatic FROM mimiciv_derived.lods; ``` ## Component Scoring Details ### Neurologic (GCS) | GCS | Score | |-----|-------| | <= 5 | 5 | | 6-8 | 3 | | 9-13 | 1 | | 14-15 | 0 | ### Cardiovascular | Condition | Score | |-----------|-------| | HR < 30 OR SB

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Score Components (First 24 Hours)
  3. Pre-computed Table
  4. Component Scoring Details
  5. Neurologic (GCS)
  6. Cardiovascular
  7. Renal
  8. Pulmonary (Ventilated Patients Only)
  9. Hematologic
  10. Hepatic
  11. Critical Implementation Notes
  12. Example: Organ Dysfunction Profile
  13. Example: Multi-Organ Failure Analysis
  14. References
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the lods-score skill do?

Calculate LODS (Logistic Organ Dysfunction Score) for ICU patients in MIMIC-IV. Use for organ dysfunction assessment across 6 systems with weighted scoring.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill lods-score-hannesill-m4 --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