Restart banner
bookedsolidtech bookedsolidtech

Restart

Development community

Description

Handle both session spin-down and spin-up for any reagent-managed project. ## Which mode to run — explicit args win, context as fallback Check `$ARGUMENTS` first: - `/restart down` → **spin-down** (save state, write RESTART.md, output restart prompt) - `/restart up` → **spin-up** (read RESTART.md, orient, list Up Next) - `/restart` with no args → infer from context: - If this is clearly early in a fresh session (few messages, no code changes) → **spin-up** - If there's meaningful work don

Installation

Installs to ~/.claude/skills/bookedsolidtech-reagent-restart/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bookedsolidtech-reagent-restart && curl -fsSL https://raw.githubusercontent.com/bookedsolidtech/reagent/HEAD/commands/restart.md -o ~/.claude/skills/bookedsolidtech-reagent-restart/SKILL.md

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

Full documentation available on GitHub

View Source Repository