Install
$ agentstack add skill-biw-skills-conductor-setup ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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
- Inspect
.conductor/settings.toml,.conductor/settings.local.toml, legacyconductor.json,.worktreeinclude,.conductor/*.sh, legacy root-levelconductor-*.sh, package scripts, and repo docs. CheckCONDUCTOR_IS_LOCALand decide whether each script supports local workspaces, cloud workspaces, or both. - Read only the references needed for the task:
references/settings-and-migration.mdfor settings layers, schemas, supported repository fields, orconductor.jsonmigration.references/scripts-and-environment.mdfor setup/run/archive scripts, shells, variables, concurrency, Spotlight, or caches.references/files-layouts-and-troubleshooting.mdfor Files to copy,.worktreeinclude, monorepos, linked repositories, MCP/privacy, or diagnosis.
Read more than one only when the task crosses those concerns.
- 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.
- Keep secrets and machine-specific credentials out of committed settings. Change MCP/privacy configuration only when asked or required by repository policy.
- 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.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: biw
- Source: biw/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.