Agent skill · Workflow & Productivity

temporal-golang-pro

Use when building durable distributed systems with Temporal Go SDK. Covers deterministic workflow rules, mTLS worker configs, and advanced patterns.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
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.

Facts
Files in the skill folder: 3
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/temporal-golang-pro/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do not use this skill when
  4. Step-by-Step Guide
  5. Capabilities
  6. Go SDK Implementation
  7. Advanced Workflow Patterns
  8. Testing & Observability
  9. Examples
  10. Example 1: Versioned Workflow (Deterministic)
  11. Example 2: Full mTLS Worker Setup
  12. Example 3: Selector & Signal Integration
  13. Best Practices
  14. Troubleshooting
Ships with 2 files
  • resources/implementation-playbook.md
  • resources/testing-strategies.md
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going