From 895c21ef8b3419f58492a7ad392d45456ca4df67 Mon Sep 17 00:00:00 2001 From: Amir Benvenisti <128422269+starfleeth@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:45:04 -0500 Subject: [PATCH] Tighten skill trigger description for better auto-loading Replace verbose quoted-phrase list with a concise two-part description: what the skill does, then when to trigger it. Co-Authored-By: Claude Opus 4.6 --- plugins/temporal-developer/skills/temporal-developer/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/temporal-developer/skills/temporal-developer/SKILL.md b/plugins/temporal-developer/skills/temporal-developer/SKILL.md index 9043177..b0aae86 100644 --- a/plugins/temporal-developer/skills/temporal-developer/SKILL.md +++ b/plugins/temporal-developer/skills/temporal-developer/SKILL.md @@ -1,6 +1,6 @@ --- name: temporal-developer -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", "Temporal Go", "Temporal Golang", "Temporal Java", "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. +description: Develop, debug, and manage Temporal applications across Python, TypeScript, Go, and Java. Use when the user is building workflows, activities, or workers with a Temporal SDK, debugging issues like non-determinism errors, stuck workflows, or activity retries, using Temporal CLI, Temporal Server, or Temporal Cloud, or working with durable execution concepts like signals, queries, heartbeats, versioning, continue-as-new, child workflows, or saga patterns. version: 0.2.0 ---