Donald Pinckney 4f7b14626c Use shared package-and-sync reusable workflow (#253)
* Use shared package-and-sync reusable workflow

Replace the inline package/sync workflow with a thin caller of the shared
temporalio/skill-ci reusable workflow (pinned to v1). This also corrects the
codex plugin target path, which was stale (plugins/temporal-developer/... →
plugins/temporal/... as used by the shared workflow and present in the repo).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* Pin shared workflow to @v1 tag instead of SHA

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* Add one-click bump dispatch input to release workflow

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-05 08:15:05 -04:00
2026-03-19 17:36:15 -04:00
2026-06-24 14:41:49 -04:00

Temporal Development Skill

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

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 Languages

  • Python
  • TypeScript
  • Go
  • Java
  • .NET
  • Rust (Public Preview)
  • Ruby
  • PHP 🚧 (PR)
S
Description
Develop, debug, and manage Temporal applications across Python, TypeScript, Go, Java, .NET, Ruby, and Rust. Use when the user is building workflows,…
Readme MIT 2.3 MiB
Languages
CODEOWNERS 100%