Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,23 @@ This repository provides a [Claude Code plugin](https://code.claude.com/docs/en/

## Installation

**Step 1:** Marketplace Installation
From inside Claude Code, run:

1. Run `/plugin marketplace add temporalio/claude-temporal-plugin`
2. Run `/plugin` to open the plugin manager
3. Select **Marketplaces**
4. Choose `temporal-marketplace` from the list
5. Select **Enable auto-update** or **Disable auto-update**
1. `/plugin marketplace add temporalio/claude-temporal-plugin`
2. `/plugin install temporal@temporal-marketplace`

**Step 2:** Plugin Installation
1. Run `/plugin install temporal@temporal-marketplace`
2. Restart Claude Code
Then run `/reload-plugins` to activate the plugin in the current session.

*Note:* We recommend enabling automatic updates using the interactive `/plugin` menu

### Alternative: interactive install
Copy link
Copy Markdown

@brianstrauch brianstrauch Apr 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't frame this as an "alternative". You might want enable auto-updates in addition to the steps above. In fact, that's the only reason to go through this flow. I would frame this as a recommend extra step (and only cover enabling auto-updates here, leaving out plugin installation)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed that there is no reason to use this install path unless you prefer interactivity to copy pasting. I think this is best resolved by adding after the /reload-plugins command to also enable auto update interactively. thought?


1. Run `/plugin` to open the plugin manager
2. Select **Marketplaces**
3. Choose `temporal-marketplace` from the list
4. Select **Enable auto-update** (recommended) or **Disable auto-update**
5. Install the `temporal` plugin
6. Run `/reload-plugins`

## What's Included

Expand Down