This is your reference guide when you need to implement background jobs with Celery, ARQ, or Temporal. It covers the full stack: task routing across priority queues, canvas workflows for complex pipelines, retry strategies with exponential backoff and idempotency, Celery Beat scheduling, and production monitoring with Flower. The skill loads 10 rule files on demand, so you get detailed patterns without upfront bloat. What I like here is the honest guidance on decisions that bite you later, like why you want late acks, why JSON beats pickle, and why large results don't belong in Redis. It assumes you already know you need async jobs and jumps straight to doing them right.
npx skills add https://github.com/yonatangross/orchestkit --skill async-jobs