background-jobs
Installation
SKILL.md
Background Jobs
Production-ready background job processing with reliability guarantees.
When to Use This Skill
- Processing that takes longer than a request timeout
- Scheduled/recurring tasks (reports, cleanup, sync)
- Async workflows (email, notifications, webhooks)
- Work that can fail and needs retries