Skip to content

Commit cf34710

Browse files
starfleethclaude
andauthored
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>
1 parent 62957d1 commit cf34710

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,26 @@ A comprehensive skill for developers to use when building [Temporal](https://tem
88
99
## Installation
1010

11-
### As a Claude Code Plugin
11+
### As a Plugin
1212

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:
1414

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`
21-
7. Restart Claude Code
15+
- **Claude Code**: [temporalio/claude-temporal-plugin](https://github.com/temporalio/claude-temporal-plugin)
16+
- **Cursor**: [temporalio/cursor-temporal-plugin](https://github.com/temporalio/cursor-temporal-plugin)
17+
- **OpenAI Codex**: [temporalio/codex-temporal-plugin](https://github.com/temporalio/codex-temporal-plugin)
2218

23-
### Via `npx skills` - supports all major coding agents
19+
See each repo's README for installation instructions.
20+
21+
### Standalone Installation
22+
23+
If you prefer to install the skill directly without the plugin wrapper:
24+
25+
#### Via `npx skills` — supports all major coding agents
2426

2527
1. `npx skills add temporalio/skill-temporal-developer`
2628
2. Follow prompts
2729

28-
### Via manually cloning the skill repo:
30+
#### Via manually cloning the skill repo
2931

3032
1. `mkdir -p ~/.claude/skills && git clone https://github.com/temporalio/skill-temporal-developer ~/.claude/skills/temporal-developer`
3133

@@ -37,6 +39,6 @@ Appropriately adjust the installation directory based on your coding agent.
3739
- [x] TypeScript ✅
3840
- [x] Go ✅
3941
- [x] Java ✅
40-
- [ ] .NET 🚧 ([PR](https://github.com/temporalio/skill-temporal-developer/pull/39))
42+
- [x] .NET
4143
- [ ] Ruby 🚧 ([PR](https://github.com/temporalio/skill-temporal-developer/pull/41))
4244
- [ ] PHP 🚧 ([PR](https://github.com/temporalio/skill-temporal-developer/pull/40))

0 commit comments

Comments
 (0)