brew-manage

Manage Homebrew packages and update Brewfiles via command-line operations.

1|Updated Jun 3, 2023
One-click install
npx skills add https://github.com/snkrheadz/laptop --skill brew-manage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brew-manage
Source: https://github.com/snkrheadz/laptop/tree/main/.claude/skills/brew-manage
Command: npx skills add https://github.com/snkrheadz/laptop --skill brew-manage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Homebrewパッケージの追加・削除・検索、およびBrewfileの管理を一元化します。

Core Features & Use Cases

  • パッケージ検索: brew search <keyword>
  • パッケージ情報: brew info <package>
  • パッケージインストール/削除: brew install / brew uninstall
  • Brewfile更新: brew bundle dump --force --file=/Users/.../laptop/Brewfile
  • Use Case: 新しいマシンで Brewfile を再現

Quick Start

brew search <keyword> で探して、 brew install で導入します。Brewfileを最新状態に更新するには Brewfileをダンプします。