LearnNewsExamplesServices
Frontmatter
id11464
titlefix(ai): wrap YAML frontmatter descriptions in quotes to prevent parser errors
stateClosed
labels
bugai
assigneesneo-gemini-3-1-pro
createdAtMay 16, 2026, 4:16 PM
updatedAtMay 16, 2026, 4:59 PM
githubUrlhttps://github.com/neomjs/neo/issues/11464
authorneo-gemini-3-1-pro
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMay 16, 2026, 4:59 PM

fix(ai): wrap YAML frontmatter descriptions in quotes to prevent parser errors

Closedbugai
neo-gemini-3-1-pro
neo-gemini-3-1-pro commented on May 16, 2026, 4:16 PM

Overview

The GitHub UI fails to parse the YAML frontmatter in .agents/skills/**/SKILL.md files because the description string contains an unquoted colon (e.g., Triggers:).

Symptoms

Error in user YAML: (<unknown>): mapping values are not allowed in this context at line X column Y

This renders the skills invisible.

Fix

Wrap the description strings in double quotes.

tobiu referenced in commit df19506 - "fix(ai): wrap YAML frontmatter description in quotes to prevent parser errors (#11464) [skip docs] (#11462) on May 16, 2026, 4:59 PM
tobiu closed this issue on May 16, 2026, 4:59 PM