
Write Homebrew Formula
- 2 repo stars
- Updated July 24, 2026
- cboone/agent-harness-plugins
Write or update Homebrew formulae using current Homebrew guidance and cboone/homebrew-tap conventions for distributing CLI tools.
About
Write-homebrew-formula helps write or update Homebrew formulae using current Homebrew guidance and cboone/homebrew-tap conventions. It standardizes the Ruby packaging that distributes CLI tools to macOS and Linux users via brew. Aimed at maintainers shipping command-line software through Homebrew.
- Homebrew formula authoring
- Current Homebrew guidance
- Tap conventions
- Ruby-based packaging
Write Homebrew Formula by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add cboone/agent-harness-plugins/plugin install write-homebrew-formula@agent-harness-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | cboone/agent-harness-plugins ↗ |
What it does
Write or update Homebrew formulae using current Homebrew guidance and cboone/homebrew-tap conventions for distributing CLI tools.
README.md
Write Homebrew Formula
Write or update Homebrew formulae using current Homebrew guidance and cboone/homebrew-tap conventions.
Type: Skill
Trigger: /write-homebrew-formula
Installation
See the marketplace install instructions.
Requirements
- Homebrew for formula audit, style, install, and test validation.
What It Does
Guides formula authoring for stable release formulae, HEAD-only pre-release formulae, Go source builds, GoReleaser-generated outputs, and shell tools with services or setup caveats. Uses cboone/homebrew-tap as the only cboone-specific pattern source, while treating official Homebrew documentation as the source for generic formula behavior.
Usage
/write-homebrew-formula
The skill gathers project metadata, selects the right formula pattern, writes or updates the Ruby formula, and validates the result with available Homebrew tooling.
Examples
- "write a Homebrew formula for this Go CLI"
- "update this HEAD-only formula to a stable release"
- "review this formula against cboone/homebrew-tap conventions"
- "add caveats and a service block to this shell-tool formula"
See Also
- Add GoReleaser Homebrew: add GoReleaser with Homebrew tap publishing
- Set-Up Installers: set up standalone Homebrew distribution for a project
- All plugins