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 ds-reportgit 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/ds-report)<a href="https://agentmods.dev/skills/stamkavid/last-ds-mile/ds-report"><img src="https://agentmods.dev/badge/skills/stamkavid/last-ds-mile/ds-report/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/ds-report"><img src="https://agentmods.dev/badge/skills/stamkavid/last-ds-mile/ds-report.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.00058 | $0.01357 |
| Opus 5 | $0.00029 | $0.00678 |
| Sonnet 5 | $0.00012 | $0.00271 |
| Haiku 4.5 | $0.00006 | $0.00136 |
Grade A, and why
ds-report 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.
How it starts
The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ds-report — Communication
Overview
Converts the evidence from /ds-evaluate and /ds-explain into a narrative a
stakeholder can act on: a recommendation, its evidence, and its honest limitations.
When to Use
- After
/ds-evaluateand/ds-explainhave both produced their artifacts. - Whenever asked to write up, present, or summarize DS results for a non-technical audience.
- NOT for: packaging the model for reuse (that's
/ds-handoff) — this stage is about the narrative, not the artifact.
Core Process
- Gate check: confirm
.last-ds-mile/stages/07-evaluate.mdincludes slice or subgroup performance, not only an aggregate number. If it doesn't, compute the slice performance yourself now, say plainly that you did, and continue — never write the report around an incomplete evidence base, and never stop the task to send the user back to/ds-evaluateseparately (seeds-method's discipline-gate handling). - If the ask is specifically to confirm the model is good to ship (not just to
write it up), delegate a full-pipeline sanity check to the
ds-revieweragent before concluding — it checks baseline, validation, slice performance, and metric choice end to end in one pass, cheaper and more reliably than re-deriving that checklist inline. - Lead with the decision this informs (from
/ds-frame), not with model architecture. - State the recommendation plainly, then the evidence: baseline comparison, slice performance, calibration.
- Translate the metric lift into
/ds-frame's original cost/business terms, not just metric units./ds-framerequired a success metric tied to a real decision cost (a false negative costs $Y, a 1-point AUC move is worth $Z); if that translation was done once at framing time and never carried forward, the report ends up repeating "RMSE improved by 0.04" or "recall is 0.87" with no stated dollar or operational impact at the actual chosen operating point — the exact "success metric is a pure ML metric with no tie to a business cost" Red Flag/ds-frameexists to catch, resurfacing here instead. State the lift's real-world size (e.g. "the median prediction error corresponds to roughly $X, down from $Y for the baseline" or "at the frozen decision threshold, this catches N more true positives per 1,000 cases than the baseline, at a cost of M more false alarms"). - If the recommendation implies intervening on a feature — targeting a segment
for a changed offer, pushing customers toward an option, recommending a policy
change — rather than just using the model's score to rank or prioritize, check it
against
causal-vs-predictivebefore it ships. A ranking/scoring recommendation ("use the score to prioritize outreach") only needs predictive validity, already established in/ds-evaluate; an intervention recommendation needs a causal argument the analysis may not have made. - List assumptions and limitations explicitly — what the model does not cover, and where it's known to underperform (from the slice table).
- Write to
.last-ds-mile/stages/09-report.md: the narrative, the recommendation, the cost/business-terms translation, and the assumptions/limitations.
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.
- 10d ago First seen · 93 lines · 58 tokens per session scan A 12b20922b98f
ds-report is a skill published in the GitHub repository StamKavid/last-ds-mile (3 stars, last pushed 1mo ago), licensed MIT. It adds 58 tokens to every session and 1,357 once invoked, about $0.0003 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.