# Resume Session

> Resume a Claude Code agent's most recent conversation using /resume. Use when this capability is needed.

- Skill: `tomevault-io/resume-session` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/resume-session`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/resume-session/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/resume-session

---


# Resume Session

Resumes a Claude Code agent's most recent conversation using the `/resume` slash command. This preserves the full previous conversation context (tool calls, file reads, history) instead of starting a brand new session with a lossy context dump.

## How It Works

1. Sends `/resume` to the target agent's Claude Code session via the `/deliver` endpoint
2. Waits for Claude Code to render the session picker (3 seconds)
3. Sends Enter to select the most recent (first) session in the picker

## Usage

```bash
bash config/skills/orchestrator/resume-session/execute.sh '{"sessionName":"agent-joe"}'
```

## Parameters

| Parameter | Required | Description |
|-----------|----------|-------------|
| `sessionName` | Yes | Target agent's PTY session name |

## Output

JSON confirmation from the deliver and key endpoints.

## Notes

- This skill only works with Claude Code runtimes. On other runtimes, `/resume` is treated as a normal message (harmless but no-op).
- The agent must have a previous session to resume. If no previous session exists, Claude Code will show an empty picker and Enter will dismiss it.
- Prefer this over `delegate-task` with full context when you want to restore an agent's prior conversation rather than start fresh.

---
> Source: [stevehuang0115/crewly](https://github.com/stevehuang0115/crewly) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-23 -->

