pub fn skill_dirs(cwd: &Path) -> Vec<PathBuf>Expand description
The ordered skill dirs for a project: configured project paths, then
[<cwd>/.rpi/skills, <cwd>/.pi/skills, <agent_dir>/skills], followed by
configured and conventional global paths.
The global dir is omitted when agent_dir() can’t be resolved (no home dir).