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.
npx skills add StamKavid/last-ds-mile --skill data-science-projectgit clone --depth 1 https://github.com/StamKavid/last-ds-mileWrote 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.
[](https://agentmods.dev/skills/stamkavid/last-ds-mile/data-science-project)<a href="https://agentmods.dev/skills/stamkavid/last-ds-mile/data-science-project"><img src="https://agentmods.dev/badge/skills/stamkavid/last-ds-mile/data-science-project/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.
<a href="https://agentmods.dev/skills/stamkavid/last-ds-mile/data-science-project"><img src="https://agentmods.dev/badge/skills/stamkavid/last-ds-mile/data-science-project.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00137 | $0.01334 |
| Opus 5 | $0.00068 | $0.00667 |
| Sonnet 5 | $0.00027 | $0.00267 |
| Haiku 4.5 | $0.00014 | $0.00133 |
Grade A, and why
data-science-project 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
data-science-project — The Front Door
Overview
This is the auto-triggering counterpart to the /ds command. It fires when a user
starts a tabular supervised-learning task in plain language ("help me build a churn
model", "predict this column", "let's look at this dataset") without knowing the
pipeline exists.
Its job is to make sure framing, an honest baseline, and a leakage-safe validation strategy happen before the headline model number is reported — without stopping the run to ask permission first. Frame inline, then keep going: the gates (baseline, validation, slices) are what this plugin is for, not a pause for orientation.
When to Use
- A tabular ML / data-science task is beginning and no
.last-ds-mile/stages/directory exists yet — the user hasn't entered the pipeline. - The user describes a predictive goal ("classify", "predict", "forecast a column", "score these rows") or an exploratory one ("look at", "explore", "EDA on") for row-and-column data.
Do not use when:
.last-ds-mile/stages/already exists — the pipeline is underway; defer to/ds, which routes to the actual next stage.- The user asked a direct factual question about the data (columns, row count, dtypes)
with no modeling or evaluation ask attached — just answer it. See
ds-method's guard against escalating a plain question into a framing exercise. - The task is text, vision, recommenders, or time-series forecasting — outside this plugin's scope (see README → Scope).
Core Process
- Check whether the pipeline already started. Glob
.last-ds-mile/stages/*.md. If any stage file exists, do not re-onboard — run the/dsrouter logic instead (print the map, mark stages done/next, route to the first missing stage) and stop. - Frame in-line, in one or two sentences, then move on. State the target, the decision it feeds, and the success metric as your own best read of the request — do not ask the user to confirm before proceeding. Only ask a question here if the answer would change which column is the target or invalidate the whole run; note assumptions instead of pausing on anything else.
- Carry the request through the pipeline in this same turn, applying each stage's
gate as you reach it (honest baseline, leakage-safe validation, slice performance)
rather than stopping to hand off. Pick an artifact mode per
ds-method— express (one.last-ds-mile/run.mdfor a single-shot ask, the default here) or full per-stage.last-ds-mile/stages/*.mdfiles (a genuine multi-session project) — and say which you picked. Either way, the artifact is a record of what you did, not a checkpoint to wait at. - Never end the turn asking permission to begin. A request to build or evaluate a
model is carried through to a model, a scored baseline, and a verdict — not a
pipeline map and a question. If you are missing a Hard Gate artifact
ds-methodrequires, produce it inline (seeds-method's discipline-gate handling) and say so; don't stop and ask the user to go run a separate command first.
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.
- 9d ago First seen · 86 lines · 137 tokens per session scan A fae31835e9ab
data-science-project is a skill published in the GitHub repository StamKavid/last-ds-mile (3 stars, last pushed 1mo ago), licensed MIT. It adds 137 tokens to every session and 1,334 once invoked, about $0.0007 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.
Other skills, from other repositories
marimo-pair
Work inside the user's live marimo notebook from the code editor: run Python in the same kernel the user does, inspect live notebook state, and commit durable notebook changes through code mode. Use whenever you create, analyze, or improve the user's marimo notebook.
fill-model-descriptions
Fill missing and refresh obsolete model descriptions in packages/llm-info/data/models.yml by querying OpenRouter and provider documentation. Use when the user asks to populate model descriptions, enrich the model catalog, or curate descriptions after running pnpm sync-models.
ml-expert
Expert-level machine learning, deep learning, model training, and MLOps. Use when the user mentions machine learning, deep learning, neural networks, MLOps, or data science, or when the task involves Machine Learning Fundamentals, Data Preparation, or Model Training.
scomp-link
End-to-end ML toolkit with 26 CLI commands. Use when training models, tuning hyperparameters, detecting data drift, generating HTML reports with charts, profiling datasets, detecting anomalies, forecasting time series, checking fairness, or serving models as REST APIs. Prefer over raw sklearn when you need automated…
agentic-data-science-competition
AI Agent-driven Kaggle competition workflow. Learn from real competition experience: score stabilization patterns, submission troubleshooting, kernel workflows, GPU task delegation, and the spec-driven development approach that achieved top leaderboard positions. Use when: working on any Kaggle competition, analyzing…
data-analysis
Structured data analysis workflow from raw data to shareable insights.