conductor-setup

Installation
SKILL.md

Conductor Setup

Configure a repository for Conductor — the macOS app for running parallel Claude Code workspaces.

Workflow

1. Detect project type

Inspect the repo to determine:

  • Package manager: npm, pnpm, yarn, pip, mix, bundler, cargo
  • Framework: Next.js, Django, Rails, Phoenix, etc.
  • Dev server command: The command that starts the development server
  • Env files: All .env and .env.local files (check root and subdirectories up to depth 2)
  • Monorepo structure: Whether the dev server lives in a subdirectory (e.g., web/, apps/frontend/)

2. Create the setup script

Create scripts/conductor-setup.sh in the repo root:

Related skills

More from magnusrodseth/dotfiles

Installs
10
First Seen
Feb 9, 2026