class ClaudeCodeSlashCommands::Installer

def fetch_commands_from_local

def fetch_commands_from_local
  return [] unless @commands_source.exist?
  @commands_source.glob("*.md").select(&:file?)
end