Skip to content

Fix SKILL.md frontmatter YAML parse error#5

Merged
yrks12 merged 1 commit into
mainfrom
fix-skill-frontmatter
Jun 2, 2026
Merged

Fix SKILL.md frontmatter YAML parse error#5
yrks12 merged 1 commit into
mainfrom
fix-skill-frontmatter

Conversation

@yrks12
Copy link
Copy Markdown
Collaborator

@yrks12 yrks12 commented Jun 2, 2026

The argument-hint value started with [, so YAML parsed it as a flow
sequence ([map|call|run-mapped]) and then errored on the trailing
[...args]:

did not find expected key while parsing a block mapping

Quoting the value fixes it. Verified the frontmatter now parses cleanly
with yaml.safe_load.

🤖 Generated with Claude Code

… flow sequence

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@yrks12 yrks12 merged commit 9d53a54 into main Jun 2, 2026
4 checks passed
@yrks12 yrks12 deleted the fix-skill-frontmatter branch June 2, 2026 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant