Skip to content

fix: quote css SKILL.md YAML description (invalid frontmatter) - #7

Merged
dragontheory merged 1 commit into
mainfrom
claude/d7460n-autocss-docs-rename-2ocenf
Jul 20, 2026
Merged

dragontheory merged 1 commit into
mainfrom
claude/d7460n-autocss-docs-rename-2ocenf

Conversation

@dragontheory

Copy link
Copy Markdown
Contributor

The .agents/skills/css/SKILL.md frontmatter description: was an unquoted YAML scalar that contains …its own reference file: independent…. The : (colon-space) makes YAML read a nested mapping key, so GitHub reports "mapping values are not allowed in this context at line 2 column 536."

Fix: wrap the value in double quotes. The text is unchanged — it has no " or \, so nothing needs escaping (double quotes, not single, because the value contains the apostrophe in "it's"). Verified the frontmatter now parses. Only this one file was affected; the other 14 skill frontmatters are valid.


Generated by Claude Code

The description value became an unquoted YAML scalar containing ': '
("reference file: independent"), which breaks GitHub frontmatter parsing
(mapping values not allowed). Wrap the value in double quotes; text is
unchanged (it contains no double-quote or backslash chars).

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Claude-Session: https://claude.ai/code/session_01SkBpsfxBpWnwbEJ1iVkTx6
@dragontheory
dragontheory merged commit a11d565 into main Jul 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants