hf-cmux

Installation
SKILL.md

Horse-Fish Swarm Monitor — cmux

Overview

Launch and monitor horse-fish agent swarm runs via cmux. Creates a split workspace with hf run (execution) and hf dash (TUI dashboard) visible simultaneously. Claude Code can read-screen to inspect agent progress without switching windows.

Starting a Run

Step 1: Create cmux workspace with split panes

cmux new-workspace
WS=$(cmux list-workspaces | grep -v selected | grep -v "Claude Code" | tail -1 | awk '{print $1}')
cmux rename-workspace --workspace $WS "Horse-Fish"
PANES=$(cmux list-panes --workspace $WS)
TOP_PANE=$(echo "$PANES" | head -1 | awk '{print $1}')
Installs
1
First Seen
Jun 18, 2026
hf-cmux — giantcroissant-lunar/horse-fish