Skip to content

fix(oss-readiness): make frontmatter valid yaml#22

Merged
bntvllnt merged 2 commits intomainfrom
fix/oss-readiness-frontmatter
Apr 17, 2026
Merged

fix(oss-readiness): make frontmatter valid yaml#22
bntvllnt merged 2 commits intomainfrom
fix/oss-readiness-frontmatter

Conversation

@bntvllnt
Copy link
Copy Markdown
Owner

Summary

  • fix the oss-readiness skill frontmatter so it parses as valid YAML
  • change compatibility from a plain scalar containing : to a block scalar
  • keep the skill content unchanged apart from the frontmatter formatting fix

Root cause

  • the frontmatter parser choked on Optional CLI helpers: inside an unquoted scalar
  • that made the skill invalid for strict YAML frontmatter consumers, which is why it was missing from skills.sh indexing

Verification

  • parsed the frontmatter with Python yaml.safe_load

@bntvllnt bntvllnt self-assigned this Apr 17, 2026
@bntvllnt bntvllnt merged commit 3513e03 into main Apr 17, 2026
1 check passed
@bntvllnt bntvllnt deleted the fix/oss-readiness-frontmatter branch April 17, 2026 19:12
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