skills/tier4-specialized/notification-system/SKILL.md
In-app, push, and email notifications
npx skillsauth add abcnuts/manus-skills notification-systemInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Multi-channel notification system (in-app, push, email).
python3 /home/ubuntu/skills/notification-system/scripts/setup_notifications.py
Manual: 2 hours
With skill: 30 minutes
Saved: ~1.5 hours
tools
Generate comprehensive demonstrations showing how to access projects and work across different environments (Manus terminals, personal computers, team collaboration). Use when users ask "how do I access this from another terminal/computer", "how do I share this with my team", "how do I get this on my Mac", or need clarification on Manus persistence vs GitHub usage.
development
Use when you have a spec or requirements for a multi-step task, before touching code
data-ai
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
development
Use when implementing any feature or bugfix, before writing implementation code