pub fn skill_target(
agent: Agent,
scope: Scope,
project_root: &Path,
) -> Option<SkillTarget>Expand description
Compute the skill target for (agent, scope), with project_root as the
base for project-scope paths. Returns None when the combination has no
automatic filesystem target (e.g. Cursor/Windsurf user scope are UI-only).