# Agentpack Resume

> Claim and resume a handoff from another real agent session.

- Skill: `vishal2612200/agentpack-resume` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vishal2612200/agentpack-resume`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vishal2612200/agentpack-resume/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: AGPL-3.0-only
- Author: vishal2612200 (https://skillmd.com/u/vishal2612200)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/vishal2612200/agentpack-resume

---


# AgentPack Resume

Use when the user invokes `$agentpack-resume [name]` in Codex or `/agentpack-resume [name]` in Claude Code.

Call MCP `accept_handoff(name="<name>")` when available. If MCP is unavailable, run `agentpack handoff resume <name>`. A missing name is valid when only one pending handoff exists. Use the report and bounded fresh context returned by AgentPack, then continue from `next_action`. Never reconstruct or apply the patch manually.

