What problem does it solve?
DVC helps manage data files and pipelines across experiments, but this skill provides an interactive runner inside the Orbit Wars repo, enabling users to execute DVC operations without remembering exact commands and with safety prompts for risky actions.
Core Features & Use Cases
- Interactive category → command → arguments flow with built-in safety confirmations for risky operations.
- Executes common DVC operations such as status, dag, diff, metrics show, pull, fetch, push, add, and commit using repository conventions (backend venv, default S3 remote with orbit-wars profile, and a shared cache).
- Use case: a data scientist wants to verify local outs against the remote cache and synchronize data across team worktrees without typing full DVC syntax.
Quick Start
Trigger the DVC workflow by typing /dvc in the Orbit Wars interface and follow the prompts.