Agent skill · Documentation

clinical-case-report

Structured medical case presentation for clinical rounds, conferences, and documentation. Generates SOAP-format or narrative case reports with physiologically accurate vitals, labs, and evidence-based plans. Use when the brief mentions "case report", "case presentation", "SOAP note", "clinical case", "ward rounds", "case summary", or "patient presentation".

nexu95,528★ · +2,037/wk · 5 repos on radarProfile →
claude-codecodexcursorApache-2.0
Install
npx skills add nexu-io/open-design --skill clinical-case-report --agent claude-code

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

Facts
Files in the skill folder: 5
SKILL.md size: 9 KB
Bundled scripts: none
Path: design-templates/clinical-case-report/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 83,577 · +1,339 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Clinical Case Report Skill Generate a structured medical case presentation for clinical rounds, conferences, or documentation. The output follows standard medical formatting conventions used in hospital settings worldwide. ## What you will produce A single-page HTML case report (`index.html`). Content varies by format (see `references/case-formats.md` — selected in Step 0): **SOAP / Conference format:** - **Patient identification** — age, sex, chief complaint - **History of Present Illness (HPI)** — chronological narrative with pertinent positives and negatives - **Past Medical History, Medications, Allergies** - **Review of Systems** - **Physical Examination** — systematic findings by system - **Vital Signs** — formatted table with reference ranges and flags - **Investigations** — laboratory results and imaging findings - **Assessment** — primary diagnosis and differential (3–5 items) with clinical reasoning for each - **Management Plan** — evidence-based, organised by problem **Brief Rounds format** (daily review, ward round, handover, ICU, post-call): - **ID line** — age, sex, day of admission, primary problem - **Interval events / current status** — what has changed since las

What's inside
Steps it walks through
  1. What you will produce
  2. Step-by-step workflow
  3. Step 0 — Load reference files
  4. Step 1 — Parse the brief
  5. Step 2 — Build the clinical narrative
  6. Step 3 — Generate physiologically consistent clinical data
  7. Step 4 — Write the assessment
  8. Step 5 — Write the management plan
  9. Important — Prescribing Safety
  10. Step 6 — Write index.html
  11. Step 7 — Self-check against references/checklist.md
Ships with 4 files
  • example.html
  • examples/example-stemi.html
  • references/case-formats.md
  • references/checklist.md
More from open-design
All skills →
About this skill
What does the clinical-case-report skill do?

Structured medical case presentation for clinical rounds, conferences, and documentation. Generates SOAP-format or narrative case reports with physiologically accurate vitals, labs, and evidence-based plans. Use when the brief mentions "case report", "case presentation", "SOAP note", "clinical case", "ward rounds", "case summary", or "patient presentation".

How do I install it?

Run `npx skills add nexu-io/open-design --skill clinical-case-report --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 nexu-io/open-design, a repository with 83,577 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