From 1a637192c6889d5d70c9e5744ddcb4405cc55bd5 Mon Sep 17 00:00:00 2001 From: Amir Benvenisti <128422269+starfleeth@users.noreply.github.com> Date: Tue, 14 Apr 2026 10:19:37 -0700 Subject: [PATCH 1/3] Add Temporal logo for plugin marketplace listing Co-Authored-By: Claude Opus 4.6 --- .cursor-plugin/plugin.json | 1 + assets/temporal-logo.svg | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 assets/temporal-logo.svg diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index d784bc2..abef28c 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -20,5 +20,6 @@ "microservices", "distributed-systems" ], + "logo": "./assets/temporal-logo.svg", "skills": "./skills/" } diff --git a/assets/temporal-logo.svg b/assets/temporal-logo.svg new file mode 100644 index 0000000..95cae57 --- /dev/null +++ b/assets/temporal-logo.svg @@ -0,0 +1,17 @@ + + + + + + From 8cecbbf134d71f32adb1dffc80a590727b7ef544 Mon Sep 17 00:00:00 2001 From: Amir Benvenisti <128422269+starfleeth@users.noreply.github.com> Date: Tue, 14 Apr 2026 10:53:58 -0700 Subject: [PATCH 2/3] Fix logo path in plugin.json to match Cursor plugin template convention Co-Authored-By: Claude Opus 4.6 --- .cursor-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index abef28c..eefd9df 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -20,6 +20,6 @@ "microservices", "distributed-systems" ], - "logo": "./assets/temporal-logo.svg", + "logo": "assets/temporal-logo.svg", "skills": "./skills/" } From 403ca0a08886951176c972e59a4aa6baf9aa50de Mon Sep 17 00:00:00 2001 From: Amir Benvenisti <128422269+starfleeth@users.noreply.github.com> Date: Tue, 14 Apr 2026 12:22:18 -0700 Subject: [PATCH 3/3] Update installation instructions for local plugin setup Co-Authored-By: Claude Opus 4.6 --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0653637..f570c39 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,15 @@ This repository provides a [Cursor plugin](https://cursor.com/docs/plugins) for ## Installation -1. Open Cursor Settings -2. Navigate to the Plugins section -3. Search for `temporal-developer` or add this repository URL -4. Enable the plugin +This plugin is not yet available in the Cursor marketplace. To install it locally: + +1. Clone this repository +2. Copy it into your Cursor local plugins directory: + ```bash + 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