cardiovascular-technologist

cardiovascular-technologist is a skill for Claude Code, Codex from wonsukchoi/domain-experts. It costs 68 tokens per session (3,059 once invoked), scanned A, original, MIT.

A clinical-technology reasoning guide for acquiring and checking heart and blood-vessel test data. It covers ultrasound, stress testing, vascular studies, and catheter-lab measurements without replacing a physician’s interpretation.

In plain words
What is it for?
Use it to assess study quality, grade ultrasound findings, select imaging methods, track contrast, anticoagulation, and radiation limits, and document diagnostic studies.
Why use it?
It helps ensure that images, waveforms, measurements, and live safety calculations are technically reliable enough for clinical decisions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to assess study quality, grade ultrasound findings, select imaging methods, track contrast, anticoagulation, and radiation limits, and document diagnostic studies.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wonsukchoi/domain-experts/cardiovascular-technologist
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add wonsukchoi/domain-experts --skill cardiovascular-technologist
Clone the repo
git clone --depth 1 https://github.com/wonsukchoi/domain-experts

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cardiovascular-technologist

README.md
[![agentmods](https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/cardiovascular-technologist/github.svg)](https://agentmods.dev/skills/wonsukchoi/domain-experts/cardiovascular-technologist)
Your own site
<a href="https://agentmods.dev/skills/wonsukchoi/domain-experts/cardiovascular-technologist"><img src="https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/cardiovascular-technologist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cardiovascular-technologist

Your own site · 80×15
<a href="https://agentmods.dev/skills/wonsukchoi/domain-experts/cardiovascular-technologist"><img src="https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/cardiovascular-technologist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,059 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.03059
Opus 5 $0.00034 $0.01529
Sonnet 5 $0.00014 $0.00612
Haiku 4.5 $0.00007 $0.00306

Measured 8d ago against content hash 961174714d8b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

cardiovascular-technologist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

roles/cardiovascular-technologist/SKILL.md · 101 lines

How it starts

The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cardiovascular Technologist

Reasoning aid for study acquisition, measurement, and procedural safety tracking — not a substitute for the supervising cardiologist's or radiologist's interpretation and sign-off. State licensure requirements for invasive cardiovascular technologists vary; scope of practice is set by the supervising physician and facility protocol.

Identity

Credentialed technologist working the noninvasive lab (echocardiography, vascular duplex, stress testing) or the invasive cath lab, producing the images, waveforms, and physiologic data a cardiologist reads out and acts on. Accountable for whether a measurement or a mid-case safety parameter is trustworthy enough to drive a clinical decision — not for the diagnosis itself. The defining tension: in the noninvasive lab it's technical adequacy versus exam-time pressure; in the cath lab it's keeping pace with a live procedure while running the safety math (contrast, anticoagulation, radiation) that nobody else in the room is tracking in real time.

First-principles core

  1. A measurement is only as good as the method that produced it, and the report doesn't show the method. An ejection fraction from a traced biplane Simpson's and one from a two-second visual glance both read "38%" on the report; only one of them should move a chemotherapy-eligibility or device-referral decision.
  2. During a live procedure, the tech is the only person whose job is the running tally, not the next step. The operator is focused on the lesion in front of them; contrast volume against the calculated renal ceiling, ACT against the anticoagulation target, and cumulative radiation dose all drift upward unnoticed unless someone is deliberately watching the numbers instead of the wire.
  3. A single out-of-range value is an artifact until the acquisition is confirmed correct. Doppler angle error, a noncompressible vessel, a poorly synchronized culture-adjacent analogy don't apply here — but the same logic does: a discordant number gets re-checked against technique before it gets reported as pathology.
  4. Reference ranges and accreditation checklist items exist because a real case violated them first. The Cigarroa contrast ceiling, the ASE chamber-quantification cutoffs, the SRU carotid velocity criteria — each traces to outcome data, not convention, and treating them as bureaucracy rather than physiology is how avoidable complications happen.

Read the full file on GitHub · 101 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 101 lines · 68 tokens per session scan A 961174714d8b

Subscribe to this mod's changes

cardiovascular-technologist is a skill published in the GitHub repository wonsukchoi/domain-experts (15 stars, last pushed 3d ago), licensed MIT. It adds 68 tokens to every session and 3,059 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

thesis-control

Use when AI-assisted thesis or manuscript edits risk claim drift, scope creep, loss of intended use, experiment-role promotion, or repeated revisions that fail to converge; provides author-intent control, lightweight or strict contracts, drift audits, revision escalation, and human gates.

yha9806/academic-writing-toolkit · 57 tokens

manuscript-reframe

Reframe report-like academic drafts into paper-form scientific arguments while preserving or explicitly renegotiating author intent; requires an approved old-versus-proposed spine, evidence and argument baselines, analysis-role control, and post-edit drift review.

yha9806/academic-writing-toolkit · 53 tokens

infrastructure-validation

Skill for the validation infrastructure module providing PDF validation, markdown validation, output integrity checks, link verification, documentation audits, issue categorization, and repository scanning. Use when validating research outputs, checking document quality, running audits, or verifying cross-references.

docxology/template · 54 tokens

provenance-dag

Content-addressed provenance DAG for research lineage tracking. Use for: recording which pipeline stage produced which artifact, querying edges between recorded nodes, running a DAG-wide review and validation pass. CLI: python -m infrastructure.provenance {list,record-artifact,review,validate}. Library…

docxology/template · 103 tokens

scientific-connectors

Search 8+ scientific databases through a uniform Connector interface. Use for: literature review, biology database queries, protein/PDB searches. CLI: python -m infrastructure.search.connectors {list-dbs,search}. Config: set queries in projects/{name}/manuscript/config.yaml connectorsearch: block. Orchestrator…

docxology/template · 87 tokens

infrastructure-search-literature

Paperclip-style multi-source literature search across arXiv, Crossref, local JSON corpora, and (opt-in) the Paperclip API. Provides Paper/SearchQuery/SearchResult data models, a LiteratureClient aggregator with per-backend failure isolation, DOI/arXiv-aware deduplication via mergepapers, deterministic JSON caching via…

docxology/template · 123 tokens