biw/skills

conductor-setup

Configure .conductor/settings.toml, migrate legacy conductor.json, and set up local/cloud Conductor workspace scripts, env vars, files, and caches.

Trending #6123 First seen May 30, 2026

Installation

$ npx skills add biw/skills --skill conductor-setup

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from biw/skills.

npx skills add biw/skills

Browse all from biw/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

More metadata
source
biw/skills
homepage
https://github.com/biw/skills

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,284 B
  • docs SUMMARY.md 167 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 726 installs

SKILL.md

Conductor Setup

Use this skill when configuring a repository for Conductor workspaces. When invoked directly, audit the setup against the conventions below and either apply the changes or report that none are needed.

Workflow

  1. Inspect .conductor/settings.toml, .conductor/settings.local.toml, legacy conductor.json, .worktreeinclude, .conductor/.sh, legacy root-level conductor-.sh, package scripts, and repo docs. Check CONDUCTORISLOCAL and decide whether each script supports local workspaces, cloud workspaces, or both.
  2. Read only the references needed for the task:

- references/settings-and-migration.md for settings layers, schemas, supported repository fields, or conductor.json migration. - references/scripts-and-environment.md for setup/run/archive scripts, shells, variables, concurrency, Spotlight, or caches. - references/files-layouts-and-troubleshooting.md for Files to copy, .worktreeinclude, monorepos, linked repositories, MCP/privacy, or diagnosis. Read more than one only when the task crosses those concerns.

  1. Apply the selected reference's documented contract. Prefer team settings over machine-local configuration; preserve an existing deliberate script layout; use Conductor variables instead of hard-coded workspace paths, resources, and local ports.
  2. Keep secrets and machine-specific credentials out of committed settings. Change MCP/privacy configuration only when asked or required by repository policy.
  3. Validate TOML and run the narrowest relevant check for every script changed. Report when the existing setup already satisfies the requested outcome.

Resources

  • references/settings-and-migration.md: settings scope, precedence, fields, schemas, and legacy migration.
  • references/scripts-and-environment.md: script roles, local/cloud shells and variables, run behavior, caches, and cleanup.
  • references/files-layouts-and-troubleshooting.md: copied files, repository layouts, privacy boundaries, and diagnosis.