You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README to reflect new plugin packaging (#96)
* Update README to reflect new plugin packaging
Remove reference to the old agent-skills mono-plugin repo. Link to the
per-harness plugin repos (Claude Code, Cursor, Codex) and present the
standalone installation options after the plugin links.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Mark .NET SDK as supported
.NET support has landed — move from 🚧 to ✅.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,24 +8,26 @@ A comprehensive skill for developers to use when building [Temporal](https://tem
8
8
9
9
## Installation
10
10
11
-
### As a Claude Code Plugin
11
+
### As a Plugin
12
12
13
-
This skill is housed within a [Claude Code plugin](https://github.com/temporalio/agent-skills), which provides a simple way to install and receive future updates to the skill.
13
+
This skill is packaged as a plugin for major coding agents, which provides a simple way to install and receive future updates:
14
14
15
-
1. Run `/plugin marketplace add temporalio/agent-skills`
16
-
2. Run `/plugin` to open the plugin manager
17
-
3. Select **Marketplaces**
18
-
4. Choose `temporal-marketplace` from the list
19
-
5. Select **Enable auto-update** or **Disable auto-update**
20
-
6. run `/plugin install temporal-developer@temporalio-agent-skills`
0 commit comments