pub fn load_skills_config(anchor: Option<&Path>) -> Option<ResolvedSkillsConfig>Expand description
Load the [skills] + [[skill.source]] tables from the nearest
harn.toml, walking up from anchor like load_check_config.
Returns None when there is no manifest on the walk path.