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.
Summary
Fresh Codex startup reports that two packaged
rdlcskills fromcodex-rdlc-wizardare skipped because theirSKILL.mdfront matter is invalid YAML.Visible output
From a Codex v0.137.0 startup in
/Users/stefanayala/naz365:Expected behavior
The bundled
rdlcskill should load cleanly after installing or enablingcodex-rdlc-wizard.Suspected cause
Both affected files have an unquoted YAML front-matter
descriptionwith a colon in the scalar value, for example:Quoting the description or using a block scalar should make the front matter parseable.
Repro notes
0.1.0v0.137.0