library/specializations/cli-mcp-development/skills/homebrew-formula-generator/SKILL.md
Generate Homebrew formula for CLI distribution on macOS and Linux.
npx skillsauth add a5c-ai/babysitter homebrew-formula-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate Homebrew formula for CLI distribution.
class 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
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.