Local checkout
./bootstrap.shLinks first-party skills, synced external skills, agents, shared doctrine, and provider roster files.
Reference
bootstrap.sh installs the system-wide harness links and provider roster. Consumer repos can then use Harness Kit without vendoring source-repo skill bridges.
First install
Use the local checkout when you have it. The remote one-liner exists for fresh machines.
./bootstrap.shLinks first-party skills, synced external skills, agents, shared doctrine, and provider roster files.
curl -sL https://raw.githubusercontent.com/misty-step/harness-kit/master/bootstrap.sh | bashDownloads the bootstrap script from the Harness Kit repository.
ls ~/.codex/skills ~/.claude/skills ~/.pi/skillsAt least one supported harness should show Harness Kit skills after install.
Installs first-party and synced external skills into supported local harnesses.
Prefers a stable checkout over temporary worktrees unless HARNESS_KIT_DIR is set.
Keeps external provider definitions available system-wide.
Does not recreate source-repo .agents/.codex/.claude/.pi skill bridges.
Source: bootstrap.sh