<< All versions
Skill v1.0.0
currentAutomated scan100/100a5c-ai/babysitter/homebrew-formula-generator
──Details
PublishedJune 5, 2026 at 02:36 AM
Content Hashsha256:6a2b569edfd240c3...
Git SHA
──Files
Files (1 file, 1.1 KB)
SKILL.md1.1 KBactive
SKILL.md · 47 lines · 1.1 KB
version: "1.0.0" name: homebrew-formula-generator description: Generate Homebrew formula for CLI distribution on macOS and Linux. allowed-tools: Read, Write, Edit, Bash, Glob, Grep graph: domains: [domain:software-engineering] specializations: [specialization:cli-mcp-development] skillAreas: [skill-area:cli-design, skill-area:deployment-infrastructure-management] roles: [role:backend-engineer, role:platform-engineer] workflows: [workflow:feature-development] topics: [topic:developer-experience]
Homebrew Formula Generator
Generate Homebrew formula for CLI distribution.
Generated Patterns
ruby
class Myapp < Formuladesc "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" => :builddef installsystem "npm", "install", *std_npm_argsbin.install_symlink Dir["#{libexec}/bin/*"]endtest doassert_match "myapp v#{version}", shell_output("#{bin}/myapp --version")endend
Target Processes
- package-manager-publishing
- cli-binary-distribution