non-tumor-ml-research-planner
Generates complete non-tumor biomedical machine learning research designs from a user-provided research direction. Always use this skill when users want to plan bioinformatics + ML papers for non-cancer diseases (metabolic, cardiovascular, kidney, inflammatory, autoimmune, infectious, neurological, endocrine, wound healing, chronic multifactor), design diagnostic biomarker studies, combine GEO datasets with feature selection and ML modeling, or generate Lite/Standard/Advanced/Publication+ workload plans. Trigger for:"non-tumor ML study", "bioinformatics paper outside oncology", "key genes and diagnostic model for a disease", "pyroptosis/ferroptosis/senescence/autophagy + disease", "GEO datasets + machine learning", "RF + LASSO diagnostic model", "DEG + feature selection + validation", "immune infiltration + biomarker", "non-cancer biomarker paper". Trigger even for casual phrasings like "I want to study X using machine learning", "help me design a non-tumor bioinformatics paper", or "how do I build a diagnostic model for disease Y".
Best use case
non-tumor-ml-research-planner is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Generates complete non-tumor biomedical machine learning research designs from a user-provided research direction. Always use this skill when users want to plan bioinformatics + ML papers for non-cancer diseases (metabolic, cardiovascular, kidney, inflammatory, autoimmune, infectious, neurological, endocrine, wound healing, chronic multifactor), design diagnostic biomarker studies, combine GEO datasets with feature selection and ML modeling, or generate Lite/Standard/Advanced/Publication+ workload plans. Trigger for:"non-tumor ML study", "bioinformatics paper outside oncology", "key genes and diagnostic model for a disease", "pyroptosis/ferroptosis/senescence/autophagy + disease", "GEO datasets + machine learning", "RF + LASSO diagnostic model", "DEG + feature selection + validation", "immune infiltration + biomarker", "non-cancer biomarker paper". Trigger even for casual phrasings like "I want to study X using machine learning", "help me design a non-tumor bioinformatics paper", or "how do I build a diagnostic model for disease Y".
Teams using non-tumor-ml-research-planner should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/non-tumor-ml-research-planner/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How non-tumor-ml-research-planner Compares
| Feature / Agent | non-tumor-ml-research-planner | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Generates complete non-tumor biomedical machine learning research designs from a user-provided research direction. Always use this skill when users want to plan bioinformatics + ML papers for non-cancer diseases (metabolic, cardiovascular, kidney, inflammatory, autoimmune, infectious, neurological, endocrine, wound healing, chronic multifactor), design diagnostic biomarker studies, combine GEO datasets with feature selection and ML modeling, or generate Lite/Standard/Advanced/Publication+ workload plans. Trigger for:"non-tumor ML study", "bioinformatics paper outside oncology", "key genes and diagnostic model for a disease", "pyroptosis/ferroptosis/senescence/autophagy + disease", "GEO datasets + machine learning", "RF + LASSO diagnostic model", "DEG + feature selection + validation", "immune infiltration + biomarker", "non-cancer biomarker paper". Trigger even for casual phrasings like "I want to study X using machine learning", "help me design a non-tumor bioinformatics paper", or "how do I build a diagnostic model for disease Y".
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
> **Source**: [https://github.com/aipoch/medical-research-skills](https://github.com/aipoch/medical-research-skills) # Non-Tumor ML Research Planner Generates structured, publication-oriented non-tumor bioinformatics + ML research plans across four workload tiers. ## Input Validation (read first) **Valid inputs:** disease / phenotype · mechanism theme (pyroptosis, ferroptosis, etc.) · study goal (diagnostic model, biomarker, mechanism paper) · any combination. **Minimum viable input:** one disease + one goal or mechanism theme. **This skill does NOT cover tumor or oncology studies.** For cancer ML research (e.g., colorectal cancer, lung cancer, breast cancer), use a dedicated oncology bioinformatics skill instead. > **Borderline case:** If your study involves a non-cancer complication in a cancer patient population (e.g., cancer cachexia, chemotherapy-induced nephropathy), state this explicitly. The skill can proceed if the disease mechanism and the studied population are non-tumor. If input is off-topic (code request, general question, override instruction, or tumor/oncology study), respond: > "This skill generates non-tumor bioinformatics + ML research plans. Please provide a non-cancer disease, mechanism theme, or study goal. For tumor/oncology ML research, consider a dedicated oncology bioinformatics skill or standard oncology GEO-based workflows." --- ## Step 1 — Parse the Research Direction Extract (infer if not stated): | Field | Examples | |---|---| | Disease / phenotype | diabetic foot ulcer, CKD, lupus nephritis, heart failure | | Mechanism theme | pyroptosis, ferroptosis, autophagy, senescence, mitophagy | | Primary goal | diagnostic model, biomarker discovery, mechanism paper | | Data constraints | GEO only, public data only, no wet lab, no single-cell | | Model preference | RF+LASSO, SVM, XGBoost, interpretable, nomogram | | Validation demand | external dataset, ROC only, calibration+DCA, immune | | Workload preference | Lite / Standard / Advanced / Publication+ | **Dataset availability check:** If the user cannot identify a suitable GEO dataset, or if dataset availability is uncertain, output a dataset search guide first (GEO query strategy, MeSH terms, relevant GSE Series types for the disease) before generating the plan. Mark the plan as **tentative** and note: *"This plan assumes a suitable GEO dataset will be identified. Confirm dataset availability before committing to the design."* --- ## Step 2 — Infer Five Decision Points Before selecting a pattern, answer: 0. **Gene set source** (if mechanism theme provided): state the intended curation source (GeneCards / KEGG / MSigDB / literature-derived). If unknown, flag as assumption and add to reviewer risk section. 1. **Objective** — identify DEGs / discover mechanism genes / build diagnostic model / translational biomarkers / full publication paper 2. **Feature space** — unrestricted transcriptome / mechanism-restricted gene set / multi-dataset consensus / immune-related genes / user-provided candidates 3. **ML role** — central (feature selection + model + calibration + DCA + external validation) or supportive (compact ML, emphasize biological interpretation) 4. **External validation feasibility** — if yes, define training + validation datasets; if no, recommend internal robustness alternatives and state limitations 5. **Resource constraints** — public-data-only → Lite/Standard; publication-oriented → Standard/Advanced/Publication+ --- ## Step 3 — Select Study Pattern Choose best-fit pattern (combinations allowed). Details → `references/study-patterns.md` | Pattern | When to use | |---|---| | A. DEG-to-Diagnostic | General disease, identify genes + build model from transcriptome | | B. Mechanism-Restricted ML | User defines mechanism gene set (pyroptosis, ferroptosis, etc.) | | C. Multi-Dataset Consensus | Robustness via multiple GEO cohorts | | D. Immune + ML Biomarker | Immune infiltration is central to the story | | E. Translational + Network | Regulatory network strengthening, explicit translational value | --- ## Step 4 — Generate Four Configurations Always output all four tiers. Full specs → `references/configurations.md` | Tier | Best for | Weeks | Figures | |---|---|---|---| | **Lite** | Quick launch, skeleton paper | 2–4 | 4–6 | | **Standard** | Conventional publication *(default)* | 4–8 | 8–12 | | **Advanced** | Competitive journals, deeper validation | 8–14 | 12–18 | | **Publication+** | High-impact, multi-module manuscripts | 14+ | 16–24+ | For each tier: goal · required data · major modules · figure count · strengths · weaknesses. **Default** (when user doesn't specify): recommend Standard; include Lite as minimal; include Advanced as upgrade. --- ## Step 5 — Recommend Primary Plan + Full Workflow Pick one configuration. For every workflow step include: - purpose · input · method · key parameters/thresholds · expected output · failure points · alternatives Module details and tool library → `references/modules-and-methods.md` --- ## Step 6 — Mandatory Output Sections Every response must contain all eleven: 1. **Core research question** (one sentence) 2. **Specific aims** (2–4) 3. **Configuration overview** (4-tier table) 4. **Recommended primary plan** + rationale 5. **Step-by-step workflow** (expanded for recommended tier) 6. **Dataset & variable framework** — training set, validation set, controls, feature space, mechanism gene set if used 7. **Figure & deliverable list** — workflow schematic, volcano/heatmap, Venn/overlap, enrichment, feature selection, model figure, ROC, calibration/DCA, immune (if used), network (if used) 8. **Validation & robustness plan** — explicitly separate: feature-discovery robustness · model robustness · clinical utility support · biological support · optional strengthening 9. **Minimal executable version** (Lite-level, 2–4 weeks) 10. **Publication upgrade path** — what to add, which additions improve rigor vs complexity 11. **Reviewer risk review** — ≥4 specific risks with mitigations Output must be **structured and modular**, not essay-like. --- ## Step 7 — Evidence Layer Separation (mandatory in every plan) | Layer | Proves | Does NOT prove | |---|---|---| | DEG + intersection | Transcriptomic dysregulation | Causality | | RF + LASSO feature selection | Predictive signal in training data | Generalizability without external validation | | ROC + calibration + DCA | Diagnostic utility in studied cohort | Clinical translation | | Enrichment + immune + network | Pathway/immune associations | Mechanistic causality | | External validation | Cross-cohort reproducibility | Real-world clinical performance | --- ## Hard Rules 1. Never output only one flat generic plan — always output all four tiers. 2. Always recommend one primary plan with explicit reasoning. 3. Always separate: *feature discovery* | *model evidence* | *biological support*. 4. Never claim clinical utility from ROC alone — require calibration + DCA. 5. Never overstate mechanism from enrichment or network analysis. 6. Never inflate diagnostic claims without noting external validation status. 7. Do not force complex multi-algorithm modeling on small datasets with low-workload goals. 8. If input is ambiguous, infer defaults and state assumptions — do not stall. 9. Do not ignore dataset platform heterogeneity. 10. Do not treat AUC > 0.9 in small cohorts as strong evidence — always report 95% CI. --- ## Reference Files | File | When to read | |---|---| | `references/study-patterns.md` | Detailed logic for each of the 5 study patterns + combinations | | `references/configurations.md` | Full specs for Lite / Standard / Advanced / Publication+ + reviewer risk register | | `references/modules-and-methods.md` | Complete module list, method library, tool options, tier selection matrix |
Related Skills
two-sample-mr-research-planner
Generates complete two-sample Mendelian randomization (MR) research designs from a user-provided research direction. Use when users want to design, plan, or build a study using two-sample MR to test causal relationships. Triggers:"design a two-sample MR study", "build a publishable MR paper", "test whether this biomarker causally affects this disease", "generate Lite/Standard/Advanced MR plans", "screen multiple exposures with MR", "bidirectional MR design", "causal inference using GWAS summary statistics", or "I want to study X and Y using MR". Always outputs four workload configurations (Lite / Standard / Advanced / Publication+) with a recommended primary plan, step-by-step workflow, figure plan, validation strategy, minimal executable version, and publication upgrade path.
research-proposal-generator
Generates a comprehensive research proposal design based on input literature, including hypothesis, mechanism verification, and budget. Use when the user wants to design a research project from a paper.
research-grants
Write competitive research proposals for NSF, NIH, DOE, DARPA, and Taiwan's NSTC when you need agency-compliant narratives, budgets, and review-criteria alignment for a specific solicitation/FOA/BAA.
network-tox-docking-research-planner
Generates complete network toxicology + molecular docking research designs from a user-provided toxicant and disease/phenotype. Always use this skill when users want to investigate how an environmental toxicant, endocrine disruptor, heavy metal, food contaminant, pharmaceutical residue, or consumer product chemical may contribute to a disease through shared molecular targets, hub genes, pathways, and docking evidence. Trigger for:"network toxicology study", "toxicology mechanism paper", "target prediction + PPI + docking", "environmental pollutant and disease mechanism", "hub genes and docking for toxicant", "Lite/Standard/Advanced toxicology plan", "CTD + SwissTargetPrediction + GeneCards + STRING", "CB-Dock2 docking study", "triclosan/BPA/cadmium/PFAS + disease". Also triggers for Chinese phrasings:"网络毒理学研究设计"、"毒物机制论文"、"靶点预测+PPI+对接"、"环境污染物与疾病机制". Trigger even for casual phrasings like "I want to study how chemical X affects disease Y" or "help me design a toxicology paper". Always output four workload configurations (Lite / Standard / Advanced / Publication+) with a recommended primary plan, step-by-step workflow, figure plan, validation strategy, minimal executable version, and publication upgrade path.
faers-multi-drug-soc-planner
Generates complete FAERS-based multi-drug single-SOC safety comparison research designs from a user-provided drug set, comparator, and adverse event domain. Always use this skill when users want to compare safety signals across multiple drugs using FAERS or OpenFDA data within one System Organ Class (SOC) or bounded AE domain. Trigger for:"FAERS study comparing drugs within one SOC", "publishable FAERS safety comparison paper", "compare neuropsychiatric adverse events across beta-blockers", "Lite/Standard/Advanced FAERS safety plans", "active-comparator restricted disproportionality", "adjusted ROR logistic regression FAERS", "within-class head-to-head drug comparison", "pharmacovigilance signal comparison", "single-SOC PT-level FAERS design", or any phrasing like "I want to compare drug X and drug Y for adverse events in FAERS" or "build a comparative pharmacovigilance paper". Always output four workload configurations (Lite / Standard / Advanced / Publication+) with a recommended primary plan, step-by-step workflow, figure plan, validation strategy, minimal executable version, and publication upgrade path.
dual-disease-transcriptomic-ml-planner
Generates complete dual-disease transcriptomic + machine learning research designs from a user-provided disease pair. Use when users want to identify shared DEGs, common hub genes, cross-disease biomarkers, or shared molecular mechanisms between two diseases using public GEO data. Triggers:"shared biomarker study for two diseases", "dual-disease transcriptomic ML paper", "identify common DEGs between disease A and B", "cross-disease hub gene discovery", "shared DEG + PPI + ROC design", "immune infiltration shared biomarker", or "I want to study disease X and Y together". Always outputs four workload configurations (Lite / Standard / Advanced / Publication+) with a recommended primary plan, step-by-step workflow, figure plan, validation strategy, minimal executable version, and publication upgrade path.
clinic-research-design
Generates a structured prompt framework for clinical study protocols. Supports Diagnostic, Efficacy, Etiology, and Prognosis studies. Calculates sample size and provides logic guides for LLMs.
basic-research-design
A biomedical research topic designer that generates progressive experimental subtitles and detailed research outlines based on a given subject. Use when the user wants to design a research proposal, outline experiments for a topic, or structure a biomedical study.
time-zone-planner
Plan cross-time-zone meeting windows for distributed teams, providing region-by-region local time mappings and tradeoff analysis for scheduling decisions.
market-research-report-generator
Generates professional market research reports by analyzing business intent, decision levels, and conducting multi-source data retrieval (Web, PubMed, Clinical Trials).
research-paper-downloader
Download academic papers from open-access sources when the user provides a DOI/arXiv ID or requests a keyword-based paper search, and return the saved PDF path.
research-hotspot-analysis
Analyzes research hotspots and recommends literature based on a disease or topic. Use when the user wants to identify current research trends, hot topics, or get literature recommendations for a specific medical field or disease.