Loading...
Loading...
Build and maintain Ruby CLI tools using Thor and Zeitwerk. Use when creating new Ruby CLI gems, adding commands, editing CLI code, refactoring, or enhancing existing CLI tools. Triggers on "Ruby CLI", "Thor CLI", "command-line tool in Ruby", or when working on files in a Thor/Zeitwerk CLI codebase.
npx skill4agent add steveclarke/dotfiles ruby-cliclass GemName::Cli::Main < GemName::Cli::Baseextend selfmodule_functionsay "message", :colorui.header("Section Title") # branded header with border
ui.success("Done!") # green checkmark
ui.error("Failed") # red X
ui.table(rows, columns: [...]) # formatted table
ui.spin("Working...") { ... } # spinner during work# rubocop:disable Rails/Outputbrew install gum