https://github.com/pmunin/homebrew-actions
https://github.com/pmunin/homebrew-actions
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmunin/homebrew-actions
- Owner: pmunin
- Created: 2026-04-01T03:42:27.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-03T02:33:20.000Z (about 1 month ago)
- Last Synced: 2026-06-03T03:11:12.628Z (about 1 month ago)
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-actions
Reusable GitHub Actions for Homebrew formula management — plus a Claude Code skill to wire them up.
## Actions
### [upsert-formula](./upsert-formula)
Renders a formula template and upserts `Formula/.rb` in a target Homebrew tap repository on release.
See [upsert-formula/README.md](./upsert-formula/README.md) for usage and setup details.
## Claude Code skill
This repo doubles as a Claude Code [marketplace](.claude-plugin/marketplace.json). The
[`homebrew-formula-release`](./plugins/homebrew-formula-release) plugin adds a skill that sets up the
`upsert-formula` action on any repo (formula template + release workflow + auth) through a guided flow.
### Install
```
/plugin marketplace add pmunin/homebrew-actions
/plugin install homebrew-formula-release@homebrew-actions
```
Then just ask Claude something like "make this repo installable with brew on release".
### Update
```
/plugin marketplace update homebrew-actions
```
The skill lives in the same repo as the action, so it stays in sync with the action's inputs.