domino-datasets

Create versioned Domino Datasets with path-based mounting for cross-project sharing.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jvdomino/domino-data-lab-plugin --skill domino-datasets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domino-datasets
Source: https://github.com/jvdomino/domino-data-lab-plugin/tree/main/skills/datasets
Command: npx skills add https://github.com/jvdomino/domino-data-lab-plugin --skill domino-datasets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates creation, versioning, and sharing of large datasets within Domino projects, enabling reproducible experiments and centralized data governance.

Core Features & Use Cases

  • Dataset creation & versioning: Create datasets and manage snapshots to track data changes over time.
  • Cross-project sharing: Share datasets across teams and projects with controlled access.
  • Mounting paths & access patterns: Learn and apply standard paths like /domino/datasets/ for consistent data access.

Quick Start

Create a new dataset named training-data and enable a snapshot workflow for versioning.

Frequently Asked Questions about domino-datasets

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

FAQPage Schema
How do I version large datasets for reproducible data science experiments?

You can version large datasets by creating Domino datasets and managing snapshots to track data changes over time, ensuring reproducible training data across experiments.

What is the standard mounting path for accessing shared datasets in Domino?

The standard mounting path for accessing shared datasets in Domino is /domino/datasets/, which provides consistent path-based data access across projects and environments.

Can I share datasets across different Domino projects?

Yes, you can share datasets across different Domino projects using controlled access via the Domino UI and Python SDK to enable cross-team collaboration.

Does this dataset versioning approach work with Git-based environments?

Yes, this approach supports efficient large-file handling across both DFS and Git-based environments to solve data management challenges in Domino projects.

How do I create a dataset and enable a snapshot workflow in Domino?

You can create a new dataset named training-data and enable a snapshot workflow for versioning directly through the Domino UI or by using the Python SDK.

What are the limitations of using Domino datasets for data management?

Domino datasets require path-based mounting at /domino/datasets/ and rely on snapshot management, meaning concurrent write conflicts or external synchronization may require additional coordination.