From 4230fa2b691ed36b33152e75dcd852f92d52dd30 Mon Sep 17 00:00:00 2001 From: Matt Van Horn Date: Thu, 5 Feb 2026 07:37:17 -0800 Subject: [PATCH] Fix YAML parsing error in argument-hint field Wrap value in single quotes to properly escape nested double quotes. This fixes skills CLI installation. Co-Authored-By: Claude Opus 4.5 --- SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SKILL.md b/SKILL.md index 4c6cca9..3b55d6f 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,7 +1,7 @@ --- name: last30days description: Research a topic from the last 30 days on Reddit + X + Web with Bird CLI support. -argument-hint: "[topic] for [tool]" or "[topic]" +argument-hint: '"[topic] for [tool]" or "[topic]"' context: fork agent: Explore disable-model-invocation: true