pub fn preprocess_skill_content( content: &str, skill_dir: Option<&Path>, session_id: Option<&str>, cwd: Option<&Path>, ) -> String
Preprocess skill content: substitute template vars and expand inline shell.