taxueseek

Relay Resume — Development skill for Claude Code

Development community

Load latest agent-relay packet and continue work.

How to install Relay Resume

Installs to ~/.claude/skills/taxueseek-agent-relay-relay-resume/SKILL.md

Terminal
mkdir -p ~/.claude/skills/taxueseek-agent-relay-relay-resume && curl -fsSL https://raw.githubusercontent.com/taxueseek/agent-relay/HEAD/commands/relay-resume.md -o ~/.claude/skills/taxueseek-agent-relay-relay-resume/SKILL.md

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

What Relay Resume does


name: relay-resume description: Load latest agent-relay packet and continue work

Run:

python3 ~/.agents/skills/agent-relay/scripts/relay_cli.py resume $ARGUMENTS

Then Read primary files listed and execute next_actions. Do not re-ask background already in HANDOFF.

Alternatives in Development

  • Resume Work From A Handoff Document — You are tasked with resuming work from a handoff document through an interactive process 10k ★
  • Engage.Pickup — Resume an engagement from the engine trace — skip completed steps, continue where you left off 348 ★
  • Claude Telegram Relay — Minimal pattern for running Claude Code as an always-on Telegram bot 326 ★

Full documentation available on GitHub

View Source Repository