Agent skill · AI & Agents

run_models

Use this skill whenever the user wants to run phenotype-prediction models, browse model cards, map model inputs/outputs, or choose an execution route for fMRI/sMRI based models. This is a model-entry orchestration skill: it routes requests to model-specific docs and delegates preprocessing to modality skills.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill run_models --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 20 KB
Bundled scripts: none
Requires: - fmri-skill - smri-skill
Path: skills/neuroclaw/run_models/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Run Models Skill (Model Entry Layer) ## Overview `run_models` is the NeuroClaw entry skill for model-level inference workflows. This skill is responsible for: - Maintaining a model registry (name, paper, source code, input/output, doc file path) - Selecting the correct model skill under `skills/<model-name>/SKILL.md` - Coordinating required data preparation before model execution - Delegating modality preprocessing to `fmri-skill` and `smri-skill` It supports both: - deep learning model routes for phenotype prediction - non-deep-learning statistical / unsupervised / classical machine-learning routes such as first-level and second-level task-fMRI GLM, resting-state ICA, resting-state DictLearning, disease classification with SVM, disease classification with SpaceNet, brain parcellation with K-means, brain parcellation with Hierarchical clustering, temporal filtering, and detrending This skill does not hardcode detailed install/run commands for each model. Those details are stored in model-specific markdown files. **Research use only.** --- ## Core Workflow (Never Bypassed) 1. Identify requested model and task (classification/regression phenotype prediction). 2. Locate the correspo

What's inside
Steps it walks through
  1. Overview
  2. Core Workflow (Never Bypassed)
  3. Model Registry (Current)
  4. Cross-Cutting Tools (Apply Across Models)
  5. Citation Notes
  6. Harness-Aware Model Registration (Declarative + Testing + Drift Detection)
  7. Model Specification Format (Extended)
  8. Test Suite Requirements
  9. Drift Detection Protocol
  10. Model Card Template (Minimum Required Metadata)
  11. Delegation Rules
  12. BrainGNN Route
  13. BNT Route
  14. FM-APP Route
Commands it runs
python -m pytest run_models/tests/test_{model_name}.py -v --harness-report
More from awesome-bio-agent-skills
All skills →
About this skill
What does the run_models skill do?

Use this skill whenever the user wants to run phenotype-prediction models, browse model cards, map model inputs/outputs, or choose an execution route for fMRI/sMRI based models. This is a model-entry orchestration skill: it routes requests to model-specific docs and delegates preprocessing to modality skills.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill run_models --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 BioTender-max/awesome-bio-agent-skills, a repository with 135 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.

Keep going