clinical-decision-support by davila7/claude-code-templates
npx skills add https://github.com/davila7/claude-code-templates --skill clinical-decision-support为制药公司、临床研究人员和医疗决策者生成专业的临床决策支持(CDS)文档。此技能专门用于生成分析性、基于证据的文档,为治疗策略和药物开发提供信息:
所有文档均生成为可直接发表的 LaTeX/PDF 文件,针对药物研究、监管提交和临床指南开发进行了优化。
注意: 对于床旁的个体患者治疗计划,请使用 treatment-plans 技能。此技能侧重于药物/研究环境中的群体水平分析和证据综合。
患者队列分析
治疗推荐报告
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
此技能专为制药和临床研究应用设计:
药物开发
医学事务
临床指南
真实世界证据
在以下情况下使用此技能:
请勿将此技能用于:
treatment-plans 技能)treatment-plans 技能)treatment-plans 技能)⚠️ 强制要求:每份临床决策支持文档必须包含至少 1-2 个使用 scientific-schematics 技能生成的 AI 生成图表。
这是强制性的。临床决策文档需要清晰的视觉算法。在最终确定任何文档之前:
如何生成图表:
如何生成示意图:
python scripts/generate_schematic.py "your diagram description" -o figures/output.png
AI 将自动:
何时添加示意图:
有关创建示意图的详细指导,请参阅 scientific-schematics 技能文档。
关键要求:所有临床决策支持文档必须在第 1 页以完整的执行摘要开始,该摘要占据整个第一页,然后才是任何目录或详细章节。
每份 CDS 文档的第一页应仅包含执行摘要,并包含以下组成部分:
必需元素(全部在第 1 页):
* 主标题(例如,“生物标志物分层队列分析”或“基于证据的治疗推荐”)
* 包含疾病状态和重点的副标题
2. 报告信息框(使用彩色 tcolorbox)
* 文档类型和目的
* 分析/报告日期
* 疾病状态和患者人群
* 作者/机构(如适用)
* 分析框架或方法
3. 关键发现框(3-5 个使用 tcolorbox 的彩色框)
* **主要结果**(蓝色框):主要疗效/结局发现
* **生物标志物见解**(绿色框):关键分子亚型发现
* **临床意义**(黄色/橙色框):可操作的治疗意义
* **统计摘要**(灰色框):风险比、p 值、关键统计量
* **安全性要点**(红色框,如适用):关键不良事件或警告
视觉要求:
\thispagestyle{empty} 从第 1 页移除页码\newpage 之前)\newpage,然后才是目录或详细章节示例第一页 LaTeX 结构:
\maketitle
\thispagestyle{empty}
% Report Information Box
\begin{tcolorbox}[colback=blue!5!white, colframe=blue!75!black, title=Report Information]
\textbf{Document Type:} Patient Cohort Analysis\\
\textbf{Disease State:} HER2-Positive Metastatic Breast Cancer\\
\textbf{Analysis Date:} \today\\
\textbf{Population:} 60 patients, biomarker-stratified by HR status
\end{tcolorbox}
\vspace{0.3cm}
% Key Finding #1: Primary Results
\begin{tcolorbox}[colback=blue!5!white, colframe=blue!75!black, title=Primary Efficacy Results]
\begin{itemize}
\item Overall ORR: 72\% (95\% CI: 59-83\%)
\item Median PFS: 18.5 months (95\% CI: 14.2-22.8)
\item Median OS: 35.2 months (95\% CI: 28.1-NR)
\end{itemize}
\end{tcolorbox}
\vspace{0.3cm}
% Key Finding #2: Biomarker Insights
\begin{tcolorbox}[colback=green!5!white, colframe=green!75!black, title=Biomarker Stratification Findings]
\begin{itemize}
\item HR+/HER2+: ORR 68\%, median PFS 16.2 months
\item HR-/HER2+: ORR 78\%, median PFS 22.1 months
\item HR status significantly associated with outcomes (p=0.041)
\end{itemize}
\end{tcolorbox}
\vspace{0.3cm}
% Key Finding #3: Clinical Implications
\begin{tcolorbox}[colback=orange!5!white, colframe=orange!75!black, title=Clinical Recommendations]
\begin{itemize}
\item Strong efficacy observed regardless of HR status (Grade 1A)
\item HR-/HER2+ patients showed numerically superior outcomes
\item Treatment recommended for all HER2+ MBC patients
\end{itemize}
\end{tcolorbox}
\newpage
\tableofcontents % TOC on page 2
\newpage % Detailed content starts page 3
治疗推荐的第 1 页执行摘要应包括:
详细章节(第 3 页及以后):
强制第一页要求:
文档规范:
视觉元素:
此技能与以下集成:
临床决策支持(此技能):
治疗计划技能:
何时使用每种技能:
示例 1:NSCLC 生物标志物分层
> Analyze a cohort of 45 NSCLC patients stratified by PD-L1 expression (<1%, 1-49%, ≥50%)
> receiving pembrolizumab. Include outcomes: ORR, median PFS, median OS with hazard ratios
> comparing PD-L1 ≥50% vs <50%. Generate Kaplan-Meier curves and waterfall plot.
示例 2:GBM 分子亚型分析
> Generate cohort analysis for 30 GBM patients classified into Cluster 1 (Mesenchymal-Immune-Active)
> and Cluster 2 (Proneural) molecular subtypes. Compare outcomes including median OS, 6-month PFS rate,
> and response to TMZ+bevacizumab. Include biomarker profile table and statistical comparison.
示例 3:乳腺癌 HER2 队列
> Analyze 60 HER2-positive metastatic breast cancer patients treated with trastuzumab-deruxtecan,
> stratified by prior trastuzumab exposure (yes/no). Include ORR, DOR, median PFS with forest plot
> showing subgroup analyses by hormone receptor status, brain metastases, and number of prior lines.
示例 1:HER2+ 转移性乳腺癌指南
> Create evidence-based treatment recommendations for HER2-positive metastatic breast cancer including
> biomarker-guided therapy selection. Use GRADE system to grade recommendations for first-line
> (trastuzumab+pertuzumab+taxane), second-line (trastuzumab-deruxtecan), and third-line options.
> Include decision algorithm flowchart based on brain metastases, hormone receptor status, and prior therapies.
示例 2:晚期 NSCLC 治疗算法
> Generate treatment recommendation report for advanced NSCLC based on PD-L1 expression, EGFR mutation,
> ALK rearrangement, and performance status. Include GRADE-graded recommendations for each molecular subtype,
> TikZ flowchart for biomarker-directed therapy selection, and evidence tables from KEYNOTE-189, FLAURA,
> and CheckMate-227 trials.
示例 3:多发性骨髓瘤治疗线序
> Create treatment algorithm for newly diagnosed multiple myeloma through relapsed/refractory setting.
> Include GRADE recommendations for transplant-eligible vs ineligible, high-risk cytogenetics considerations,
> and sequencing of daratumumab, carfilzomib, and CAR-T therapy. Provide flowchart showing decision points
> at each line of therapy.
GRADE 系统
推荐强度
\thispagestyle{empty} 并以 \newpage 结束
* 这是最重要的一页 - 应能在 60 秒内扫描完毕请参阅 references/ 目录以获取以下方面的详细指导:
请参阅 assets/ 目录以获取 LaTeX 模板:
cohort_analysis_template.tex - 包含统计比较的生物标志物分层患者队列分析treatment_recommendation_template.tex - 包含 GRADE 分级的基于证据的临床实践指南clinical_pathway_template.tex - 用于治疗排序的 TikZ 决策算法流程图biomarker_report_template.tex - 分子亚型分类和基因组谱报告evidence_synthesis_template.tex - 系统证据审查和荟萃分析摘要模板特性:
请参阅 scripts/ 目录以获取分析和可视化工具:
generate_survival_analysis.py - Kaplan-Meier 曲线生成,包含对数秩检验、风险比、95% CIcreate_waterfall_plot.py - 用于队列分析的最佳缓解可视化create_forest_plot.py - 包含置信区间的亚组分析可视化create_cohort_tables.py - 人口统计学、生物标志物频率和结局表build_decision_tree.py - 用于治疗算法的 TikZ 流程图生成biomarker_classifier.py - 按分子亚型的患者分层算法calculate_statistics.py - 风险比、Cox 回归、对数秩检验、Fisher 精确检验validate_cds_document.py - 质量和合规性检查(HIPAA、统计报告标准)grade_evidence.py - 用于治疗推荐的自动化 GRADE 评估助手每周安装次数
145
代码库
GitHub 星标数
22.6K
首次出现
2026年1月21日
安全审计
安装于
claude-code117
opencode116
gemini-cli109
cursor107
codex97
antigravity94
Generate professional clinical decision support (CDS) documents for pharmaceutical companies, clinical researchers, and medical decision-makers. This skill specializes in analytical, evidence-based documents that inform treatment strategies and drug development:
All documents are generated as publication-ready LaTeX/PDF files optimized for pharmaceutical research, regulatory submissions, and clinical guideline development.
Note: For individual patient treatment plans at the bedside, use the treatment-plans skill instead. This skill focuses on group-level analyses and evidence synthesis for pharmaceutical/research settings.
Patient Cohort Analysis
Treatment Recommendation Reports
This skill is specifically designed for pharmaceutical and clinical research applications:
Drug Development
Medical Affairs
Clinical Guidelines
Real-World Evidence
Use this skill when you need to:
Do NOT use this skill for:
treatment-plans skill)treatment-plans skill)treatment-plans skill)⚠️ MANDATORY: Every clinical decision support document MUST include at least 1-2 AI-generated figures using the scientific-schematics skill.
This is not optional. Clinical decision documents require clear visual algorithms. Before finalizing any document:
How to generate figures:
How to generate schematics:
python scripts/generate_schematic.py "your diagram description" -o figures/output.png
The AI will automatically:
When to add schematics:
For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.
CRITICAL REQUIREMENT: All clinical decision support documents MUST begin with a complete executive summary on page 1 that spans the entire first page before any table of contents or detailed sections.
The first page of every CDS document should contain ONLY the executive summary with the following components:
Required Elements (all on page 1):
Document Title and Type
Report Information Box (using colored tcolorbox)
Key Findings Boxes (3-5 colored boxes using tcolorbox)
Visual Requirements:
\thispagestyle{empty} to remove page numbers from page 1\newpage)\newpage before table of contents or detailed sectionsExample First Page LaTeX Structure:
\maketitle
\thispagestyle{empty}
% Report Information Box
\begin{tcolorbox}[colback=blue!5!white, colframe=blue!75!black, title=Report Information]
\textbf{Document Type:} Patient Cohort Analysis\\
\textbf{Disease State:} HER2-Positive Metastatic Breast Cancer\\
\textbf{Analysis Date:} \today\\
\textbf{Population:} 60 patients, biomarker-stratified by HR status
\end{tcolorbox}
\vspace{0.3cm}
% Key Finding #1: Primary Results
\begin{tcolorbox}[colback=blue!5!white, colframe=blue!75!black, title=Primary Efficacy Results]
\begin{itemize}
\item Overall ORR: 72\% (95\% CI: 59-83\%)
\item Median PFS: 18.5 months (95\% CI: 14.2-22.8)
\item Median OS: 35.2 months (95\% CI: 28.1-NR)
\end{itemize}
\end{tcolorbox}
\vspace{0.3cm}
% Key Finding #2: Biomarker Insights
\begin{tcolorbox}[colback=green!5!white, colframe=green!75!black, title=Biomarker Stratification Findings]
\begin{itemize}
\item HR+/HER2+: ORR 68\%, median PFS 16.2 months
\item HR-/HER2+: ORR 78\%, median PFS 22.1 months
\item HR status significantly associated with outcomes (p=0.041)
\end{itemize}
\end{tcolorbox}
\vspace{0.3cm}
% Key Finding #3: Clinical Implications
\begin{tcolorbox}[colback=orange!5!white, colframe=orange!75!black, title=Clinical Recommendations]
\begin{itemize}
\item Strong efficacy observed regardless of HR status (Grade 1A)
\item HR-/HER2+ patients showed numerically superior outcomes
\item Treatment recommended for all HER2+ MBC patients
\end{itemize}
\end{tcolorbox}
\newpage
\tableofcontents % TOC on page 2
\newpage % Detailed content starts page 3
Page 1 Executive Summary for Treatment Recommendations should include:
Detailed Sections (Page 3+):
MANDATORY FIRST PAGE REQUIREMENT:
Document Specifications:
Visual Elements:
This skill integrates with:
Clinical Decision Support (this skill):
Treatment-Plans Skill:
When to use each:
Example 1: NSCLC Biomarker Stratification
> Analyze a cohort of 45 NSCLC patients stratified by PD-L1 expression (<1%, 1-49%, ≥50%)
> receiving pembrolizumab. Include outcomes: ORR, median PFS, median OS with hazard ratios
> comparing PD-L1 ≥50% vs <50%. Generate Kaplan-Meier curves and waterfall plot.
Example 2: GBM Molecular Subtype Analysis
> Generate cohort analysis for 30 GBM patients classified into Cluster 1 (Mesenchymal-Immune-Active)
> and Cluster 2 (Proneural) molecular subtypes. Compare outcomes including median OS, 6-month PFS rate,
> and response to TMZ+bevacizumab. Include biomarker profile table and statistical comparison.
Example 3: Breast Cancer HER2 Cohort
> Analyze 60 HER2-positive metastatic breast cancer patients treated with trastuzumab-deruxtecan,
> stratified by prior trastuzumab exposure (yes/no). Include ORR, DOR, median PFS with forest plot
> showing subgroup analyses by hormone receptor status, brain metastases, and number of prior lines.
Example 1: HER2+ Metastatic Breast Cancer Guidelines
> Create evidence-based treatment recommendations for HER2-positive metastatic breast cancer including
> biomarker-guided therapy selection. Use GRADE system to grade recommendations for first-line
> (trastuzumab+pertuzumab+taxane), second-line (trastuzumab-deruxtecan), and third-line options.
> Include decision algorithm flowchart based on brain metastases, hormone receptor status, and prior therapies.
Example 2: Advanced NSCLC Treatment Algorithm
> Generate treatment recommendation report for advanced NSCLC based on PD-L1 expression, EGFR mutation,
> ALK rearrangement, and performance status. Include GRADE-graded recommendations for each molecular subtype,
> TikZ flowchart for biomarker-directed therapy selection, and evidence tables from KEYNOTE-189, FLAURA,
> and CheckMate-227 trials.
Example 3: Multiple Myeloma Line-of-Therapy Sequencing
> Create treatment algorithm for newly diagnosed multiple myeloma through relapsed/refractory setting.
> Include GRADE recommendations for transplant-eligible vs ineligible, high-risk cytogenetics considerations,
> and sequencing of daratumumab, carfilzomib, and CAR-T therapy. Provide flowchart showing decision points
> at each line of therapy.
GRADE System
Recommendation Strength
\thispagestyle{empty} and end with \newpageSee the references/ directory for detailed guidance on:
See the assets/ directory for LaTeX templates:
cohort_analysis_template.tex - Biomarker-stratified patient cohort analysis with statistical comparisonstreatment_recommendation_template.tex - Evidence-based clinical practice guidelines with GRADE gradingclinical_pathway_template.tex - TikZ decision algorithm flowcharts for treatment sequencingbiomarker_report_template.tex - Molecular subtype classification and genomic profile reportsevidence_synthesis_template.tex - Systematic evidence review and meta-analysis summariesTemplate Features:
See the scripts/ directory for analysis and visualization tools:
generate_survival_analysis.py - Kaplan-Meier curve generation with log-rank tests, hazard ratios, 95% CIcreate_waterfall_plot.py - Best response visualization for cohort analysescreate_forest_plot.py - Subgroup analysis visualization with confidence intervalscreate_cohort_tables.py - Demographics, biomarker frequency, and outcomes tablesbuild_decision_tree.py - TikZ flowchart generation for treatment algorithmsbiomarker_classifier.py - Patient stratification algorithms by molecular subtypecalculate_statistics.py - Hazard ratios, Cox regression, log-rank tests, Fisher's exactvalidate_cds_document.py - Quality and compliance checks (HIPAA, statistical reporting standards)Weekly Installs
145
Repository
GitHub Stars
22.6K
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
claude-code117
opencode116
gemini-cli109
cursor107
codex97
antigravity94
Excel财务建模规范与xlsx文件处理指南:专业格式、零错误公式与数据分析
42,900 周安装
GitHub议题自动导出工具 - 将开放议题批量保存为Markdown文档
181 周安装
Claude Artifacts Builder:React + TypeScript + Vite 前端构建工具,一键打包HTML
181 周安装
Notion会议智能助手:AI驱动会议准备工具,自动生成议程与预读材料
181 周安装
EachLabs图像编辑API:130+ AI模型,一键实现图片编辑、增强与背景移除
181 周安装
Claude AI 技能创建指南:构建模块化、基于文件系统的智能体技能
181 周安装
产品分发渠道指南:如何通过AWS、Azure、Shopify等市场与App Store优化软件销售
181 周安装
grade_evidence.py - Automated GRADE assessment helper for treatment recommendations