mirror of
https://github.com/temporalio/skill-temporal-developer.git
synced 2026-09-14 13:52:58 +08:00
855 B
855 B
Temporal Development Skill
A comprehensive skill for building Temporal applications.
Installation
As a Claude Code Plugin
- Run
/plugin marketplace add temporalio/agent-skills - Run
/pluginto open the plugin manager - Select Marketplaces
- Choose
temporal-marketplacefrom the list - Select Enable auto-update or Disable auto-update
- run
/plugin install temporal-developer@temporalio-agent-skills - Restart Claude Code
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.