start-palafito

Start the Palafito-prod Docker Compose stack and verify Docker Desktop.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Wizarck/iguanatrader --skill start-palafito
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-palafito
Source: https://github.com/Wizarck/iguanatrader/tree/main/skills/start-palafito
Command: npx skills add https://github.com/Wizarck/iguanatrader --skill start-palafito

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates starting the Palafito Paperclip stack and ensures Docker Desktop is running when needed.

Core Features & Use Cases

  • Verifies Docker Desktop status and starts it if required.
  • Boots the palafito-prod compose stack and confirms service health.
  • Reports final status and reminds about admin account setup on first run.

Quick Start

Run this skill to start palafito-prod and ensure Docker Desktop is running.

Frequently Asked Questions about start-palafito

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

FAQPage Schema
How do I start a Docker Compose stack and ensure Docker Desktop is running?

To start a Docker Compose stack and ensure Docker Desktop is running, this Skill verifies the Docker daemon status, launches the application automatically, and checks service health. It handles starting Docker Desktop on Windows or macOS if it is not already active.

How do I check the health status of my Docker Compose services?

To check the health status of Docker Compose services, this Skill monitors the launched containers after starting up. It verifies the daemon, boots the stack, and then actively monitors and reports the final health outcome of the services.

Does starting a Docker Compose stack require Docker Desktop to be manually launched first?

Starting a Docker Compose stack does not require Docker Desktop to be manually launched first. This Skill verifies Docker Desktop status and automatically starts it if required, specifically handling local development environments on Windows or macOS.

What is needed to automate starting the Palafito prod stack locally?

Automating the Palafito prod stack locally requires a setup where the application runs via Docker Compose. This Skill verifies the Docker daemon, launches the palafito-prod stack, monitors health status, and reminds you about admin account setup on first run.

What happens if the Docker daemon is not running when I start my Compose stack?

If the Docker daemon is not running when you start your Compose stack, this Skill detects the missing daemon and attempts to launch Docker Desktop automatically. It verifies the daemon status before proceeding to boot the compose stack.

Why does my Docker Compose stack report a first run setup reminder?

Your Docker Compose stack reports a first run setup reminder because the Skill reports the final status and specifically flags admin account configuration. This ensures you remember to set up the required admin credentials after the initial deployment.