montagao/skills

notifications

Set up message notifications (reminders) for plan/triage/review.

First seen Mar 5, 2026

Installation

$ npx skills add montagao/skills --skill notifications

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 montagao/skills · top by installs.

npx skills add montagao/skills

Browse all from montagao/skills

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 Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,536 B
  • docs SUMMARY.md 85 B

History

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

SKILL.md

/notifications

Set up reminder notifications for productivity skills.

Behavior

  • Prompt the user for notifications (keep it minimal).
  • Do NOT create reminders unless the user explicitly says "apply now".
  • Default timezone: Australia/Melbourne.
  • After successful setup, write {workspace}/.notifications_configured to avoid repeated prompting.

Ask only what you need

  1. Where to deliver notifications? (default: Telegram DM)

- Ask for destination id/handle needed for delivery.

  1. Which reminders?

- Daily plan time (default 07:30) - Weekly review day/time (default Sunday 18:00) - Optional: evening wrap (default 20:30)

  1. Quiet hours (default 22:00-07:00) + max notifs/day (default 6)

Tool use (when user says "apply now")

Use the reminders skill to create recurring reminders:

  • Daily plan reminder:

- name: "Daily plan" - schedule: "Every day at 07:30" - message: "/plan"

  • Weekly review reminder:

- name: "Weekly review" - schedule: "Every Sunday at 18:00" - message: "/review"

  • Optional evening wrap:

- name: "Evening wrap" - schedule: "Every day at 20:30" - message: "Summarize today. If nothing useful, output HEARTBEATOK." - suppressIf: "HEARTBEATOK"

Output

  • Summarize what reminders will be created.
  • If applied: confirm created reminder ids.
  • If not applied: confirm "no changes made" and show the chosen schedule in plain English.