notify

star 0

Send a notification to the user.

tom-dorofeyev By tom-dorofeyev schedule Updated 5/11/2026

name: notify description: Send a notification to the user.

SKILL: Notify

Purpose

Provide a single mechanism for sending a user-facing notification. This skill does not decide when a notification should be sent or what event triggered it. The caller decides that.

How to send a notification

notify.mjs is in the same directory as this SKILL.md file. Find that directory and run:

node "<path-to-skill-dir>/notify.mjs" "<message>"

You already know the path to this skill file because you loaded it — use that to resolve the directory. The script handles delivery internally. If no delivery channel is configured, it exits silently — notifications are optional.

Usage

  • Use this skill whenever the active policy or workflow requires a user notification.
  • The caller is responsible for deciding the message content and the moment of delivery.
  • This skill is notification-only. It does not define stop conditions, input requirements, permission rules, or workflow state.

Message format: caller-defined.

Install via CLI
npx skills add https://github.com/tom-dorofeyev/td-agentcraft-kit --skill notify
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
tom-dorofeyev
tom-dorofeyev Explore all skills →