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
This skill is packaged as a plugin for major coding agents, which provides a simple way to install and receive future updates:
- Claude Code: temporalio/claude-temporal-plugin
- Cursor: temporalio/cursor-temporal-plugin
- OpenAI Codex: temporalio/codex-temporal-plugin
See each repo's README for installation instructions.
If you prefer to install the skill directly without the plugin wrapper:
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.
- Python ✅
- TypeScript ✅
- Go ✅
- Java ✅
- .NET ✅
- Rust (Public Preview)
- Ruby ✅
- PHP 🚧 (PR)