Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate Homebrew formula for CLI distribution on macOS and Linux.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -37% | 0% |
| case-03 | ✗→✗ | = Same ✗ | -18% | 0% |
| case-05 | ✗→✗ | = Same ✗ | -41% | 0% |
Generate Homebrew formula for CLI distribution.
rubyclass Myapp < Formula desc "My CLI application" homepage "https://github.com/myuser/myapp" url "https://github.com/myuser/myapp/releases/download/v1.0.0/myapp-1.0.0.tar.gz" sha256 "abc123..." license "MIT" depends_on "node" => :build def install system "npm", "install", *std_npm_args bin.install_symlink Dir["#{libexec}/bin/*"] end test do assert_match "myapp v#{version}", shell_output("#{bin}/myapp --version") end end
Other measured skills in the registry, with their headline benchmark lift.