Skip to content
Merged
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
15 changes: 15 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "temporal-marketplace",
"metadata": {
"description": "A marketplace of Claude Code plugins for working with Temporal (temporal.io)"
},
"owner": {
"name": "Temporal"
},
"plugins": [
{
"name": "temporal-dev",
"source": "./plugins/temporal-dev"
}
]
}
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @donald-pinckney
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "plugins/temporal-dev/skills/temporal-dev"]
path = plugins/temporal-dev/skills/temporal-dev
url = https://github.com/temporalio/skill-temporal-dev
8 changes: 8 additions & 0 deletions plugins/temporal-dev/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "temporal-dev",
"description": "Start, stop, debug, and troubleshoot Temporal workflows for Python projects. Use when: starting workers, executing workflows, workflow is stalled/failed, non-determinism errors, checking workflow status, or managing temporal server start-dev lifecycle.",
"version": "0.1.0",
"author": {
"name": "Temporal"
}
}
1 change: 1 addition & 0 deletions plugins/temporal-dev/skills/temporal-dev
Submodule temporal-dev added at eca74d