shipping-reproducible-results

shipping-reproducible-results is a skill for Claude Code, Codex from aiopshwang/data-analysis-ml-agent-skills. It costs 62 tokens per session (955 once invoked), scanned A, original, MIT.

A way to package finished data analysis or machine-learning work so another person can rerun it, inspect where its results came from, and understand what the handoff covers. It connects inputs, workflow, outputs, validation, and the operating environment.

In plain words
What is it for?
Use it to prepare a study, analysis, model package, review bundle, source snapshot, executable workflow, or documented handoff for independent reproduction.
Why use it?
It prevents results from depending on an unavailable machine, changed source data, undocumented steps, or unclear files. It also limits claims to the conditions that were actually checked.

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 to prepare a study, analysis, model package, review bundle, source snapshot, executable workflow, or documented handoff for independent reproduction.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aiopshwang/data-analysis-ml-agent-skills/shipping-reproducible-results
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 shipping-reproducible-results
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 shipping-reproducible-results

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/aiopshwang/data-analysis-ml-agent-skills/shipping-reproducible-results"><img src="https://agentmods.dev/badge/skills/aiopshwang/data-analysis-ml-agent-skills/shipping-reproducible-results.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 955 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00062 $0.00955
Opus 5 $0.00031 $0.00477
Sonnet 5 $0.00012 $0.00191
Haiku 4.5 $0.00006 $0.00096

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

Security

Grade A, and why

shipping-reproducible-results 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/shipping-reproducible-results/SKILL.md · 82 lines

How it starts

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

Shipping Reproducible Results

Ship an evidence-bearing result, not merely code that once ran. The package must connect the approved question to immutable inputs, an executable workflow, generated outputs, validation evidence, and an explicit handoff boundary.

Freeze the result contract

Before packaging, record:

  • the approved question, population, unit of analysis, time window, and exclusions;
  • the exact claims and acceptance criteria being delivered;
  • which outputs are authoritative and which are exploratory;
  • the source snapshot or retrieval contract, including access limitations;
  • the intended execution environment and supported operating scope.

Do not silently expand a validated result from a sample to a population, from retrospective analysis to prospective use, or from one environment to another.

Build the provenance chain

Make each authoritative output traceable through:

source identity -> immutable snapshot or query -> transformation -> configuration
-> code revision -> environment -> model artifact -> evaluation -> published output

Record content hashes for immutable local artifacts and durable identifiers for remote sources. Preserve raw inputs when permitted; otherwise preserve the exact query, retrieval time, schema, row counts, access requirements, and a safe fixture sufficient to test the pipeline.

Separate source data, intermediate artifacts, final outputs, caches, and human edits. Never require a recipient to guess which file is canonical.

Make execution deterministic enough to audit

Provide one documented entry point from a clean state. Pin direct dependencies and runtime versions; record relevant system libraries and hardware. Seed every controllable source of randomness and document remaining nondeterminism rather than promising bitwise equality when the stack cannot provide it.

Packaging does not authorize restricted-data access, material compute, credential use, external transfer, or publication. Verify the relevant authority before those actions. When execution is not authorized or available, prepare the reproducible contract and label the unexecuted stages instead of running them.

Read the full file on GitHub · 82 lines

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. 12d ago First seen · 82 lines · 62 tokens per session scan A 73cb016c9e61

Subscribe to this mod's changes

shipping-reproducible-results is a skill published in the GitHub repository aiopshwang/data-analysis-ml-agent-skills (12 stars, last pushed 16d ago), licensed MIT. It adds 62 tokens to every session and 955 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

eu-ai-act-readiness

Build a preliminary, evidence-based EU AI Act readiness assessment across AI-system inventory, territorial scope, operator roles, prohibited-practice screening, risk classification, transparency, high-risk controls, general-purpose AI obligations, governance, and implementation milestones. Use when an organization…

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

data-labeling

Set up and manage data labeling workflows using manual annotation tools, semi-automated pipelines, active learning, and programmatic weak supervision. Use when the user requests data labeling or provides relevant inputs for this workflow.

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

model-training

Train machine learning models end-to-end, covering data loading, preprocessing, architecture selection, training loops, validation, and checkpointing. Use when the user requests model training or provides relevant inputs for this workflow.

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

context-injection

Place trusted contextual information into prompts or agent state using explicit boundaries, provenance, and templates. Use when relevant context has already been selected and must be inserted safely; use context-retrieval to find it or context-optimization to choose and order it.

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

knowledge-graph-creation

Build structured knowledge graphs from unstructured text by extracting entities, mapping relationships, generating graph triples, and visualizing the result. Use when the user requests knowledge graph creation or provides relevant inputs for this workflow.

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

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