DevinoSolutions

Snooze — Development skill for Claude Code

Development community

Silence every anotifier channel for a while.

How to install Snooze

Installs to ~/.claude/skills/devinosolutions-anotifier-for-claude-codex-cursor-snooze/SKILL.md

Terminal
mkdir -p ~/.claude/skills/devinosolutions-anotifier-for-claude-codex-cursor-snooze && curl -fsSL https://raw.githubusercontent.com/DevinoSolutions/anotifier-for-claude-codex-cursor/HEAD/commands/snooze.md -o ~/.claude/skills/devinosolutions-anotifier-for-claude-codex-cursor-snooze/SKILL.md

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

What Snooze does


name: snooze description: Silence every anotifier channel for a while

Pause notifications. Execute this in the terminal:

node "${CLAUDE_PLUGIN_ROOT}/cli/index.mjs" snooze 30m

This silences every channel — toast, ntfy push, webhook, and terminal bell — until the deadline passes. Durations are `30m`, `2h`, `90s`, or a bare number of minutes (`45`). Run it with no duration to see the current state, or `snooze off` to cancel early.

Alternatives in Development

  • Book To Skill — Turn any technical book PDF into a Claude Code skill — ready to study, reference, and use while you work 25.9k ★
  • Code Simplifier — Simplify code while preserving functionality 14k ★
  • Maestro Next — Unified entry for all development intents — classify intent, assess complexity, route to the correct execution 530 ★

Full documentation available on GitHub

View Source Repository