check-agent-compatibility: SKILL.md description has an unquoted colon, YAML parse fails
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 95/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- typescript
- Domain
- cli
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.
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."
- Dominant language
- TypeScript
- Stars
- 8.2k
- Forks
- 751
- Avg merge
- 12h 1m
- Merged PRs (30d)
- 43
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from cursor/plugins
-
Difficulty 2/5 1-3 hours Newbie friendliness 64/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
Zoom connector Open
Difficulty 4/5 3-5 days Newbie friendliness 35/100
Similar issues
-
Browser Waiting for: Product Owner
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
getsentry/sentry-javascript#24577 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
agilepathway/label-checker#640 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
copse-dev/agent-pane#2953 ·
-
agentic-workflows
Difficulty 1/5 Under an hour Newbie friendliness 85/100
githubnext/rig#534 ·
-
automation missing-model model-sync provider:pioneer
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
anomalyco/models.dev#7701 ·