Use this skill when the user wants to send desktop notifications from the command line for command completion alerts, reminders, or CI job updates.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-c1eecaab)More formats (shields.io, HTML) on the badges page.
---
name: alert
description: Use this skill when the user wants to send desktop notifications from the command line for command completion alerts, reminders, or CI job updates.
---
# alert Plugin
alert sends desktop notifications from the terminal.
## Usage Examples
- "notify when a long build completes"
- "send a custom notification message"
- "send an urgent alert about a failed job"
## Installation
```bash
npm install -g alert
```
## Key Features
- Desktop popup notifications
- Custom title and message support
- Icon and urgency customization
- Cross-platform (macOS, Linux, Windows)
- Scriptable for command completion hooks
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!