homebrew-formula-expert

Installation
SKILL.md

Homebrew Formula Expert

Deep expertise in Homebrew formula creation, maintenance, and best practices.

Formula Anatomy

class MyApp < Formula
  # Metadata
  desc "Short description (< 80 chars, no 'A' or 'An' prefix)"
  homepage "https://github.com/user/repo"
  url "https://github.com/user/repo/archive/v1.0.0.tar.gz"
  sha256 "64-char-hex-string"
  license "MIT"  # SPDX identifier
  head "https://github.com/user/repo.git", branch: "main"

  # Dependencies
  depends_on "python@3.12"
  depends_on "cmake" => :build  # Build-time only
Installs
1
Repository
data-wise/craft
GitHub Stars
2
First Seen
Jun 23, 2026
homebrew-formula-expert — data-wise/craft