domino-datasets

Create and version Domino Datasets with snapshots for cross-project sharing.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/ToXMon/tolu --skill domino-datasets-toxmon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domino-datasets
Source: https://github.com/ToXMon/tolu/tree/main/agent-zero-backup/workdir/memory-palace/skills/domino/domino-datasets
Command: npx skills add https://github.com/ToXMon/tolu --skill domino-datasets-toxmon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Domino Datasets provide high-performance, versioned storage for data science projects, enabling reproducibility, cross-project sharing, and scalable data management to reduce data silos and slow pipelines.

Core Features & Use Cases

  • Versioned storage with snapshots to recreate previous data states and ensure reproducibility.
  • Cross-project sharing and mounting of datasets to streamline collaboration across teams.
  • Fast access and scalable mounting under /domino/datasets/ for ML workflows.

Real-world example: A data science team maintains separate datasets for training, validation, and production, using snapshots to rollback changes during experimentation.

Quick Start

Create a new Domino Dataset named training-data and enable versioning with snapshots for reproducible experiments.

Frequently Asked Questions about domino-datasets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is dataset versioning and how do snapshots work for machine learning pipelines?

Dataset versioning captures previous data states using snapshots to ensure reproducible machine learning experiments. Snapshots allow you to rollback changes during experimentation, enabling you to recreate exact training, validation, and production data states for reliable testing.

How do I create a versioned dataset and mount it for a data science project?

To create a versioned dataset, initialize a dataset and enable snapshot versioning. The data is then mounted under /domino/datasets/ for fast access, providing scalable and persistent storage that streamlines data management across your project workflows.

Can I share datasets across multiple projects to reduce data silos?

Yes, cross-project sharing allows you to mount datasets across different teams and projects. This streamlines collaboration by enabling multiple projects to access the same versioned, high-performance storage, reducing data silos and duplicated data pipelines.

Does Domino dataset storage support scalable mounting for ML workflows?

Yes, Domino datasets support scalable mounting specifically for ML workflows. They mount directly under /domino/datasets/ to provide fast, persistent storage access, satisfying the requirements of scalable data engineering and machine-learning pipelines.

What is the best way to manage high-performance datasets for reproducible experiments?

The best way to manage high-performance datasets is using versioned storage with snapshots. This approach ensures reproducibility by capturing specific data states, allowing you to rollback changes and maintain separate datasets for training, validation, and production.

When should I not use a shared dataset approach for my data science team?

You should avoid shared dataset approaches if your workflow does not require cross-project collaboration or state reproducibility. Without the need for snapshot rollbacks or persistent mounting under /domino/datasets/, standard storage may better suit isolated, single-use data tasks.