with one click
orch
orch contains 2 collected skills from proboscis, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Use when working with the orch CLI for issue management, agent runs, worker/master execution, and host-aware session control. Covers orch issue create/list/open, orch run/ps/show/stop/resolve/ restart-from, orch worker start/status/stop, orch attach/capture/send/exec, and remote execution via ORCH_REMOTE and target_host. Trigger terms: orch, orchestrator, worker, master, ORCH_REMOTE, target_host, run management, issue management, agent runs, worktree.
Use when reviewing the orch codebase to find architectural invariants that are documented or implied but NOT mechanically enforced, and to turn each into a breaking, tested enforcement via an orch issue. Produces one enforcement issue per invariant (not per violation) so each orch run adds structure instead of a patch. Trigger terms: invariant, enforce structure, enforcement, codebase invariant review, architecture lint, semgrep rule, fail-fast, daemon SSOT, newtype, typed ids, escape hatch, drive to zero, create enforcement issues.