clinical-decision-support
Prepare and validate research-only clinical decision-support evaluation, evidence-profile, cohort, survival, biomarker/model, privacy, and governance artifacts. Use for aggregate or synthetic research documentation and traceability—not patient care or live clinical operation.
npx skills add K-Dense-AI/claude-scientific-writer --skill clinical-decision-support --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Clinical Decision-Support Research and Evaluation ## Hard Safety Boundary This skill produces **research, evaluation, documentation, and governance artifacts only**. Never use it to: - diagnose or classify a person; - recommend, select, sequence, start, stop, or modify treatment; - calculate or communicate a patient-specific dose; - triage, prioritize, alarm, alert, or determine urgency; - make or automate a patient-specific clinical decision; - support bedside, point-of-care, or live clinical operation; - replace professional judgment or a validated, authorized clinical system; - claim FDA authorization, regulatory conformity, HIPAA compliance, or legal compliance. If a request could affect care for a person, stop the workflow and route the matter to a licensed healthcare professional using locally validated and appropriately authorized systems. Do not redirect to another skill for patient-specific care. ## In Scope - Intended-use and limitation statements for research artifacts - Aggregate cohort table shells with disclosure controls - Statistical analysis plans and survival-analysis plan review - Aggregate model or biomarker performance evaluation - Transparent GRADE evidence-
- Hard Safety Boundary
- In Scope
- Data Gate
- Required Artifact Header
- Workflow
- 1. Frame the Research Question
- 2. Select the Artifact
- 3. Run Locally
- 4. Human Review
- GRADE Evidence Profiles
- Aggregate Model and Biomarker Evaluation
- Cohort Tables
- Survival Plans
- Decision Logic
python3 scripts/validate_cds_artifact.py --help
python3 scripts/evidence_profile_check.py --help
python3 scripts/model_biomarker_evaluation.py --help
python3 scripts/cohort_table_generator.py --help
python3 scripts/survival_plan_validator.py --help
python3 scripts/decision_logic_traceability.py --help
python3 scripts/deidentification_checklist.py --help
python3 -m unittest discover -s tests/clinical-decision-support -p 'test_*.py'
python3 -c "import ast,pathlib; [ast.parse(p.read_text()) for p in pathlib.Path('scripts').glob('*.py')]"What does the clinical-decision-support skill do?
Prepare and validate research-only clinical decision-support evaluation, evidence-profile, cohort, survival, biomarker/model, privacy, and governance artifacts. Use for aggregate or synthetic research documentation and traceability—not patient care or live clinical operation.
How do I install it?
Run `npx skills add K-Dense-AI/claude-scientific-writer --skill clinical-decision-support --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 K-Dense-AI/claude-scientific-writer, a repository with 2,169 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.
