Function skills_to_prompt_with_mode
pub fn skills_to_prompt_with_mode(
skills: &[Skill],
workspace_dir: &Path,
mode: SkillsPromptInjectionMode,
) -> StringExpand description
Build the available-skills prompt section with the requested verbosity.