pub fn detect_plugin_shadows(
config_dir: &Path,
cwd: &Path,
staged_skill_names: &[&str],
) -> PluginShadowReportExpand description
Which of staged_skill_names are also discoverable from enabled plugins or
the global skills dir. Matches on the skill folder name (exact).