Skip to content

temporalio/skill-temporal-developer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Claude Code Plugin

This skill is housed within a Claude Code plugin, which provides a simple way to install and receive future updates to the skill.

  1. Run /plugin marketplace add temporalio/agent-skills
  2. Run /plugin to open the plugin manager
  3. Select Marketplaces
  4. Choose temporal-marketplace from the list
  5. Select Enable auto-update or Disable auto-update
  6. run /plugin install temporal-developer@temporalio-agent-skills
  7. Restart Claude Code

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

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