mirror of
https://github.com/temporalio/skill-temporal-developer.git
synced 2026-09-14 13:52:58 +08:00
38400885763323d3275167ace231edb96c4a79d9
* Add Preload Modules subsection to TypeScript advanced features Documents the `preloadModules` bundler option on `BundleOptions` and `WorkerOptions.bundlerOptions`, including the `reuseV8Context` precondition, the per-workflow-state warning, and the bundle-time conflict with `ignoreModules`. Sourced from sdk-typescript JSDoc since the docs clone is silent on this option. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * Finalize draft for 0025-preload-modules --------- Co-authored-by: skill-sync[bot] <skill-sync[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
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 Langages
Languages
CODEOWNERS
100%