Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.88 KB

File metadata and controls

44 lines (28 loc) · 1.88 KB

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 temporal

Manual installation

To install locally by cloning the repository:

  1. Clone this repository
  2. Copy it into your Cursor local plugins directory:
    cp -r cursor-temporal-plugin ~/.cursor/plugins/local/temporal-developer
  3. Restart Cursor
  4. 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

License

MIT