Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.16 KB

File metadata and controls

32 lines (23 loc) · 1.16 KB

Temporal Developer Plugin

Build reliable distributed applications with Temporal across Python, TypeScript, and Go.

Skills

  • temporal-developer — Comprehensive guidance for creating workflows, activities, and workers; debugging non-determinism errors; implementing patterns like sagas, signals, queries, and versioning; testing and observability.

What It Covers

  • Creating and orchestrating Temporal workflows and activities
  • Worker setup and task queue configuration
  • Signals, queries, and updates for interactive workflows
  • Saga pattern, continue-as-new, and child workflows
  • Determinism rules and non-determinism debugging
  • Workflow versioning strategies for safe code changes
  • Testing workflows and activities
  • Error handling and observability
  • AI/LLM integration patterns

Supported Languages

  • Python (Temporal Python SDK)
  • TypeScript (Temporal TypeScript SDK)
  • Go (Temporal Go SDK)

Plugin Structure

  • .codex-plugin/plugin.json — Plugin manifest
  • skills/temporal-developer/ — Skill content
    • SKILL.md — Skill definition and instructions
    • references/ — Language-specific and core reference files