Skip to content
Closed
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "temporal",
"owner": {
"name": "Temporal Technologies Inc.",
"url": "https://temporal.io"
},
"plugins": [
{
"name": "temporal-developer",
"source": "./",
"description": "Develop, debug, and manage Temporal applications across Python, TypeScript, Go, Java, .NET and Ruby."
}
]
}
14 changes: 14 additions & 0 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "temporal-developer",
"version": "0.5.0",
"description": "Develop, debug, and manage Temporal applications across Python, TypeScript, Go, Java, .NET and Ruby.",
"author": {
"name": "Temporal Technologies Inc.",
"url": "https://temporal.io"
},
"homepage": "https://github.com/temporalio/skill-temporal-developer",
"repository": "https://github.com/temporalio/skill-temporal-developer",
"license": "MIT",
"keywords": ["temporal", "durable-execution", "workflows", "activities", "workers"],
"skills": ["./"]
}
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,29 @@ This skill is packaged as a plugin for major coding agents, which provides a sim

See each repo's README for installation instructions.

<details>
<summary><b>Install the Claude Code plugin directly from this repo</b></summary>

This repository ships its own Claude Code marketplace, so you can install the plugin without the separate wrapper repo. From within Claude Code:

1. Add this repo as a marketplace:

```
/plugin marketplace add temporalio/skill-temporal-developer
```

2. Install the plugin from it:

```
/plugin install temporal-developer@temporal
```

3. Confirm the `temporal-developer` skill is available (e.g. via `/plugin` or by listing skills).

To update later, re-run `/plugin marketplace update temporal` and reinstall.

</details>

### Standalone Installation

If you prefer to install the skill directly without the plugin wrapper:
Expand Down