exPardus

Respawn — Development skill for Claude Code

Development community

Fresh session for a worker — same name, cwd, mode; journal and drained mailbox carried over.

How to install Respawn

Installs to ~/.claude/skills/expardus-fleet-respawn/SKILL.md

Terminal
mkdir -p ~/.claude/skills/expardus-fleet-respawn && curl -fsSL https://raw.githubusercontent.com/exPardus/fleet/HEAD/commands/respawn.md -o ~/.claude/skills/expardus-fleet-respawn/SKILL.md

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

What Respawn does


description: 'Fresh session for a worker — same name, cwd, mode; journal and drained mailbox carried over. The context-reset lever.' argument-hint: ' [--task ] [--force]'

Respawn fleet worker: `$ARGUMENTS`

Run `fleet respawn $ARGUMENTS` via Bash.

This mints a new session id and rebuilds context from the worker's journal plus its drained mailbox — lossless if the journal is current. It refuses while a turn is running unless `--force` (which interrupts first), and ref

Alternatives in Development

  • Claude Context Mode — An MCP server that sits between Claude Code and these outputs 5.3k ★
  • Reset Content Gen — Reset apps/content-gen to fresh state for new voice-based agentic coding experiments 296 ★
  • Mcptoon — Listing 255 MCP tools costs 71,929 tokens 195 ★

Full documentation available on GitHub

View Source Repository