What problem does it solve? Keeping a multi-agent Claude Code setup current is tedious: the team-lead's binary, its own skills/rules repo, and every peer agent's plugin all drift out of date independently, and updates only take effect after restarts or respawns. This Skill automates that weekly maintenance loop end to end. ## Core Features & Use Cases - Binary and repo updates: Runs claude update, pulls the latest ai-team-lead repo safely (checking for uncommitted WIP first), and reviews what changed in skills, rules, and the registry. - Fleet propagation: Respawns peer agents onto the new binary, or uses /ship-fleet when only the fleet plugin changed, avoiding stale plugin caches. - Autonomous self-respawn: Schedules a detached self-respawn via self-respawn.sh so the team-lead itself comes back on the new binary without human intervention. - Use Case: As Step 0 of a weekly planning session, run this Skill to update Claude Code, pull repo changes, respawn the fleet, and deliver a summary report of everything that changed. ## Quick Start Run the self-update skill to update Claude Code, pull the latest ai-team-lead repo, and propagate the changes to the fleet.