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