self-update

Updates Claude Code binary and ai-team-lead repo, then propagates changes to the agent fleet.

Updated May 12, 2026
One-click install
npx skills add https://github.com/fryanpan/ai-team-lead --skill self-update-fryanpan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: self-update
Source: https://github.com/fryanpan/ai-team-lead/tree/main/.claude/skills/self-update
Command: npx skills add https://github.com/fryanpan/ai-team-lead --skill self-update-fryanpan

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about self-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
When should the fleet respawn not run autonomously?▼

Avoid autonomous fleet respawns when no human is present, since respawning interrupts in-flight peer work. Checkpoint mid-task peers first via graceful shutdown, and keep the disruptive propagation on the weekly human-present run.