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