Function install_registry_skill_source
pub fn install_registry_skill_source(
source: &str,
skills_path: &Path,
allow_scripts: bool,
workspace_dir: &Path,
registry_url: Option<&str>,
suppress_tier_banner: bool,
) -> Result<(PathBuf, usize)>