Skip to content

YAML parse error in verify-this skill frontmatter #64

@baranbingol1

Description

@baranbingol1

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, ..."
---

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions