start-dhti

Automate DHTI setup by installing elixirs and conches and launching a Docker-based server.

19|Updated May 2, 2024
One-click install
npx skills add https://github.com/dermatologist/dhti --skill start-dhti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-dhti
Source: https://github.com/dermatologist/dhti/tree/main/.agents/skills/start-dhti
Command: npx skills add https://github.com/dermatologist/dhti --skill start-dhti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end setup of a DHTI development environment by installing elixirs and conches and starting a Docker-based server, enabling rapid prototyping of GenAI healthcare apps.

Core Features & Use Cases

  • Orchestrates the complete DHTI development workflow, from component generation to server boot.
  • Installs elixirs and conches from local directories and wires them into a running Docker Compose setup.
  • Starts and verifies all services (LangServe-based backend, frontend UI, and infrastructure) for end-to-end testing.

Quick Start

Use the start-dhti skill to generate, install, and start a full DHTI environment with Docker-based infrastructure. Then use the CLI to compose, install elixir and conch, and launch services.

Frequently Asked Questions about start-dhti

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

FAQPage Schema
How do I automate Docker Compose setup for a full development environment?

Automate Docker Compose setup by using a guided workflow to install required components, configure services, and launch a Docker-based development server for end-to-end testing.

What is the best way to orchestrate a complete Docker development server startup?

Orchestrate a Docker development server startup through a guided workflow that verifies prerequisites, configures Docker Compose, handles local installations, and manages the complete service boot sequence.

Can I use Docker Compose to install local components and launch services in one workflow?

Yes, you can install local components and launch services in one workflow by applying a guided orchestration process that wires local installations into a running Docker Compose setup and verifies all services.

Does the DHTI setup workflow support generating components and verifying prerequisites?

The DHTI setup workflow supports generating required components, verifying prerequisites, and configuring Docker Compose to ensure a fully functional development environment for rapid prototyping.

What are the limitations of automating development environment orchestration with Docker?

Automating development environment orchestration with Docker requires local directories for installation and depends on Docker Compose configuration, meaning environments lacking Docker support cannot run the guided workflow.

Why do I need a guided workflow for local installations and Docker Compose configuration?

A guided workflow is needed for local installations and Docker Compose configuration to ensure prerequisites are verified, components are correctly wired, and all services start successfully for testing.