Get the skill directory path for a given skill name
String getSkillPath(String name) { return p.join(skillsPath, name); }