Conductor Arch — Design skill for Claude Code
Linux-first desktop control plane for running Codex/Claude Code agents across isolated Git-worktree workspaces — Electron UI + Rust CLI/daemon.
How to install Conductor Arch
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open perceo-ai/conductor-arch and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Conductor Arch does
Linux-first desktop control plane for running Codex/Claude Code agents across isolated Git-worktree workspaces — Electron UI + Rust CLI/daemon.
Alternatives in Design
- CloudCLI — 8,400+ Free open-source web/mobile UI for Claude Code, Cursor CLI, and Codex 8.7k ★
- Site — Crawl a whole site and synthesize ONE canonical design system across all pages — unified tokens, coverage map 3.6k ★
- Guitar — by soramimi - Serves as development guide for Guitar Git GUI Client with build commands for various platforms 1.7k ★
README
Archductor
A desktop control plane for running coding agents across isolated Git worktree workspaces.
[](brag-output/brag.mp4)
▶ **[Watch the 22-second tour](brag-output/brag.mp4)** — the board, a live agent session, the diff, and the PR. Every frame is the real app.
About
When one codebase has several streams of work in flight, context-switching between branches, stashes, and half-finished agent runs is where time goes to die. Archductor gives each task its own isolated worktree, branch, and running environment, so you can create a workspace, run Codex or Claude Code, review the diff, open or merge a GitHub PR, and archive the workspace — without leaving the app or trampling parallel work.
Inspired by [Conductor](https://conductor.build), Archductor is its own product: a Linux-first desktop app backed by a Rust control plane, built for teams that want committed, file-editable defaults instead of clicking through settings.
Part of the Perceo stack
Archductor is part of [Perceo](https://perceo.ai), a local-first developer suite. It pairs with:
Full documentation lives at [docs.perceo.ai](https://docs.perceo.ai).
Architecture
Archductor is three cooperating pieces:
- Electron + Solid.js desktop UI (
desktop/) — the primary surface. It holds no in-process state and talks to the daemon only over its Unix socket. archcardaemon — the Rust sidecar that owns durable state (SQLite), managed agent sessions, chat input queues, and PTY-backed processes.archductorCLI — the same backend exposed for automation, smoke tests, and fallback workflows.
Linux is the primary manually validated release target. macOS and Windows are kept as compile/basic-smoke targets where tooling is available; native Windows is a preview target until i
Related Skills
OxiMux
A Rust-native, multi-agent development cockpit for macOS — spawn isolated worktrees, run CLI coding agents in
AgentsFlow
Electron + Next.js desktop UI for Claude Code background agents — pinned to-do list, embedded xterm, git sideb
Herdctl
Named multi-agent control plane on Herdr (NTM-style orchestration, Herdr backend instead of tmux)
Agile CLI
Agile workspace CLI — one root, five drawers. gclient-style sync over git submodules, worktree management, hea
Clodex
A visual manager for fleets of Claude Code and Codex agents — real terminals, live context and cost, agents th
Yara Code
Yara Code — a lightweight code editor for agent-driven development: a terminal UI and a GPU window that mirror
Related Agents
Lane Manager
Starts, resumes, parks and finishes lanes (branch + worktree + registry file) in the control plane. Use when t
Code
Implementation role for one type:plan leaf (or a Maintenance / Integration / Bug leaf). Branches from main in
Packager Troubleshooter
Use this agent when packaging fails or needs changes — yarn build:package:windows mac linux, PyInstaller error