mrolafsson

Herdr Snooze — Development skill for Claude Code

Development community

Snooze agents in herdr's Agents panel for 15 minutes, an hour, a day or a week; they come back on their own.

How to install Herdr Snooze

This entry records only its repository, not the path inside it, so there is no exact command to give. Open mrolafsson/herdr-snooze and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Herdr Snooze does

Snooze agents in herdr's Agents panel for 15 minutes, an hour, a day or a week; they come back on their own. A herdr plugin.

Alternatives in Development

  • Setup Context — Set up your Skill Memory — a pm-context.md every skill reads so outputs come back tailored to you 1.3k ★
  • Clauditor — Stop Claude Code from burning through your quota in 20 minutes 367 ★
  • Claude Warmup — Manipulate Claude Code's 5-hour usage window into resetting when you actually need it 127 ★

README

herdr-snooze

Snooze an agent in [herdr](https://herdr.dev): hide it from the Agents panel for 15 minutes, an hour, a day, a week — and have it come back by itself when the time is up.

For the agent that is waiting on a deploy, a review, or tomorrow morning, and that you would rather not keep looking at until then.

  Fix the login bug
  claude · web-app

  1  15 minutes           17:26
  2  1 hour               18:11
  3  3 hours              20:11
  4  6 hours              23:11
  5  1 day                Mon 17:11
  6  3 days               Wed 17:11
  7  1 week               27 Sep 17:11
  c  Custom…

  ↑↓ move · enter select · esc cancel
  • Snooze one agent, or every agent in a space.
  • Flip the Agents panel to show only what is snoozed, and back.
  • Wake anything early, in one key.
  • No daemon. Works alongside panel-sorting plugins such as herdr-radar.

Requirements

  • herdr 0.9.0 or newer
  • Python 3.8+ as python3 on the PATH herdr sees — standard library only, nothing to install or build
  • Linux or macOS

Install

herdr plugin install mrolafsson/herdr-snooze

Then bind the keys you want in `~/.config/herdr/config.toml`. Nothing in a herdr manifest can add key bindings for you, so **without this step the plugin is installed but you have no way to reach it** except the command line.

[[keys.command]]
key = "prefix+shift+z"
type = "plugin_action"
command = "herdr-snooze.agent"
description = "snooze or wake agent"

[[keys.command]]
key = "prefix+alt+z"
type = "plugin_action"
command = "herdr-snooze.toggle"
description = "agents panel: snoozed <-> active"
herdr server reload-config

Pick any keys you like; both are free in herdr's default bindings. If you use a command palette plugin, every action below shows up there too.

Install from a local checkout

git clone https://github.com/mrolafsson/herdr-snooze
herdr plugin link ./herdr-snooze

Use

|