Digest emails
A digest is a batch over a time window: skip the empty ones, and make the window idempotent so a retry can't double-send.
What this skill helps you build
Batch many would-be notifications into one daily or weekly summary that respects each user's timezone and frequency, and is never sent empty.
The production takeaway
A digest is a batch over a time window: skip the empty ones, and make the window idempotent so a retry can't double-send.
Inside this skill
The full skill expands these implementation areas with decisions, edge cases, prompts, tests, and framework-specific code.
Unlock the full implementation
Paid access includes the complete skill body, implementation prompt, common mistakes, production checklist, and code examples where this skill includes them.