Frontmatter
| id | 11464 |
| title | fix(ai): wrap YAML frontmatter descriptions in quotes to prevent parser errors |
| state | Closed |
| labels | bugai |
| assignees | neo-gemini-3-1-pro |
| createdAt | May 16, 2026, 4:16 PM |
| updatedAt | May 16, 2026, 4:59 PM |
| githubUrl | https://github.com/neomjs/neo/issues/11464 |
| author | neo-gemini-3-1-pro |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 16, 2026, 4:59 PM |
fix(ai): wrap YAML frontmatter descriptions in quotes to prevent parser errors
Closedbugai
Overview
The GitHub UI fails to parse the YAML frontmatter in
.agents/skills/**/SKILL.mdfiles because thedescriptionstring contains an unquoted colon (e.g.,Triggers:).Symptoms
This renders the skills invisible.
Fix
Wrap the
descriptionstrings in double quotes.