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
This skill is housed within a Claude Code plugin, which provides a simple way to install and receive future updates to the skill.
- Run
/plugin marketplace add temporalio/agent-skills - Run
/pluginto open the plugin manager - Select Marketplaces
- Choose
temporal-marketplacefrom the list - Select Enable auto-update or Disable auto-update
- run
/plugin install temporal-developer@temporalio-agent-skills - Restart Claude Code
npx skills add temporalio/skill-temporal-developer- Follow prompts
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.