skill-temporal-developer
Comprehensive Skill for developing with Temporal
Links
README
From the repo.
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:
- 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.
Standalone Installation
If you prefer to install the skill directly without the plugin wrapper:
Via npx skills — supports all major coding agents
npx skills add temporalio/skill-temporal-developer- Follow prompts
Via manually cloning the skill repo
Claude:
mkdir -p ~/.claude/skills && git clone https://github.com/temporalio/skill-temporal-developer ~/.claude/skills/temporal-developer
Codex:
mkdir -p ~/.agents/skills && git clone https://github.com/temporalio/skill-temporal-developer ~/.agents/skills/temporal-developer
Contributing
See the contribution guide for development setup and validation instructions.
Currently Supported Temporal SDK Languages
- Python ✅
- TypeScript ✅
- Go ✅
- Java ✅
- .NET ✅
- Rust (Public Preview)
- Ruby ✅
- PHP 🚧 (PR)
Collected info
- ★ 220 stars
- ⎇ 30 forks
- Source updated: 9/24/2026
Config for your environment
Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "{MCP_ENDPOINT_URL}"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.