data-data-versioning

data-data-versioning is a skill for Claude Code, Codex from j4flmao/agent-skills. It costs 119 tokens per session (5,978 once invoked), scanned A, original, MIT.

A guide to versioning datasets and data pipelines with DVC or LakeFS, tools that bring Git-like history to data. It covers reproducible experiments, branching, comparisons, and rollbacks.

In plain words
What is it for?
It is for choosing a data-versioning tool, setting up branches and snapshots, comparing data changes, and reproducing experiments.
Why use it?
It helps teams track which data produced a result and return to earlier data states. This reduces confusion when datasets change during machine-learning or analytics work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python src/train.py.

Good fit It is for choosing a data-versioning tool, setting up branches and snapshots, comparing data changes, and reproducing experiments.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/j4flmao/agent-skills
agentmods
npx agentmods add skills/j4flmao/agent-skills/data-versioning

Made for: Claude Code, 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 data-data-versioning

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/data-versioning"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/data-versioning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 119 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,978 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.00119 $0.05978
Opus 5 $0.00060 $0.02989
Sonnet 5 $0.00024 $0.01196
Haiku 4.5 $0.00012 $0.00598

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

Security

Grade A, and why

data-data-versioning 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 8d 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/data/data-versioning/SKILL.md · 587 lines

How it starts

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

Data Data Versioning

Purpose

Implement data versioning with DVC or LakeFS for reproducibility, branching, diff, rollback, and experiment tracking across data pipelines and ML workflows.

Agent Protocol

Trigger

Exact user phrases: "data versioning", "DVC", "LakeFS", "data lineage", "Git-like for data", "data reproducibility", "data branching", "data diff", "data snapshot", "experiment reproducibility", "data rollback", "data version control".

Input Context

  • Data storage platform (S3, GCS, ADLS, MinIO)
  • ML/analytics pipeline framework
  • Existing Git workflow for code
  • Team size and collaboration patterns
  • Experiment tracking needs
  • Compliance requirements for data lineage

Output Artifact

Data versioning strategy with DVC or LakeFS, branching model, experiment reproducibility workflow, data diff and rollback procedures.

Response Format

# Versioning tool selection
# Branching model
# DVC/LakeFS configuration
# Experiment tracking setup
# Data diff + rollback workflow

No preamble. No postamble. No explanations. No filler/hedging/transitions. Compress output — why use many token when few do trick.

Completion Criteria

  • Versioning tool selected (DVC vs LakeFS) with rationale
  • Branching model defined for data development
  • DVC or LakeFS configured with remote storage
  • Data diff and rollback procedures documented
  • Experiment reproducibility workflow established
  • Data lineage tracked from source to output
  • CI/CD integration for data versioning

Max Response Length

350 lines of configuration.

Workflow

Step 1: Select Versioning Tool

Tool Best For Model Storage
DVC ML experiments, small-medium data, file-based Pointer files in Git S3/GCS/SSH/local
LakeFS Large data lakes, production pipelines, tabular data Git-like semantics on object store S3/GCS/ADLS

Default: DVC for ML/experimentation workflows (datasets up to 100GB). LakeFS for enterprise data lakes, large-scale pipelines, and production branching. Use both if ML + data lake.

Read the full file on GitHub · 587 lines

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. 8d ago First seen · 587 lines · 119 tokens per session scan A feb8ee3ff084

Subscribe to this mod's changes

data-data-versioning is a skill published in the GitHub repository j4flmao/agent-skills (23 stars, last pushed 6d ago), licensed MIT. It adds 119 tokens to every session and 5,978 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-09-03.