Fleet History banner
verkyyi verkyyi

Fleet History

Development community

Description

# /fleet-history — browse & resume closed sessions (landed + unlanded + scratch) <!-- fleet skill · owner: hub --> When the cleanup daemon (or a manual reap from the hub) reaps a merged worker's PR it removes the `issue-<N>` worktree and kills the window — but the worker's Claude transcript **survives** under `~/.claude/projects/`. This skill surfaces those finished sessions from the history ledger (`bin/fleet-history.sh`): **list** what closed, **open** a PR, **review** the recorded transcrip

Installation

Installs to ~/.claude/skills/verkyyi-claude-fleet-fleet-history/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository