Turn off per harness
fleet skill off tdd --harness pi disables one skill in one harness —
fleet skill on restores it.
Fleet keeps a single state file as the source of truth and projects it into each harness’s own config. Skills never move, the canonical store (~/.agents/skills) is never edited, and the skills CLI stays the install and update backend.
Turn off per harness
fleet skill off tdd --harness pi disables one skill in one harness —
fleet skill on restores it.
Interactive matrix
Bare fleet opens the skill × harness matrix: toggle, stage, and apply
together.
Custom skills
fleet skill adopt moves a custom skill into your skills collection and
wires it for every harness.
Doctor & Sync
fleet skill doctor previews drift; fleet skill sync converges configs
with the state file.
skills by hand, resetting state, how sync decidesskills/ at the repo root