Back to the catalog

background-timer

Background timer with task notifications for Claude Code. Set delayed checks without blocking conversation.

Open source Repository Open in the app JSON README (API)

About

Background timer with task notifications for Claude Code. Set delayed checks without blocking conversation.

Details

Kind
Plugins
Topic
No topic detected
Publisher
culminationai
Origin
marketplace
Category
ferramentas
Last push
2026-03-26T04:06:48Z
Repository state
ativo
License
MIT
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
culminationai/background-timer/background-timer

README

# background-timer

Background timer with task notifications for [Claude Code](https://claude.com/claude-code).

## Install

```bash
claude plugins install background-timer
```

## Usage

```
/timer 60 check chain logs
/timer 30 verify tests passed
/timer 120 is the build done yet
```

First argument = seconds, rest = message. After the delay, a task notification arrives with the message.

## How it works

Runs `sleep N && echo message` in background. Claude Code task notification delivers the message when it fires. No blocking, no polling.

## License

MIT

More