If you're building applications on Temporal, the durable execution platform that keeps workflows running through failures, this skill walks Claude through the architecture, determinism requirements, and SDK patterns across Python, TypeScript, Go, Java, and .NET. It covers the replay model that makes determinism critical, common pitfalls like non-determinism errors, and practical patterns for signals, queries, versioning, and saga compensation. The references span everything from CLI setup to multi-tenant fairness on task queues. One thing worth noting: Temporal's programming model is genuinely different from typical async code, so the determinism constraints take real adjustment even for experienced developers.
npx skills add https://github.com/temporalio/skill-temporal-developer --skill temporal-developer