Team Resume banner
Yuya-Furusawa Yuya-Furusawa

Team Resume

Productivity community

Description

--- description: Resume the most recent stuck/failed agent-teams task (or a specific task id) argument-hint: [task_id] allowed-tools: Bash(agent-teams:*), Read --- Resume an agent-teams task that was interrupted (e.g. by a Claude Code rate limit, or an orchestrator crash). Failed and stuck-running sub-tasks are re-executed; completed ones are preserved. After all sub-tasks finish, the summarizer regenerates `summary.md`. Execute: ```bash agent-teams resume "$ARGUMENTS" ``` After the command

Installation

Installs to ~/.claude/skills/yuya-furusawa-agent-teams-team-resume/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yuya-furusawa-agent-teams-team-resume && curl -fsSL https://raw.githubusercontent.com/Yuya-Furusawa/agent-teams/HEAD/commands/team-resume.md -o ~/.claude/skills/yuya-furusawa-agent-teams-team-resume/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository