From 2c104d91375373986eb664bf0b450b31eb882dc0 Mon Sep 17 00:00:00 2001 From: Khaliq Date: Fri, 15 May 2026 12:23:43 +0200 Subject: [PATCH] fix workflow skill publish description --- prpm.json | 2 +- skills/writing-agent-relay-workflows/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prpm.json b/prpm.json index d3b196a..bbc1aaf 100644 --- a/prpm.json +++ b/prpm.json @@ -29,7 +29,7 @@ { "name": "writing-agent-relay-workflows", "version": "1.6.10", - "description": "Use when building multi-agent workflows with the relay broker-sdk - covers conversation-shape vs pipeline-shape coordination, mandatory sequential Claude-then-Codex fresh-eyes review/fix loops with test hardening, WorkflowBuilder API, DAG step dependencies, agent definitions, output chaining via {{steps.X.output}}, verification gates, evidence-based completion, channels, swarm patterns, chat-native coordination recipes (Q/A, broadcast-ack, peer review, standup, hand-off), error handling, event listeners, step sizing, lead+workers team pattern, and parallel wave planning", + "description": "Use when building multi-agent workflows with relay broker-sdk. Covers conversation vs pipeline coordination, WorkflowBuilder/DAG steps, agents, {{steps.X.output}} chaining, repairable verification gates, evidence-based completion, mandatory Claude-then-Codex fresh-eyes review/fix loops with test hardening, channels, chat-native recipes, error handling, event listeners, step sizing, lead+workers teams, and parallel waves.", "format": "claude", "subtype": "skill", "languages": [ diff --git a/skills/writing-agent-relay-workflows/SKILL.md b/skills/writing-agent-relay-workflows/SKILL.md index ac4522c..c22138d 100644 --- a/skills/writing-agent-relay-workflows/SKILL.md +++ b/skills/writing-agent-relay-workflows/SKILL.md @@ -1,6 +1,6 @@ --- name: writing-agent-relay-workflows -description: Use when building multi-agent workflows with the relay broker-sdk - covers conversation-shape vs pipeline-shape coordination, mandatory sequential Claude-then-Codex fresh-eyes review/fix loops with test hardening, repairable/reliable workflow gates, the WorkflowBuilder API, DAG step dependencies, agent definitions, step output chaining via {{steps.X.output}}, verification gates, evidence-based completion, owner decisions, dedicated channels, dynamic channel management (subscribe/unsubscribe/mute/unmute), swarm patterns, chat-native coordination recipes (Q/A, broadcast-ack, peer review, standup, hand-off), error handling, event listeners, step sizing rules, authoring best practices, and the lead+workers team pattern for complex steps +description: Use when building multi-agent workflows with relay broker-sdk. Covers conversation vs pipeline coordination, WorkflowBuilder/DAG steps, agents, {{steps.X.output}} chaining, repairable verification gates, evidence-based completion, mandatory Claude-then-Codex fresh-eyes review/fix loops with test hardening, channels, chat-native recipes, error handling, event listeners, step sizing, lead+workers teams, and parallel waves. --- # Writing Agent Relay Workflows