
temporalio / cursor-temporal-plugin
★ 4A skill package that teaches your agent 1 capability — every one documented and browsable below, no GitHub required · by temporalio.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Temporal Plugin for Cursor
This repository provides a Cursor plugin for working with Temporal — developing applications, using the CLI, managing server, and working with Temporal Cloud.
[!WARNING] This plugin is 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
Install from the Cursor Marketplace, or run the following command in Cursor's agent chat:
/add-plugin temporalManual installation
To install locally by cloning the repository:
- Clone this repository
- Copy it into your Cursor local plugins directory:
Copy & paste — that's it
cp -r cursor-temporal-plugin ~/.cursor/plugins/local/temporal-developer - Restart Cursor
- Navigate to Settings → Plugins and verify the plugin is listed
What's Included
- temporal-developer skill — Comprehensive guidance for developing Temporal applications: creating workflows, activities, and workers; handling signals, queries, and updates; debugging non-determinism errors; implementing saga patterns, versioning strategies, and testing approaches across Python, TypeScript, Go, and Java SDKs.
Standalone Skill
The skill content is derived from temporalio/skill-temporal-developer. If you only need the skill without the plugin wrapper, you can install it directly from that repo.
Other Coding Agents
- Claude Code: See temporalio/claude-temporal-plugin
- OpenAI Codex: See temporalio/codex-temporal-plugin
License
MIT
Install the whole package (1 skills):
npx skills add https://github.com/temporalio/cursor-temporal-pluginOr install a single skill:
npx skills add https://github.com/temporalio/cursor-temporal-plugin --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.