temporal-developer

Comprehensive Skill for developing with Temporal

التثبيت
CLI
npx skills add https://github.com/temporalio/skill-temporal-developer --skill temporal-developer

قم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.

آخر تحديث 4/22/2026

Temporal Development Skill

A comprehensive skill for developers to use when building Temporal applications.

[!WARNING]
This Skill is currently in Public Preview, and will continue to evolve and improve.
We would love to hear your feedback - positive or negative - over in the Community Slack, in the #topic-ai channel

Installation

As a Plugin

This skill is packaged as a plugin for major coding agents, which provides a simple way to install and receive future updates:

See each repo's README for installation instructions.

Standalone Installation

If you prefer to install the skill directly without the plugin wrapper:

Via npx skills — supports all major coding agents

  1. npx skills add temporalio/skill-temporal-developer
  2. Follow prompts

Via manually cloning the skill repo

  1. mkdir -p ~/.claude/skills && git clone https://github.com/temporalio/skill-temporal-developer ~/.claude/skills/temporal-developer

Appropriately adjust the installation directory based on your coding agent.

Currently Supported Temporal SDK Langages

  • [x] Python ✅
  • [x] TypeScript ✅
  • [x] Go ✅
  • [x] Java ✅
  • [x] .NET ✅
  • [ ] Ruby 🚧 (PR)
  • [ ] PHP 🚧 (PR)