List<String> validateSkillDir(String skillDirPath) { return <String>[ 'validateSkillDir is not supported on this platform. ' 'Use inline Skill definitions instead.', ]; }