The verify-this skill at cursor-team-kit/skills/verify-this/SKILL.md has a YAML frontmatter error:
mapping values are not allowed in this context at line 2 column 54
The description value contains an unquoted : (colon-space) in evidence: restate, which YAML parsers interpret as a nested mapping key-value separator.
Current (broken):
---
name: verify-this
description: Verify a claim with fresh local evidence: restate it falsifiably, ...
---
Fix — wrap the description in quotes:
---
name: verify-this
description: "Verify a claim with fresh local evidence: restate it falsifiably, ..."
---
The
verify-thisskill atcursor-team-kit/skills/verify-this/SKILL.mdhas a YAML frontmatter error:mapping values are not allowed in this context at line 2 column 54
The
descriptionvalue contains an unquoted:(colon-space) inevidence: restate, which YAML parsers interpret as a nested mapping key-value separator.Current (broken):
Fix — wrap the description in quotes: