setup

Automate workstation setup for Loopyard with Docker and Elixir tooling.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Setting up Loopyard on a fresh machine can be time-consuming and error-prone. This skill provides a repeatable, guided process to install dependencies, configure Docker, and bootstrap the environment so Loopyard runs consistently.

Core Features & Use Cases

  • Prerequisites verification and Docker runtime setup.
  • One-click bootstrap that installs dependencies, fixes environment issues, and prepares the workspace.
  • Quick-start guidance for developers onboarding to a new machine or CI agent.

Quick Start

Clone the repository, run mix loopyard.setup, and then mix loopyard.server to start the server.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I automate Elixir dev environment setup on a new machine?

You can automate Elixir dev environment setup by running mix loopyard.setup to install dependencies and configure Docker. This handles prerequisites and bootstraps the environment so the workspace is prepared consistently.

How do I set up a fresh CI agent for a Docker and Elixir project?

To set up a fresh CI agent, this skill verifies prerequisites and configures the Docker runtime automatically. It handles environment configuration and dependency installation to prepare the agent for Elixir project workflows.

What is the best way to bootstrap a Docker development environment consistently?

The best way to bootstrap a Docker development environment is using an automated setup script that installs dependencies and fixes environment issues. This eliminates manual configuration errors and ensures consistency across new machines.

Does this workstation setup process support cross-platform compatibility?

Yes, the workstation setup process satisfies cross-platform compatibility. It automates Docker integration and Elixir tooling installation to ensure the environment runs consistently across different operating systems.

How do I start the server after bootstrapping the dev environment?

To start the server after bootstrapping the dev environment, run mix loopyard.server. This follows the initial setup command and launches the configured workspace.

Why is manual onboarding for a new developer machine error-prone?

Manual onboarding is error-prone because installing dependencies and configuring Docker individually invites environment inconsistencies. Automating the initial workstation setup ensures prerequisites are verified and fixed automatically.