pub fn execute_json_skill(
path: &Path,
args: &HashMap<String, Value>,
) -> (String, bool)Expand description
Execute a JSON skill by rendering its template field with caller-supplied args.
Variables are substituted using {{key}} syntax; unmatched placeholders are
left as-is so the LLM can see what was missing.