Fix skill name mismatch in SKILL.md metadata
Session from clean-slides-sessions on Hugging Face by thomasmustier · MIT · condensed by Coders Talk
10ssession
0interventions
GOAL
Resolve an error caused by a skill's declared name not matching its parent directory name.
- +0Prompt · +0Getting an error: skill name "pptx" does not match parent directory "clean-slides"
- +0mAgent did · +0mRead SKILL.md, identified the name field mismatch, and edited it from 'pptx' to 'clean-slides' to match the parent directory.
- +0mOutcome · +0mUpdated SKILL.md name field (1 line changed) to resolve the mismatch error.
VERDICT
This was a quick one-line fix — I'd just paste the exact error message next time to get straight to the point. The agent correctly diagnosed that the skill's name field had to match its directory name and fixed it immediately without any back-and-forth.