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`.