Skip to content

check-agent-compatibility: SKILL.md description has an unquoted colon, YAML parse fails #381

Description

@timschoch

agent-compatibility/skills/check-agent-compatibility/SKILL.md has invalid YAML frontmatter, so the skills CLI skips it.

Line 2:

description: Run the full repository compatibility pass: scanner score, startup path, validation loop, and docs reliability.

The colon after pass is unquoted. A YAML parser reads it as a nested mapping.

Repro: npx -y skills add https://github.com/cursor/plugins --agent claude-code -y

Actual:

Skipped .../agent-compatibility/skills/check-agent-compatibility/SKILL.md: YAML parse error: Nested mappings are not allowed in compact mappings at line 2, column 14

Fix: quote the value.

description: "Run the full repository compatibility pass: scanner score, startup path, validation loop, and docs reliability."

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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