restart

restart is a command for Claude Code from yacb2/claude-restart. It costs 11 tokens per session (86 once invoked), scanned A, original, MIT.

Een commando dat een Claude Code-sessie afsluit en daarna automatisch opnieuw hervat. De invoer beschrijft het benodigde sessie-herstartsignaal en de hervatprocedure.

In plain words
What is it for?
Voor het opnieuw starten van een Claude Code-sessie terwijl het hervatten automatisch wordt voorbereid. Het is een bedieningscommando, geen hulpmiddel voor code-analyse of generatie.
Why use it?
Het voorkomt dat een vastgelopen of opnieuw te laden sessie handmatig moet worden afgesloten en opnieuw gestart. De concrete werking hangt af van Claude Code en de lokale sessie-instellingen.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

Good fit Voor het opnieuw starten van een Claude Code-sessie terwijl het hervatten automatisch wordt voorbereid. Het is een bedieningscommando, geen hulpmiddel voor code-analyse of generatie.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/yacb2/claude-restart/restart
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/yacb2/claude-restart

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for restart

README.md
[![agentmods](https://agentmods.dev/badge/commands/yacb2/claude-restart/restart.svg)](https://agentmods.dev/commands/yacb2/claude-restart/restart)
Your own site
<a href="https://agentmods.dev/commands/yacb2/claude-restart/restart"><img src="https://agentmods.dev/badge/commands/yacb2/claude-restart/restart.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 86 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00011 $0.00086
Opus 5 $0.00005 $0.00043
Sonnet 5 $0.00002 $0.00017
Haiku 4.5 $0.00001 $0.00009

Measured 8d ago against content hash 6ea27bc96fcc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

restart scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/restart.md · 9 lines

What it actually says

First, say exactly "↻ Session restarted" (nothing else). Then use the Bash tool to run: touch "$HOME/.claude/tmp/restart-flag-${CLAUDE_RESTART_ID}" && kill -TERM $PPID

Do NOT print the command. Do NOT explain. Just the message, then execute.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 9 lines · 11 tokens per session scan A 6ea27bc96fcc

Subscribe to this mod's changes

restart is a command published in the GitHub repository yacb2/claude-restart (6 stars, last pushed 1mo ago), licensed MIT. It adds 11 tokens to every session and 86 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other commands, from other repositories

atomic-help

Route a lost user to the right atomic verb, skill, agent, or binary subcommand. Bare invocation reads git state and recommends one next step. Topic keyword or freeform intent → focused pointer. tour → guided walkthrough of the system. Help router, not duplicated docs.

damusix/atomic-claude · 57 tokens

follow-up

Review and act on pending reminders. Bare invocation shows all reminders as an indexed list; cron-fired invocation (/follow-up due ) surfaces the specific reminder and waits for a response; /follow-up review lists stale project follow-up entries for per-item disposition (extend/close/promote/skip). Transport-aware…

damusix/atomic-claude · 0 tokens

remind-me

Schedule a reminder. Creates a reminder file and schedules it via cron ( = 1h). Degrades silently to file-only when scheduling tools are unavailable.

damusix/atomic-claude · 39 tokens

handoff

Shift change: brief successor on context, workflow, pending work, and verification commands.

axiomantic/spellbook · 16 tokens

subagent-implementation

Orchestrate implement→review subagent loop until task complete. Reads the approved spec, writes a thin brief to .claude/.scratchpad/, dispatches fresh-context subagents, loops until reviewer signs off, commits per green iteration, then updates repo docs.

damusix/atomic-claude · 53 tokens

quick-fix

Run the implement→review subagent loop without the planning phase — for straightforward fixes with a known cause and one obvious approach, regardless of how many files the change spreads across. Skips the spec gate, worktree gate, and finalize ceremony (implementation log, docs, signals) that /subagent-implementation…

damusix/atomic-claude · 112 tokens