From dev-toolkit
Send macOS system notifications from Claude Code. Use this skill whenever you need to notify the user of task completion, status updates, or important events — especially when blocking on long-running operations. Triggers on /notify-me, /notify, or /send notification. Examples: "notify me when the build finishes", "send a notification saying tests passed", "i want a mac notification with this status".
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-toolkit:notify-meThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Send native macOS system notifications to alert the user during long-running tasks or important state changes.
Send native macOS system notifications to alert the user during long-running tasks or important state changes.
/notify-me "Build complete!"
/notify-me "Tests passed" "CI Pipeline"
/notify-me "Deployment finished" "Production" "12:34 PM"
echo "Task done" | /notify-me
| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
| message | string | Yes | — | Notification body text |
| title | string | No | "Claude Code" | Notification title |
| subtitle | string | No | — | Optional subtitle for secondary context |
notify-me.sh wraps macOS's terminal-notifier command to display native notifications. The script reads the message from the first argument or stdin, constructs the notification command, and executes it.
Required: terminal-notifier (macOS utility)
Install with:
brew install terminal-notifier
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub alton09/q-skills --plugin dev-toolkit