skillsPath property
String
get
skillsPath
Implementation
String get skillsPath {
switch (this) {
case TCliTool.claude:
return '$homePath/skills';
case TCliTool.codex:
return '$homePath/skills';
case TCliTool.cursor:
return '$homePath/skills';
}
}