agent-auto-sci-ai-ml

agent-auto-sci-ai-ml is a skill for Codex from Lzy599775/agent-auto-sci-skills. It costs 113 tokens per session (535 once invoked), scanned A, original, MIT.

A research workflow for building and checking machine-learning and artificial-intelligence models, including models that work with maps, time-based data, text, or images.

In plain words
What is it for?
Use it to choose models, split data, tune settings, measure performance, explain predictions, test robustness, inspect errors, and write the methods and results sections of a research paper.
Why use it?
It helps prevent common research mistakes such as data leaking from the test set into training, unfair comparisons, weak baselines, or claims that go beyond the evidence.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to choose models, split data, tune settings, measure performance, explain predictions, test robustness, inspect errors, and write the methods and results sections of a research paper.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lzy599775/agent-auto-sci-skills/agent-auto-sci-ai-ml
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Lzy599775/agent-auto-sci-skills --skill agent-auto-sci-ai-ml
Clone the repo
git clone --depth 1 https://github.com/Lzy599775/agent-auto-sci-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agent-auto-sci-ai-ml

README.md
[![agentmods](https://agentmods.dev/badge/skills/lzy599775/agent-auto-sci-skills/agent-auto-sci-ai-ml/github.svg)](https://agentmods.dev/skills/lzy599775/agent-auto-sci-skills/agent-auto-sci-ai-ml)
Your own site
<a href="https://agentmods.dev/skills/lzy599775/agent-auto-sci-skills/agent-auto-sci-ai-ml"><img src="https://agentmods.dev/badge/skills/lzy599775/agent-auto-sci-skills/agent-auto-sci-ai-ml/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agent-auto-sci-ai-ml

Your own site · 80×15
<a href="https://agentmods.dev/skills/lzy599775/agent-auto-sci-skills/agent-auto-sci-ai-ml"><img src="https://agentmods.dev/badge/skills/lzy599775/agent-auto-sci-skills/agent-auto-sci-ai-ml.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 535 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00113 $0.00535
Opus 5 $0.00056 $0.00267
Sonnet 5 $0.00023 $0.00107
Haiku 4.5 $0.00011 $0.00053

Measured 10d ago against content hash d7e19f03ae99, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

agent-auto-sci-ai-ml scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/agent-auto-sci-ai-ml/SKILL.md · 51 lines

What it actually says

Agent Auto Sci AI ML

Use this subskill when the project needs modeling rather than only descriptive analysis.

Fast Workflow

  1. Define prediction or explanation target.
  2. Build a data dictionary and leakage checklist.
  3. Establish simple baselines before complex models.
  4. Choose model family: classical ML, deep learning, time series, spatial ML, or NLP/transformer.
  5. Split data correctly: spatial, temporal, group, or external validation as needed.
  6. Evaluate with task-appropriate metrics and uncertainty.
  7. Interpret with SHAP, permutation importance, partial dependence, or ablation.
  8. Translate model results into manuscript claims only after robustness checks.

Read references/ml_ai_workflows.md.

For full paper projects, this skill owns baseline design, model/method selection, leakage checks, train/test split logic, hyperparameter search, ablation, robustness, error-case analysis, XAI, and methods/results reporting boundaries. It must work with agent-auto-sci-methodology before turning feature importance into mechanism language.

For deeper K-Dense-style encapsulation:

  • references/k_dense_ml_ai_mapping.md: how scikit-learn, PyTorch Lightning, transformers, SHAP, time-series, and XAI skills are adapted.
  • references/sport_geography_ml_playbook.md: sport geography modeling patterns, leakage checks, baselines, and manuscript reporting.

Use installed helper skills when useful:

  • scikit-learn
  • pytorch-lightning
  • transformers
  • shap
  • aeon
  • timesfm-forecasting
  • statistical-analysis
  • agent-auto-sci-data-viz
  • agent-auto-sci-geospatial

Must Not Do

  • Do not use ML if the research question only needs transparent spatial/statistical analysis.
  • Do not report accuracy without baselines and uncertainty.
  • Do not mix train/test spatial units when spatial leakage is possible.
  • Do not use SHAP as causal evidence.
Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 51 lines · 113 tokens per session scan A d7e19f03ae99

Subscribe to this mod's changes

agent-auto-sci-ai-ml is a skill published in the GitHub repository Lzy599775/agent-auto-sci-skills (2 stars, last pushed 4d ago), licensed MIT. It adds 113 tokens to every session and 535 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

clean-data

Interactive data profiling and cleaning assistant for medical research. Three-stage workflow (profile, flag, code-generate) with user approval gates at each step. Handles missing values, outliers, duplicates, and type mismatches in CSV/Excel clinical data. Does NOT auto-clean — all decisions require researcher…

Aperivue/medsci-skills · 64 tokens

model-scaffold

Generate a reproducible, runnable PyTorch training repo for a medical-imaging task — segmentation, classification, detection, image-to-image synthesis, self-supervised pretraining, or fine-tuning a pretrained backbone (transfer learning) — the missing middle link between choosing an architecture and validating a…

Aperivue/medsci-skills · 191 tokens

model-sourcing

Vet the concrete third-party model a study will be built on — this repository, this revision, this checkpoint — not the architecture family. Records a model dossier (source and version pin, licence and the file it was read from, intended use, pretrained-weight provenance, model task vs study task, reported validation…

Aperivue/medsci-skills · 169 tokens

architecture-zoo

Choose a model architecture for a medical-imaging research question before scaffolding. Maps the task (classification, segmentation, detection, transfer), modality and dimensionality, labelled-data scale, and class imbalance to a shortlist of architectures, each grounded in its source paper with a when-to-use, a…

Aperivue/medsci-skills · 233 tokens

mllm-eval

Design or audit a model-agnostic evaluation harness for an LLM or multimodal LLM on a clinical task (radiology report generation, visual question answering, clinical text extraction/classification) — the adjudicated reference standard, clinical-efficacy metrics (RadGraph-F1 / CheXbert-F1 beyond BLEU/ROUGE)…

Aperivue/medsci-skills · 140 tokens

preprocess-imaging

Design or audit the data-preparation stage of a medical-imaging model — DICOM/NIfTI intake, resampling and intensity normalisation, and the augmentation plan — so the pipeline is leakage-safe before model-scaffold builds the training repo. Emits a declarative preprocessing manifest and a deterministic data-stage…

Aperivue/medsci-skills · 133 tokens