pub fn load_skill_from_file(md_path: &Path, dir: &Path) -> Result<Skill>
Load a skill from a specific .md file. Public so tests and the skill tool can reload a specific skill.
skill