sciagent-skill-creator
Scaffold a new SciAgent-Skills entry. Picks pipeline/toolkit/database/guide template, creates skills/{category}/{name}/SKILL.md with valid frontmatter, appends…
Guidelines for clinical decision support (CDS) documents: biomarker-stratified cohort analyses and GRADE-graded treatment reports. Covers structure, executive summaries, evidence grading (1A–2C), stats (HR, CI, survival), and biomarker integration. Use for pharma research docs,
$ npx -y skills add jaechang-hits/SciAgent-Skills --skill clinical-decision-support-documents --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/clinical-decision-support-documentsContext preview
The summary Claude sees to decide when to auto-load this skill.
Guidelines for clinical decision support (CDS) documents: biomarker-stratified cohort analyses and GRADE-graded treatment reports. Covers structure, executive summaries, evidence grading (1A–2C), stats (HR, CI, survival), and biomarker integration. Use for pharma research docs,
name: clinical-decision-support-documents description: "Guidelines for clinical decision support (CDS) documents: biomarker-stratified cohort analyses and GRADE-graded treatment reports. Covers structure, executive summaries, evidence grading (1A–2C), stats (HR, CI, survival), and biomarker integration. Use for pharma research docs, clinical guidelines, regulatory submissions." license: CC-BY-4.0
Clinical decision support (CDS) documents are analytical reports for pharmaceutical research, guideline development, and regulatory submissions. This knowhow covers two main document types: Patient Cohort Analyses (biomarker-stratified group outcomes) and Treatment Recommendation Reports (evidence-graded clinical guidelines). For individual patient-level treatment plans, use the `treatment-plans` skill instead.
**Patient Cohort Analysis** — Group-level statistical comparison of patient subgroups stratified by biomarkers, molecular subtypes, or clinical characteristics.
**Treatment Recommendation Report** — Evidence-based clinical guidelines with GRADE-graded recommendations for disease management.
The Grading of Recommendations, Assessment, Development and Evaluations (GRADE) system classifies recommendations by strength and evidence quality:
| Grade | Strength | Evidence Quality | Meaning | |-------|----------|-----------------|---------| | **1A** | Strong | High | Benefits clearly outweigh risks; consistent RCT data | | **1B** | Strong | Moderate | Benefits likely outweigh risks; limited RCT data | | **2A** | Weak | High | Trade-offs exist; high-quality evidence but patient values matter | | **2B** | Weak | Moderate | Uncertain trade-offs; limited evidence | | **2C** | Weak | Low | Very uncertain; expert opinion or observational data only |
| Metric | Abbreviation | Definition | |--------|-------------|------------| | Overall Survival | OS | Time from treatment start to death from any cause | | Progression-Free Survival | PFS | Time to disease progression or death | | Objective Response Rate | ORR | Proportion with CR + PR per RECIST 1.1 | | Duration of Response | DOR | Time from first response to progression | | Disease Control Rate | DCR | Proportion with CR + PR + SD |
Use this framework to select the appropriate document type:
Is this about a POPULATION or an INDIVIDUAL patient?
├── POPULATION (group-level analysis)
│ ├── Comparing outcomes between subgroups? → Patient Cohort Analysis
│ ├── Developing treatment guidelines? → Treatment Recommendation Report
│ └── Both analysis and recommendations? → Combined (cohort analysis + recommendations chapter)
└── INDIVIDUAL (single patient)
└── Use treatment-plans skill instead| Scenario | Document Type | Key Sections | |----------|--------------|-------------| | Phase 2/3 trial subgroup analysis | Cohort Analysis | Biomarker stratification, survival curves, forest plots | | Clinical practice guideline | Treatment Recommendations | GRADE-graded recs, decision algorithm, evidence tables | | Companion diagnostic development | Cohort Analysis | Biomarker-response correlation, sensitivity/specificity | | Medical affairs strategy | Treatment Recommendations | Competitive landscape, positioning, KOL education | | Real-world evidence study | Cohort Analysis | EMR cohort definition, outcomes by treatment arm |
1. **Always start with a full-page executive summary**: Page 1 should contain 3–5 colored summary boxes (findings, biomarkers, implications, statistics, safety) that are scannable in 60 seconds. No table of contents on page 1. This is the single most impactful formatting decision for CDS documents.
2. **Use GRADE consistently**: Every treatment recommendation must have a GRADE rating (1A–2C) with documented rationale. Do not mix GRADE with other rating systems within the same document.
3. **Report effect sizes, not just p-values**: Always include hazard ratios or odds ratios with 95% confidence intervals. A p-value alone does not convey clinical significance or effect magnitude.
4. **Specify biomarker assay details**: Name the platform (e.g., FoundationOne CDx, Ventana PD-L1 SP263), cut-points, and validation status. Biomarker results are only actionable when the assay is known.
5. **Use RECIST 1.1 for response assessment**: For immunotherapy cohorts, note iRECIST criteria and pseudoprogression handling. Clearly state which criteria were used.
6. **Include number-at-risk tables**: Below every Kaplan-Meier curve, show the number of patients at risk at each time point. This is mandatory for credible survival analysis.
7. **Declare data completeness and follow-up**: Report median follow-up time, data maturity (% events), and how missing data was handled (complete case, imputation method).
8. **De-identify per HIPAA Safe Harbor**: Remove all 18 HIPAA identifiers before including any patient-level da
Turn your AI coding agent into a life sciences expert — 199 bioinformatics skills for Claude Code covering RNA-seq, single-cell analysis, genomics, proteomics, drug discovery, and more. Boosted BixBench from 65% to 92%. Open source.
Scaffold a new SciAgent-Skills entry. Picks pipeline/toolkit/database/guide template, creates skills/{category}/{name}/SKILL.md with valid frontmatter, appends…
Bayesian modeling with PyMC 5: priors, likelihood, NUTS/ADVI sampling, diagnostics (R-hat, ESS), LOO/WAIC comparison, prediction. Hierarchical, logistic, GP…
Time-to-event modeling with scikit-survival: Cox PH (elastic net), Random Survival Forests, Boosting, SVMs for censored data. C-index, Brier, time-dependent…
Guided statistical analysis: test choice, assumption checks, effect sizes, power, APA reporting. Pick tests, verify assumptions, or format results for…
Python statistical modeling: regression (OLS, WLS, GLM), discrete (Logit, Poisson, NegBin), time series (ARIMA, SARIMAX, VAR), with rigorous inference,…
DL cell/nucleus segmentation for fluorescence and brightfield microscopy. Pre-trained models (cyto3, nuclei, tissuenet) and a generalist flow-based algorithm…