Radiology Radiomics logo

Radiology Radiomics

CommunityPopular
huang-sir1
radiology-radiomics

Design and audit a hand-crafted radiomics study end-to-end to Radiology (RSNA) / CLEAR / IBSI standard — image preprocessing (resampling, intensity normalisation, gray-level discretisation/bin width, filters), IBSI-compliant feature extraction (PyRadiomics or equivalent), reproducibility/stability filtering, leakage-safe feature selection, modelling, and internal/external validation. Use when the user plans or reviews a radiomics pipeline, mentions PyRadiomics, IBSI, feature extraction, bin width, gray-level discretisation, LASSO feature selection, radiomics signature/score, or "影像组学/放射组学". Produces a reproducible pipeline spec, runnable parameter settings, a leakage audit, and Methods text. Never fabricates feature counts or performance.

Overview

Publisherhuang-sir1
Repositoryradiology-skills
Skill nameradiology-radiomics
Stars
1.7K
Forks
17
Bundled files
4
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 4 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by huang-sir1 on GitHub. Read the source before you install it.

Installation

Install the Radiology Radiomics AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/huang-sir1/radiology-skills.git /tmp/radiology-skills
mkdir -p .claude/skills
cp -r /tmp/radiology-skills/radiology-skills/modules/radiology-radiomics .claude/skills/radiology-radiomics
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Radiology Radiomics in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Radiology Radiomics on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Radiology Radiomics is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Hand-crafted Radiomics Study Design

Use this skill to build (or audit) a hand-crafted radiomics study that is reproducible and leakage-free, from preprocessing through validation. Radiomics papers are desk-rejected for the same recurring reasons: non-standardised features, segmentation not characterised, and data leakage in selection/normalisation. This skill encodes the IBSI/CLEAR pipeline and the partition hygiene reviewers enforce.

Core stance

  • IBSI or it isn't reproducible. Report image processing and feature definitions to IBSI standard (resampling, discretisation, filters, aggregation, software+version) — otherwise "feature X predicts Y" is irreproducible. (→ radiology-reporting/IBSI.)
  • Discretisation is a decision, not a default. Fixed bin width vs fixed bin count changes every texture feature; state which, the value, and why; keep it consistent.
  • Segmentation error propagates. Use reproducible masks and filter unstable features (ICC) before modelling (→ radiology-annotation).
  • Selection lives inside training only. Feature selection, normalisation, imputation, and harmonisation are fit on training folds, never on the whole cohort — the classic leak.
  • Match complexity to events. Thousands of features vs tens of patients overfits; respect EPV and validate honestly (→ radiology-stats).
  • Report calibration + utility, not just AUC, for a clinical signature (→ radiology-stats).
  • Integrity. Never invent feature counts, ICCs, or performance; mark what must be computed.

When to use

  • "Design / review my radiomics pipeline (PyRadiomics, IBSI)." / "影像组学流程设计或审查。"
  • "Bin width or bin count? what resampling/normalisation/filters?"
  • "How do I select features without leakage?" / "LASSO/mRMR feature selection 怎么做才不泄漏?"
  • "Build a radiomics signature/score and validate it."
  • "Audit this radiomics Methods for leakage and IBSI compliance."

When to open extra files

FileOpen when
references/preprocessing-ibsi.mdResampling, intensity normalisation, gray-level discretisation/bin width, filters, IBSI reporting
references/feature-extraction.mdFeature families, PyRadiomics settings, aggregation, software/version, parameter file, delta/longitudinal radiomics, test–retest/phantom repeatability
references/selection-modelling.mdLeakage-safe selection (variance/ICC/correlation/LASSO/mRMR), modelling, signature/score, EPV
references/leakage-audit.mdThe radiomics-specific leakage checklist reviewers weaponise

Workflow

  1. Confirm the design (reuse radiology-design) — endpoint, unit (patient-level), cohorts, validation type, EPV.
  2. Segmentation & stability — masks and reproducibility from radiology-annotation; set the ICC stability filter (applied in training).
  3. Preprocessing (preprocessing-ibsi.md) — resample, normalise, discretise (state bin width/count), filters; record everything for IBSI.
  4. Extraction (feature-extraction.md) — feature families, PyRadiomics (or equivalent) + version, parameter file; produce a documented, versioned feature matrix.
  5. Selection & modelling (selection-modelling.md) — selection inside CV/training only; model choice matched to EPV; build the signature/score; pre-specify the primary analysis.
  6. Validate — internal (nested CV/bootstrap) + external/temporal/geographic; report discrimination, calibration, DCA (→ radiology-stats).
  7. Audit leakage (leakage-audit.md) and write Methods to CLEAR/IBSI.

Output contract

  1. Pipeline spec — preprocessing → extraction → selection → model → validation, each step with its parameters and the leakage control marked.
  2. Parameters — resampling, normalisation, discretisation (bin width/count), filters, feature families, software+version (a PyRadiomics parameter file where applicable).
  3. Selection/modelling plan — method, where it sits relative to the split, EPV check.
  4. Validation plan — internal + external; metrics incl. calibration/DCA.
  5. Leakage audit — pass/fail per item with the fix.
  6. Methods paragraph — CLEAR/IBSI-aligned prose (+ 待确认 for Chinese authors).

Quality bar

A good radiomics spec is one another lab could re-run from the parameters alone and get the same features — with segmentation error quantified, selection inside the split, and performance reported with calibration and CIs, never AUC alone.

Handoffs

  • Mask SOP & feature-stability → radiology-annotation.
  • IBSI/CLEAR/METRICS/RQS audit → radiology-reporting.
  • Selection/CV statistics, calibration, DCA, multiplicity, sample size → radiology-stats.
  • Deep features / deep-learning comparison → radiology-deep-learning.
  • Biological interpretation of the signature → radiology-radiogenomics.
  • Figures (feature heatmap, ROC, calibration, nomogram) → radiology-figure.
  • Reframing this pipeline as a funding proposal → radiology-grant.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Radiology Radiomics AI skill do?

Design and audit a hand-crafted radiomics study end-to-end to Radiology (RSNA) / CLEAR / IBSI standard — image preprocessing (resampling, intensity normalisation, gray-level discretisation/bin width, filters), IBSI-compliant feature extraction (PyRadiomics or equivalent), reproducibility/stability filtering, leakage-safe feature selection, modelling, and internal/external validation. Use when the user plans or reviews a radiomics pipeline, mentions PyRadiomics, IBSI, feature extraction, bin width, gray-level discretisation, LASSO feature selection, radiomics signature/score, or "影像组学/放射组学"....

Why use Radiology Radiomics on TypingMind?

Because you install it once and use it with any model. Radiology Radiomics is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Radiology Radiomics in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/huang-sir1/radiology-skills/tree/main/radiology-skills/modules/radiology-radiomics. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Radiology Radiomics?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Radiology Radiomics?

As many as you like. As long as a model supports skills, you can use Radiology Radiomics with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Radiology Radiomics AI skill free?

Yes. It is published on GitHub by huang-sir1 under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇