kentoje/dotfiles · Archived

notify

Send notifications via ntfy.sh to alert about completed tasks, errors, or important events. Use when a long-running task has finished, an error needs attention, or the user explicitly asks to be notified about any event.

First seen Jan 22, 2026

Installation

$ npx skills add kentoje/dotfiles --skill notify

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from kentoje/dotfiles · top by installs.

npx skills add kentoje/dotfiles

Browse all from kentoje/dotfiles

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,328 B
  • docs SUMMARY.md 234 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 36 installs

SKILL.md

Notify Skill

Send notifications via ntfy.sh to alert the user about completed tasks, errors, or any important events.

Usage

Use this skill when:

  • A long-running task has completed
  • An error or issue needs attention
  • The user explicitly asks to be notified
  • Any event that warrants alerting the user

How to Send Notifications

Execute the following command with an appropriate message using fish shell:

fish -c 'curl -d "<MESSAGE>" "ntfy.sh/$NTFY_SUB_TOPIC"'

Replace <MESSAGE> with a concise, descriptive message about the event.

Note: $NTFYSUBTOPIC is a private fish shell variable, so the command must be run via fish -c.

Message Guidelines

  • Keep messages short and actionable (under 100 characters when possible)
  • Include relevant context (e.g., task name, file, error type)
  • Use clear language

Example Messages

  • "Build completed successfully"
  • "Tests passed: 42/42"
  • "Error: TypeScript compilation failed in src/index.ts"
  • "PR #123 is ready for review"
  • "Task complete: Database migration finished"