From 6e12e2c489a2562c0fe0f7c3df6509e69f3da925 Mon Sep 17 00:00:00 2001 From: ahnwb Date: Sat, 30 May 2026 18:28:27 +0900 Subject: [PATCH] fix: quote description values containing colons to fix YAML parsing errors Some SKILL.md frontmatter description fields contained `: ` (colon + space), which strict YAML parsers (e.g. Codex CLI) interpret as a new mapping key, causing "mapping values are not allowed in this context" errors. Affected skills: design-html, design-consultation, design-review, design-shotgun, guard, plan-tune, setup-gbrain, ship Co-Authored-By: Claude Sonnet 4.6 --- design-consultation/SKILL.md | 2 +- design-html/SKILL.md | 2 +- design-review/SKILL.md | 2 +- design-shotgun/SKILL.md | 2 +- guard/SKILL.md | 2 +- plan-tune/SKILL.md | 2 +- setup-gbrain/SKILL.md | 2 +- ship/SKILL.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/design-consultation/SKILL.md b/design-consultation/SKILL.md index 1e8762964..9bab21e2d 100644 --- a/design-consultation/SKILL.md +++ b/design-consultation/SKILL.md @@ -2,7 +2,7 @@ name: design-consultation preamble-tier: 3 version: 1.0.0 -description: Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview... (gstack) +description: "Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview... (gstack)" allowed-tools: - Bash - Read diff --git a/design-html/SKILL.md b/design-html/SKILL.md index 2d1b3cfb5..f6e9e17f8 100644 --- a/design-html/SKILL.md +++ b/design-html/SKILL.md @@ -2,7 +2,7 @@ name: design-html preamble-tier: 2 version: 1.0.0 -description: Design finalization: generates production-quality Pretext-native HTML/CSS. (gstack) +description: "Design finalization: generates production-quality Pretext-native HTML/CSS. (gstack)" triggers: - build the design - code the mockup diff --git a/design-review/SKILL.md b/design-review/SKILL.md index 97f365f13..e874a94aa 100644 --- a/design-review/SKILL.md +++ b/design-review/SKILL.md @@ -2,7 +2,7 @@ name: design-review preamble-tier: 4 version: 2.0.0 -description: Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. (gstack) +description: "Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. (gstack)" allowed-tools: - Bash - Read diff --git a/design-shotgun/SKILL.md b/design-shotgun/SKILL.md index b504b79fe..9fd662ce6 100644 --- a/design-shotgun/SKILL.md +++ b/design-shotgun/SKILL.md @@ -2,7 +2,7 @@ name: design-shotgun preamble-tier: 2 version: 1.0.0 -description: Design shotgun: generate multiple AI design variants, open a comparison board, collect structured feedback, and iterate. (gstack) +description: "Design shotgun: generate multiple AI design variants, open a comparison board, collect structured feedback, and iterate. (gstack)" triggers: - explore design variants - show me design options diff --git a/guard/SKILL.md b/guard/SKILL.md index 8d4a57448..e4dff7936 100644 --- a/guard/SKILL.md +++ b/guard/SKILL.md @@ -1,7 +1,7 @@ --- name: guard version: 0.1.0 -description: Full safety mode: destructive command warnings + directory-scoped edits. (gstack) +description: "Full safety mode: destructive command warnings + directory-scoped edits. (gstack)" triggers: - full safety mode - guard against mistakes diff --git a/plan-tune/SKILL.md b/plan-tune/SKILL.md index 8e61abc58..41c45342e 100644 --- a/plan-tune/SKILL.md +++ b/plan-tune/SKILL.md @@ -2,7 +2,7 @@ name: plan-tune preamble-tier: 2 version: 1.0.0 -description: Self-tuning question sensitivity + developer psychographic for gstack (v1: observational). (gstack) +description: "Self-tuning question sensitivity + developer psychographic for gstack (v1: observational). (gstack)" triggers: - tune questions - stop asking me that diff --git a/setup-gbrain/SKILL.md b/setup-gbrain/SKILL.md index 2e2acd834..cad27fcec 100644 --- a/setup-gbrain/SKILL.md +++ b/setup-gbrain/SKILL.md @@ -2,7 +2,7 @@ name: setup-gbrain preamble-tier: 2 version: 1.0.0 -description: Set up gbrain for this coding agent: install the CLI, initialize a local PGLite or Supabase brain, register MCP, capture per-remote trust policy. (gstack) +description: "Set up gbrain for this coding agent: install the CLI, initialize a local PGLite or Supabase brain, register MCP, capture per-remote trust policy. (gstack)" triggers: - setup gbrain - install gbrain diff --git a/ship/SKILL.md b/ship/SKILL.md index 12e4c7799..c175f67d4 100644 --- a/ship/SKILL.md +++ b/ship/SKILL.md @@ -2,7 +2,7 @@ name: ship preamble-tier: 4 version: 1.0.0 -description: Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. (gstack) +description: "Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. (gstack)" allowed-tools: - Bash - Read