mirror of
https://github.com/temporalio/skill-temporal-developer.git
synced 2026-09-14 13:52:58 +08:00
d52c54af05e880f5a1a892a7475ae9b4414e5d86
* Absorb CLI skill content: workflow commands, dev server, and CLI gotchas Migrate developer-facing content from skill-temporal-cli as part of the CLI skill consolidation. Adds cli-workflow-commands.md (start, execute, signal, query, update reference), expands dev-management.md with full dev server flags and dev-to-prod recipe, appends CLI gotchas, and enriches install_cli.md. Updates SKILL.md triggers and routing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Address review feedback: flag table consistency, global flag annotations, dedup gotchas Standardize cli-workflow-commands.md flag tables to use Required column throughout. Annotate --log-level and --log-format as global flags in dev-management.md. Collapse redundant dev server gotchas into a cross-reference to dev-management.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Clarify that a local dev server is not required for development Workers can target a local dev server, self-hosted cluster, or Temporal Cloud. The previous wording implied a local server was mandatory. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Clean up out of scope section * Cleanup CLI installation * Remove junk, add --output json * Apply edit suggestion * Add --output json explicitly * remove docs markers * Add one more --output json * Apply suggestion from @donald-pinckney * Change env to profile, and remove dead cross-reference to ops skill. * Remove dead cross-links for now * Update references/core/dev-management.md --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Donald Pinckney <donald.pinckney@temporal.io>
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%