By temporalio
Develop and manage Temporal workflows and activities using Python, TypeScript, Go, Java, or C# SDKs, debug non-determinism and stuck workflows, and run Temporal CLI commands and dev server.
This repository provides a Claude Code plugin for working with Temporal — developing applications, using the CLI, managing server, and working with Temporal Cloud.
[!WARNING] This plugin is in Public Preview, and will continue to evolve and improve. We would love to hear your feedback - positive or negative - over in the Community Slack, in the #topic-ai channel
From inside Claude Code, run:
/plugin marketplace add temporalio/claude-temporal-plugin/plugin install temporal@temporal-marketplaceThen run /reload-plugins to activate the plugin in the current session.
Note: We recommend enabling automatic updates using the interactive /plugin menu
/plugin to open the plugin managertemporal-marketplace from the listtemporal plugin/reload-pluginsThe skill content is derived from temporalio/skill-temporal-developer. If you only need the skill without the plugin wrapper, you can install it directly from that repo.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub temporalio/claude-temporal-plugin --plugin temporalTemporal.io workflow development across Python, Go, and TypeScript SDKs with testing and troubleshooting
Create, run, monitor, and manage Conductor workflows and tasks
Backend API design, GraphQL architecture, workflow orchestration with Temporal, and test-driven backend development
Orchestrate complex workflows with DAG-based execution, parallel tasks, and run history tracking
Cloudflare Workflows for durable long-running execution. Use for multi-step workflows, retries, state persistence, or encountering NonRetryableError, execution failed errors.
Workflow development tools