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
.envand.env.localfiles (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: