Agent skill · software engineering · mvanhorn

pp-conductor

Every Conductor Cloud API primitive, plus bounded session orchestration that handles asynchronous lifecycle races. Trigger phrases: `launch this in Conductor`, `monitor this Conductor session`, `steer the Conductor agent`, `run this task in Conductor Cloud`, `show recent Conductor work`.

Why this skill is useful

Adds executable commands for orchestrating Conductor Cloud sessions that are not available in public documentation.

What it needs

Requires conductor-pp-cli installed locally. About 11k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.

What this skill does

Conductor Cloud — Printing Press CLI Prerequisites: Install the CLI This skill drives the conductor-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: conductor-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Use launch, monitor, steer, and run to control coding-agent work without relying on the desktop app. The CLI treats status changes, transcript cursors, cancellation, and timeouts as one lifecycle instead of unrelated API calls. When to Use This CLI Use this CLI for Conductor Cloud project, workspace, session, message, and transcript operations. Prefer the workflow commands when a task spans several API calls or depends on asynchronous status. Do not use it to read Linear issues; ENG-526 owns that integration. Anti-triggers Do not use this CLI for: Reading or updating Linear issues Merging pull requests or deploying code Running local Conductor desktop-only workflows Unique Capabilities These capabilities aren't available in any other tool for this API. Bounded agent orchestration launch — Create a workspace and first session, send a brief, and return the Conductor deep link. Use this when an agent needs a new isolated Conductor workspace and task in one call. run — Launch, monitor, and collect the final transcript and deep link with explicit timeout rules. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/conductor

View the source on GitHub

Browse the @skills marketplace