pub fn project_skills(
specs: &BTreeMap<String, SkillSpec>,
) -> BTreeMap<String, SkillEntry>Expand description
Project SkillSpec from defect-config into the agent-side SkillEntry,
mirroring the cross-crate assembly-boundary projection pattern used in
project_profiles.