Once you’ve installed Conductor, it’s time to add your first repository.You can add a repo from a local folder, directly from GitHub, or from a Git URL.
Conductor requires you to be logged in to GitHub in your terminal environment. To confirm you’re logged in, run gh auth status in your terminal.
Now that you’ve added a repo, you’ll see the repository page.We’ll come back to this page later. For now, let’s create a new workspace with the “Create a workspace” button or by pressing ⌘ + N.You’ll be prompted to name your workspace. Just hit enter to use an auto-generated name.
Each workspace is an isolated copy and branch of your Git repo. Conductor only copies files tracked in Git.
You’ll now be redirected to the workspace page! Ask Claude to help with your project.Not sure what to ask? Claude Code can help with:
Code onboarding
Claude Code maps and explains entire codebases in a few seconds. It uses agentic search to understand project structure and dependencies without you having to manually select context files.
Turn issues into PRs
Claude Code integrates with GitHub, Linear, and your command line tools to handle the entire workflow—reading issues, writing code, running tests, and submitting PRs.
Make powerful edits
Claude Code’s understanding of your codebase and dependencies enables it to make powerful, multi-file edits that actually work.
Running into any issues? Send us a note using the feedback ⌘ + shift + F button in at the bottom of the sidebar.Or, reach out to us at [email protected] and we’ll help you out.