running-decision-grade-data-science

running-decision-grade-data-science is a skill for Claude Code, Codex from aiopshwang/data-analysis-ml-agent-skills. It costs 61 tokens per session (871 once invoked), scanned A, original, MIT.

A process for running a complete data-analysis or machine-learning project from defining the decision to delivering a reproducible result. It treats a model score as supporting evidence rather than the final product.

In plain words
What is it for?
Use it for end-to-end analysis or machine-learning work, including framing the question, inventorying evidence, building and checking models, evaluating claims, and preparing the handoff.
Why use it?
It turns an unclear modeling request into a result that people can inspect, question, rerun, and use. It also makes the target, data meaning, population, costs, constraints, and success conditions explicit.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the data-analysis-ml-agent-skills plugin — 7 skills shipped together

Good fit Use it for end-to-end analysis or machine-learning work, including framing the question, inventorying evidence, building and checking models, evaluating claims, and preparing the handoff.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aiopshwang/data-analysis-ml-agent-skills/running-decision-grade-data-science
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 aiopshwang/data-analysis-ml-agent-skills --skill running-decision-grade-data-science
Clone the repo
git clone --depth 1 https://github.com/aiopshwang/data-analysis-ml-agent-skills

Made for: Claude Code, Codex.

Or install data-analysis-ml-agent-skills, the plugin that ships this one along with the rest of its 7 skills.

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 running-decision-grade-data-science

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiopshwang/data-analysis-ml-agent-skills/running-decision-grade-data-science/github.svg)](https://agentmods.dev/skills/aiopshwang/data-analysis-ml-agent-skills/running-decision-grade-data-science)
Your own site
<a href="https://agentmods.dev/skills/aiopshwang/data-analysis-ml-agent-skills/running-decision-grade-data-science"><img src="https://agentmods.dev/badge/skills/aiopshwang/data-analysis-ml-agent-skills/running-decision-grade-data-science/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 running-decision-grade-data-science

Your own site · 80×15
<a href="https://agentmods.dev/skills/aiopshwang/data-analysis-ml-agent-skills/running-decision-grade-data-science"><img src="https://agentmods.dev/badge/skills/aiopshwang/data-analysis-ml-agent-skills/running-decision-grade-data-science.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 871 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.00061 $0.00871
Opus 5 $0.00030 $0.00436
Sonnet 5 $0.00012 $0.00174
Haiku 4.5 $0.00006 $0.00087

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

Security

Grade A, and why

running-decision-grade-data-science 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 12d 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/running-decision-grade-data-science/SKILL.md · 45 lines

How it starts

The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Run Decision-Grade Data Science

Produce work that another person can inspect, challenge, rerun, and use for a real decision. Treat a model score as evidence, not as the deliverable.

Establish the decision contract

Before choosing methods, make the following explicit:

  • decision or action the work will inform;
  • entity and row grain;
  • target or claim, including the positive condition;
  • observation, prediction, and outcome windows;
  • population, exclusions, and deployment context;
  • success measures, business costs, and minimum useful improvement;
  • constraints on data, latency, interpretability, fairness, or operations.

Infer reversible details when evidence supports them. Ask for a decision only when alternatives would materially change the target, evaluation, permitted data, or external impact. Record assumptions rather than repeatedly pausing for routine choices.

For a full gate-by-gate procedure and stopping conditions, read references/project-gates.md.

Run the lifecycle

  1. Inventory evidence. Identify source files, tables, queries, documentation, prior outputs, and ownership. Preserve raw inputs unchanged and create derived artifacts separately with lineage back to the source.
  2. Audit meaning before computation. Verify schema, units, grain, keys, time semantics, joins, missingness, duplicates, and ground-truth provenance. When installed, use the auditing-data-and-ground-truth skill for a dedicated investigation; otherwise perform the checks directly and keep their evidence in this project's record.
  3. Lock evaluation before tuning. Define deployment-matched splits, metrics, comparison rules, and test-set isolation. When installed, use the designing-leakage-safe-experiments skill for nontrivial feature availability, group dependence, or temporal leakage; otherwise document the same boundaries in the evaluation protocol.
  4. Establish a simple baseline. Start with a transparent heuristic or simple model. Add complexity one change at a time and keep it only when the prespecified evaluation shows a meaningful gain.
  5. Interrogate failures. Inspect errors by relevant time, source, entity, class, and operating slice. Distinguish data defects, label defects, extraction defects, modeling limits, and evaluation mismatch. Keep negative and failed experiments in the record. For a reproducible regression, use the diagnosing-ml-failures skill when installed; otherwise isolate the first divergent layer and retain a competing-hypothesis log before proposing a fix.
  6. Translate evidence into a decision. Report what is supported, what remains uncertain, where the result is unsafe to generalize, and the recommended action or next test. Before a consequential claim, use the validating-models-and-claims skill when installed; otherwise map each falsifiable claim to independent, scope-matched evidence and narrow unsupported wording.
  7. Handoff reproducibly. Provide exact inputs or snapshots, environment and parameters, runnable commands, artifact locations, and a compact result ledger. Use the shipping-reproducible-results skill when installed; otherwise attempt a clean independent run and label the result as reproduced, ready for independent reproduction, replayable with constraints, or archival evidence only. Never imply that an unexecuted path was reproduced.

Read the full file on GitHub · 45 lines

Files

What ships with it

3 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. 12d ago First seen · 45 lines · 61 tokens per session scan A 3c33cc274fd9

Subscribe to this mod's changes

running-decision-grade-data-science is a skill published in the GitHub repository aiopshwang/data-analysis-ml-agent-skills (12 stars, last pushed 15d ago), licensed MIT. It adds 61 tokens to every session and 871 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.

Related

Other skills, from other repositories

literature-review

Conduct a structured literature review on a given topic by defining a search strategy, applying inclusion and exclusion criteria, extracting key findings, and synthesizing results into a coherent academic review. Use when the user requests literature review or provides relevant inputs for this workflow.

seb1n/awesome-ai-agent-skills · 54 tokens

using-cesiumjs-skills

Use when starting any conversation involving CesiumJS development - provides orientation on available domain skills and how they activate.

CesiumGS/cesiumjs-skills · 29 tokens

actions-reusable-workflows

Wire a repository to the bitwise-media-group/github-workflows reusable workflows — thin, SHA-pinned caller workflows for CI, security (CodeQL) scanning, release (release-please/GoReleaser/Zensical docs), the signature-preserving fast-forward /merge + merge-review-ack + merge-notice flows, and add-to-project — plus the…

bitwise-media-group/skills · 172 tokens

go-style

Modern Go code style for stdlib-first programs — error wrapping with %w, sentinel errors, structured logging with log/slog, context threading, consumer-defined interfaces, nil-safe constructors, net/http servers with method-pattern routing, flag/env configuration for services, and cobra commands with viper…

bitwise-media-group/skills · 0 tokens

workflow-skill-evals

Write the evolve evaluation suite for an agent skill: its triggers (triggers.json — Tier 1 activation tests) and behavioral evals (evals.json — Tier 2 task tests), under evals/ /. Use when asked to generate, write, author, scaffold, or balance an eval suite, evals, or triggers for a skill; to create or edit a…

bitwise-media-group/skills · 0 tokens

actions-security

Security hardening for GitHub Actions workflows with a least-privilege posture — default-deny permissions ({} then minimal per-job scopes), SHA-pinning every third-party action, avoiding pullrequesttarget (and the safe trusted-event allowlist pattern when an elevated trigger is unavoidable), preventing…

bitwise-media-group/skills · 123 tokens