Skip to content

Commit ecc845d

Browse files
Revert "Remove TypeScript hints"
This reverts commit 82bf9ad.
1 parent 009d465 commit ecc845d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

SKILL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: temporal-developer
3-
description: This skill should be used when the user asks to "create a Temporal workflow", "write a Temporal activity", "debug stuck workflow", "fix non-determinism error", "Temporal Python", "workflow replay", "activity timeout", "signal workflow", "query workflow", "worker not starting", "activity keeps retrying", "Temporal heartbeat", "continue-as-new", "child workflow", "saga pattern", "workflow versioning", "durable execution", "reliable distributed systems", or mentions Temporal SDK development.
3+
description: This skill should be used when the user asks to "create a Temporal workflow", "write a Temporal activity", "debug stuck workflow", "fix non-determinism error", "Temporal Python", "Temporal TypeScript", "workflow replay", "activity timeout", "signal workflow", "query workflow", "worker not starting", "activity keeps retrying", "Temporal heartbeat", "continue-as-new", "child workflow", "saga pattern", "workflow versioning", "durable execution", "reliable distributed systems", or mentions Temporal SDK development.
44
version: 1.0.0
55
---
66

77
# Skill: temporal-developer
88

99
## Overview
1010

11-
Temporal is a durable execution platform that makes workflows survive failures automatically. This skill provides guidance for building Temporal applications in Python.
11+
Temporal is a durable execution platform that makes workflows survive failures automatically. This skill provides guidance for building Temporal applications in Python and TypeScript.
1212

1313
## Core Architecture
1414

@@ -91,6 +91,7 @@ Once you've downloaded the file, extract the downloaded archive and add the temp
9191

9292
1. First, read the getting started guide for the language you are working in:
9393
- Python -> read `references/python/python.md`
94+
- TypeScript -> read `references/typescript/typescript.md`
9495
2. Second, read appropriate `core` and language-specific references for the task at hand.
9596

9697

0 commit comments

Comments
 (0)