domino-workspaces

Launch and configure Domino workspaces including IDE selection hardware tiers environments and SSH access for data science projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Domino workspaces can be complex to configure and maintain across sessions; this skill eliminates friction by guiding users to launch, configure, and troubleshoot interactive development environments so teams can work faster and reproducibly.

Core Features & Use Cases

  • Workspace Launch & Configuration: Start Jupyter, JupyterLab, VS Code, RStudio or custom IDEs and select hardware tiers, compute environments, and persistent volumes.
  • Persistence, SSH & Package Management: Explain where files persist on /mnt, enable home directory persistence, configure SSH access for local IDEs, and advise on installing packages permanently via environment Dockerfiles or temporarily per session.
  • Use Case: Set up a reproducible JupyterLab workspace for a data science project, preinstall required libraries in the environment, mount datasets, and enable SSH for remote VS Code development.

Quick Start

Launch a JupyterLab workspace in project-owner/project-name using environment env-123 on a small hardware tier and enable home directory persistence.

Frequently Asked Questions about domino-workspaces

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

FAQPage Schema
How do I launch a JupyterLab or VS Code workspace on Domino?▼

To launch a JupyterLab or VS Code workspace on Domino, use the skill to configure the project, select a hardware tier and compute environment, then start the interactive development environment with persistent /mnt volumes.

Where do Domino workspace files persist across sessions?▼

Domino workspace files persist across sessions on project-mounted /mnt volumes, and you can enable home directory persistence to retain installed packages and local configurations between interactive development environment restarts.

Can I use SSH to connect my local VS Code to a Domino workspace?▼

Yes, you can configure SSH access on a Domino workspace to connect your local VS Code instance, enabling remote development while the compute runs on the configured Domino hardware tier.

Should I install Python packages permanently or temporarily in a Domino environment?▼

Install packages permanently by adding them to the environment Dockerfile for reproducibility, or install them temporarily per session for quick testing without modifying the base compute environment configuration.

What do I need to set up an RStudio workspace for data science on Domino?▼

Setting up an RStudio workspace on Domino requires a Domino project identifier, an appropriate environment, an available hardware tier, and access to project-mounted /mnt volumes for dataset persistence.