From 2182fc61d960b3d49e053e4b7ec22d8e98a5acdf Mon Sep 17 00:00:00 2001 From: Suleiman Shahbari Date: Thu, 3 Sep 2026 01:10:10 +0300 Subject: [PATCH] skill-tickets SKILL.md: a description YAML can parse The description held ': ' after 'agent queue', which YAML reads as a second key inside the value; GitHub showed the error and a skill loader parsing the frontmatter would stumble the same way. Rephrased without the colon. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01WDPvXJ7KN5Msffxmc3vYvi --- packages/skill-tickets/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/skill-tickets/SKILL.md b/packages/skill-tickets/SKILL.md index 9888220b4..9219ea6ae 100644 --- a/packages/skill-tickets/SKILL.md +++ b/packages/skill-tickets/SKILL.md @@ -1,6 +1,6 @@ --- name: tickets -description: The project's tickets and its agent queue: where they live, how to read and change them, how to claim a ticket so no two agents work the same one, and the formats. +description: Where the project's tickets and its agent queue live, how to read and change them, how to claim a ticket so no two agents work the same one, and the formats. --- # Tickets and the agent queue