cursor / cursor/plugins

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

Open Beginner friendly
#381 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
8.2k
Forks
751
Avg merge
12h 1m
Merged PRs (30d)
43

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open agent-compatibility/skills/check-agent-compatibility/SKILL.md and inspect the YAML frontmatter on line 2. Quote the description value as shown in the issue, then rerun the provided npx -y skills add https://github.com/cursor/plugins --agent claude-code -y command and confirm the skill is no longer skipped for a YAML parse error.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
cli
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
95/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.