Claude Code plugin providing skills for working with CLIF (Common Longitudinal ICU data Format) and the clifpy Python library.
pip install clifpy/plugin marketplace add Common-Longitudinal-ICU-data-Format/skills
/plugin install clif-icu@clif-skillsCopy skills/clif-icu to:
- Personal:
~/.claude/skills/clif-icu/ - Project:
.claude/skills/clif-icu/
| Skill | Description |
|---|---|
| clif-icu | Analyzes ICU clinical data using CLIF format and clifpy. Loads tables, computes SOFA/CCI/Elixhauser scores, creates wide datasets. |
clif-skills/
├── .claude-plugin/
│ └── marketplace.json # Plugin registration
├── skills/
│ └── clif-icu/ # CLIF ICU skill
│ ├── SKILL.md # Skill definition
│ ├── reference/ # Documentation
│ ├── mCIDE/ # Standardized vocabulary
│ └── schemas/ # YAML schema definitions
├── README.md # This file
└── LICENSE
CLIF (Common Longitudinal ICU data Format) is a standardized format for ICU clinical data enabling multi-center research and collaboration.
- Official Website: clif-icu.com
- Python Library: clifpy on PyPI
Apache 2.0