Skip to main content
Generalmarkus41

notification-template

Build email and Microsoft Teams notification templates for workflow events. Use when creating approval request notifications, escalation alerts, SLA breach warnings, or workflow completion confirmations.

Stars
12
Source
markus41/claude
Updated
2026-05-11
Slug
markus41--claude--notification-template
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/markus41/claude/HEAD/plugins/lobbi-workflow-engine/skills/notification-template/SKILL.md -o .claude/skills/notification-template.md

Drops the SKILL.md into .claude/skills/notification-template.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Notification Template Design

Create notification templates for workflow events:

  1. Event type: What triggers this notification? (new item, approval needed, SLA warning, escalation, completion)
  2. Recipients: Who receives it? (requester, approver, escalation target, compliance team)
  3. Channel: Email, Microsoft Teams adaptive card, or both?
  4. Content: Subject/title, body with relevant data fields, action buttons (Approve/Reject), link to item
  5. Branding: The Lobbi client branding requirements (logo, color, footer)

Output: email HTML template and/or Teams Adaptive Card JSON with placeholder variables using {{variable_name}} syntax.