mirror of
https://github.com/temporalio/skill-temporal-developer.git
synced 2026-09-14 13:52:58 +08:00
8cf8a5ee9dd5da8c5fc483622962ff1708bc35da
* feat(rust): add Temporal Rust SDK references * remove cruft * official references link * deslop * deslop v2 * docs(rust): mark Rust as Public Preview in SKILL.md reference list Addresses review comment on SKILL.md:62 (donald-pinckney). * docs(rust): label Rust as Public Preview in README support list Addresses review comment on README.md:43 (donald-pinckney). * docs(rust): add Public Preview NOTE callout to rust.md Uses the reviewer's exact wording. Addresses review comment on references/rust/rust.md:1 (donald-pinckney). * docs(rust): point dependency guidance to official Rust SDK Quickstart Drops the pinned-version caveat now that there are no crate versions in the file. Addresses review comment on references/rust/rust.md:22 (chris-olszewski). * docs(rust): drop Skipping Activity timeouts pitfall The Rust SDK always applies a to_close Activity timeout, so the pitfall does not apply. Addresses review comment on references/rust/rust.md:171 (chris-olszewski). * docs(rust): link directly to sdk-rust examples directory The examples are not at the repo top, so link the explicit path. Addresses review comment on references/rust/rust.md:177 (chris-olszewski).
Temporal Development Skill
A comprehensive skill for developers to use when building Temporal applications.
Warning
This Skill is currently 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
Installation
As a Plugin
This skill is packaged as a plugin for major coding agents, which provides a simple way to install and receive future updates:
- Claude Code: temporalio/claude-temporal-plugin
- Cursor: temporalio/cursor-temporal-plugin
- OpenAI Codex: temporalio/codex-temporal-plugin
See each repo's README for installation instructions.
Standalone Installation
If you prefer to install the skill directly without the plugin wrapper:
Via npx skills — supports all major coding agents
npx skills add temporalio/skill-temporal-developer- Follow prompts
Via manually cloning the skill repo
mkdir -p ~/.claude/skills && git clone https://github.com/temporalio/skill-temporal-developer ~/.claude/skills/temporal-developer
Appropriately adjust the installation directory based on your coding agent.
Currently Supported Temporal SDK Languages
- Python ✅
- TypeScript ✅
- Go ✅
- Java ✅
- .NET ✅
- Rust (Public Preview)
- Ruby ✅
- PHP 🚧 (PR)
Languages
CODEOWNERS
100%