temporal-golang-pro
Use when building durable distributed systems with Temporal Go SDK. Covers deterministic workflow rules, mTLS worker configs, and advanced patterns.
npx skills add sickn33/agentic-awesome-skills --skill temporal-golang-pro --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Temporal Go SDK (temporal-golang-pro) ## Overview Expert-level guide for building resilient, scalable, and deterministic distributed systems using the Temporal Go SDK. This skill transforms vague orchestration requirements into production-grade Go implementations, focusing on durable execution, strict determinism, and enterprise-scale worker configuration. ## When to Use This Skill - **Designing Distributed Systems**: When building microservices that require durable state and reliable orchestration. - **Implementing Complex Workflows**: Using the Go SDK to handle long-running processes (days/months) or complex Saga patterns. - **Optimizing Performance**: When workers need fine-tuned concurrency, mTLS security, or custom interceptors. - **Ensuring Reliability**: Implementing idempotent activities, graceful error handling, and sophisticated retry policies. - **Maintenance & Evolution**: Versioning running workflows or performing zero-downtime worker updates. ## Do not use this skill when - Using Temporal with other SDKs (Python, Java, TypeScript) - refer to their specific `-pro` skills. - The task is a simple request/response without durability or coordination needs. - High-level d
- Overview
- When to Use This Skill
- Do not use this skill when
- Step-by-Step Guide
- Capabilities
- Go SDK Implementation
- Advanced Workflow Patterns
- Testing & Observability
- Examples
- Example 1: Versioned Workflow (Deterministic)
- Example 2: Full mTLS Worker Setup
- Example 3: Selector & Signal Integration
- Best Practices
- Troubleshooting
What does the temporal-golang-pro skill do?
Use when building durable distributed systems with Temporal Go SDK. Covers deterministic workflow rules, mTLS worker configs, and advanced patterns.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill temporal-golang-pro --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.