hc-dev-orchestrator

Orchestrate the Elohim P2P development environment across conductor, storage, and doorway services.

5|1|Updated Aug 14, 2025
One-click install
npx skills add https://github.com/ethosengine/elohim --skill hc-dev-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hc-dev-orchestrator
Source: https://github.com/ethosengine/elohim/tree/main/.claude/skills/hc-dev-orchestrator
Command: npx skills add https://github.com/ethosengine/elohim --skill hc-dev-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill provides a single orchestration layer to start, coordinate, and monitor the Elohim P2P development environment, including the conductor, storage, and doorway, to accelerate local development and testing.

Core Features & Use Cases

  • Unified Dev Orchestration: Start and manage the full stack (conductor, storage, doorway) with a single command and see a coherent health view.
  • Debugging & Health Monitoring: Quickly verify component status, seed data, and reinitialize the stack for reliable test runs.
  • Use Case: When you need to spin up a local Elohim network for feature development, debugging, or demonstration, use this skill to bootstrap all services and verify end-to-end readiness.

Quick Start

  • cd /projects/elohim/elohim-app
  • npm run hc:start
  • npm run hc:start:seed
  • npm run hc:status
  • npm run hc:stop

Frequently Asked Questions about hc-dev-orchestrator

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

FAQPage Schema
How do I orchestrate a Holochain P2P dev stack locally?

You can orchestrate the Elohim P2P dev stack locally by running unified commands to start the conductor, elohim-storage, and doorway gateway, which provides a single layer to coordinate all services.

How do I check the health status of my Holochain conductor and storage services?

You can verify component health by running a status command that provides a coherent health view across the conductor, storage, and doorway gateway to confirm end-to-end readiness.

What's the best way to bootstrap a local Holochain network for feature development?

The best way to bootstrap a local Holochain network for feature development is to use an orchestration layer that boots the conductor, seeds data, and monitors component status to accelerate reliable local testing.

How do I seed data into a local P2P development environment for testing?

Seed data into a local P2P development environment by executing a seed command after booting the stack, which initializes the elohim-storage content layer for reliable test runs.

Can I reset and reinitialize the entire Holochain dev stack for a clean test run?

Yes, you can reset and reinitialize the Holochain dev stack for a clean test run by orchestrating a reinitialize command that clears the conductor, storage, and doorway state.

Why do I need a gateway alongside the conductor and storage in a P2P dev stack?

You need a gateway alongside the conductor and storage in a P2P dev stack to serve as the doorway for external interactions, completing the end-to-end readiness required for demonstrations and feature testing.