setup

Automate devbox provisioning, dependency installation, environment configuration, and snapshot creation for Druids projects.

223|15|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/fulcrumresearch/druids --skill setup-fulcrumresearch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/fulcrumresearch/druids/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/fulcrumresearch/druids --skill setup-fulcrumresearch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides users through a repeatable Devbox setup workflow for Druids, from provisioning to snapshot, with remote execution to install dependencies and configure the environment.

Core Features & Use Cases

  • Step-by-step flow for starting a devbox, installing dependencies, configuring the environment, and creating a snapshot.
  • Enables users to customize the setup by reviewing dependencies, services, and environment variables, and to update documentation for future runs.
  • Ideal for onboarding new repos, refreshing existing devboxes, and standardizing developer environments across teams.

Quick Start

Provision a devbox, install dependencies, configure the environment, verify the setup, and snapshot the devbox, following the guided prompts.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I automate devbox provisioning and environment setup for a Druids project?▼

Devbox setup for Druids automates provisioning, dependency installation, environment configuration, and snapshot creation through a stepwise workflow. It uses remote execution to apply commands and can optionally update SETUP.md with environment details.

What is the step-by-step process to create a devbox snapshot after installing dependencies?▼

Creating a devbox snapshot follows a sequential flow: provision the devbox, execute remote commands to install dependencies, configure the environment variables and services, verify the setup, and capture the snapshot.

Do I need remote_exec integration to run devbox setup and configuration workflows?▼

Yes, remote_exec integration is required. The setup workflow depends on remote_exec to execute installation and configuration commands on the devbox across local or remote environments during the guided provisioning process.

Can I refresh an existing devbox environment instead of provisioning a new one?▼

Yes, the setup workflow supports both initial repo onboarding and refreshing existing devboxes. It re-evaluates dependencies, services, and environment variables to update and standardize the current developer environment.

How do I document devbox configuration and environment details for future runs?▼

The setup workflow optionally generates or updates a SETUP.md file. This documents the agent environment details, installed dependencies, and configuration steps to standardize future provisioning runs.

Why does my devbox provisioning workflow require stepwise orchestration from start to snapshot?▼

Stepwise orchestration ensures each phase—provisioning, installation, configuration, and verification—completes successfully before snapshotting. This prevents capturing a broken environment and guarantees a stable devbox snapshot.