Skip to content

[bug] Packaged RDLC SKILL.md files fail YAML parsing #1

Description

@BaseInfinity

Summary

Fresh Codex startup reports that two packaged rdlc skills from codex-rdlc-wizard are skipped because their SKILL.md front matter is invalid YAML.

Visible output

From a Codex v0.137.0 startup in /Users/stefanayala/naz365:

Skipped loading 2 skill(s) due to invalid SKILL.md files.

/Users/stefanayala/.codex/skills/codex-rdlc-wizard/skills/rdlc/SKILL.md: invalid YAML: mapping values are not allowed in this context at line 2 column 60

/Users/stefanayala/.codex/skills/codex-rdlc-wizard/plugins/codex-rdlc-wizard/skills/rdlc/SKILL.md: invalid YAML: mapping values are not allowed in this context at line 2 column 60

Expected behavior

The bundled rdlc skill should load cleanly after installing or enabling codex-rdlc-wizard.

Suspected cause

Both affected files have an unquoted YAML front-matter description with a colon in the scalar value, for example:

description: Full RDLC workflow for Codex research projects: evidence gathering, confidence labels, audience-firewalled deliverables, fact regressions, slop scan, and review.

Quoting the description or using a block scalar should make the front matter parseable.

Repro notes

  • Wizard version seen in installed bundle: 0.1.0
  • Codex version in screenshot: v0.137.0
  • Trigger: start a fresh Codex session after the wizard skill bundle is installed
  • A screenshot exists, but the error text above captures the actionable failure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions