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 <noreply@anthropic.com>
This commit is contained in:
Matt Van Horn
2026-02-05 07:37:17 -08:00
parent 4e972d009c
commit 4230fa2b69
+1 -1
View File
@@ -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