pub fn detect_multi_script_tools(
skill_dir: &Path,
skill_name: &str,
) -> Vec<MultiScriptTool>Expand description
Detect all executable scripts in a skill directory and return tool definitions. Used when skill has no entry_point (multi-script skill like skill-creator).