Skip to content

feat(agents): use PyYAML for SKILL.md frontmatter parsing#132

Open
Thekshy wants to merge 1 commit intoshareAI-lab:mainfrom
Thekshy:feat/skill-loading-yaml-parser
Open

feat(agents): use PyYAML for SKILL.md frontmatter parsing#132
Thekshy wants to merge 1 commit intoshareAI-lab:mainfrom
Thekshy:feat/skill-loading-yaml-parser

Conversation

@Thekshy
Copy link

@Thekshy Thekshy commented Mar 25, 2026

  • Replace manual line-by-line parsing with yaml.safe_load()
  • Add proper YAML error handling with try/except
  • Add pyyaml>=6.0 to requirements.txt

This improves robustness when parsing SKILL.md frontmatter with complex YAML structures (nested objects, lists, multi-line strings).

- Replace manual line-by-line parsing with yaml.safe_load()
- Add proper YAML error handling with try/except
- Add pyyaml>=6.0 to requirements.txt

This improves robustness when parsing SKILL.md frontmatter with
complex YAML structures (nested objects, lists, multi-line strings).
@vercel
Copy link

vercel bot commented Mar 25, 2026

Someone is attempting to deploy a commit to the crazyboym's projects Team on Vercel.

A member of the Team first needs to authorize it.

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