From 4f289474bad013fe2be8f8769d733f59d9103d6b Mon Sep 17 00:00:00 2001 From: Claude Sonnet 5 Date: Wed, 19 Aug 2026 13:04:09 +0000 Subject: [PATCH] chore: add changeset for YAML front-matter fix Co-Authored-By: Claude Sonnet 5 --- .changeset/fix-yaml-frontmatter-colons.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fix-yaml-frontmatter-colons.md diff --git a/.changeset/fix-yaml-frontmatter-colons.md b/.changeset/fix-yaml-frontmatter-colons.md new file mode 100644 index 0000000..64f830b --- /dev/null +++ b/.changeset/fix-yaml-frontmatter-colons.md @@ -0,0 +1,5 @@ +--- +"mattpocock-skills": patch +--- + +Quote the `description` front matter in `to-spec`, `code-review`, `setup-matt-pocock-skills`, `writing-fragments`, `writing-shape`, and `wait-what`. An unquoted colon-space left over from the em-dash sweep in #905 made each block invalid YAML, so `skills.sh` skipped all six during discovery and they couldn't be listed or installed via `npx skills`.