원클릭으로
orch
orch에는 proboscis에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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.