pub fn list_skill_files(dir: &Path) -> Vec<String>
List files inside a skill directory (recursive), relative to the skill root. Used by the skill tool so the model knows what supporting files it can read next.
skill
read