Summary
Codex reports that the Oracle Fusion skill is skipped because fusion/SKILL.md does not include YAML frontmatter delimited by ---.
Warning
⚠ Skipped loading 1 skill(s) due to invalid SKILL.md files.
⚠ /home/ubuntu/.codex/skills/fusion/SKILL.md: missing YAML frontmatter delimited by ---
The warning appears repeatedly during skill loading.
Affected file
fusion/SKILL.md
The installed copy starts directly with:
# Oracle Fusion Skills
This file is a sample domain skeleton.
Expected behavior
The skill should load without warnings.
Suggested fix
Add valid YAML frontmatter at the top of fusion/SKILL.md, for example:
---
name: fusion
description: Oracle Fusion skills for Oracle Fusion applications and related domain guidance.
---
Environment
- Skill path:
/home/ubuntu/.codex/skills/fusion/SKILL.md
- Repository:
oracle/skills
Summary
Codex reports that the Oracle Fusion skill is skipped because
fusion/SKILL.mddoes not include YAML frontmatter delimited by---.Warning
The warning appears repeatedly during skill loading.
Affected file
fusion/SKILL.mdThe installed copy starts directly with:
# Oracle Fusion Skills This file is a sample domain skeleton.Expected behavior
The skill should load without warnings.
Suggested fix
Add valid YAML frontmatter at the top of
fusion/SKILL.md, for example:Environment
/home/ubuntu/.codex/skills/fusion/SKILL.mdoracle/skills