conductor-setup
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:
More from magnusrodseth/dotfiles
playwright-cli
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
10agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
10web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
10skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
9github-cli
GitHub CLI workflows for issues, labels, and PRs with proper linking, base branch handling, and structured descriptions
9product-marketing-context
When the user wants to create or update their product marketing context document. Also use when the user mentions 'product context,' 'marketing context,' 'set up context,' 'positioning,' or wants to avoid repeating foundational information across marketing tasks. Creates `.claude/product-marketing-context.md` that other marketing skills reference.
9