Tap for formulas not available in homebrew/core or an official upstream tap.
- agent-scan - security scanner for agents, MCP servers, and skills
- fuzmit - conventional commits, but fuzzy
- jira-cli - command-line client for Jira API
- openspec - spec-driven development CLI
- skills - CLI for the open agent skills ecosystem
- slidev - presentation slides for developers
- tmux-ide - tmux-powered terminal IDE from
ide.yml - toad - unified AI interface in your terminal
- try - ephemeral workspace manager
brew install o6uoq/tap/<formula>
# examples:
brew install o6uoq/tap/agent-scan
brew install o6uoq/tap/fuzmit
brew install o6uoq/tap/jira-cli
brew install o6uoq/tap/openspec
brew install o6uoq/tap/skills
brew install o6uoq/tap/slidev
brew install o6uoq/tap/tmux-ide
brew install o6uoq/tap/toad
brew install o6uoq/tap/try# 1) Create Formula/<name>.rb
brew create --tap o6uoq/tap --set-name <name> <tarball-url>
# 2) Validate locally
brew audit --new --strict o6uoq/tap/<name>
brew install --build-from-source o6uoq/tap/<name>
brew test o6uoq/tap/<name>
# 3) Required before commit
pre-commit run -a# Edit Formula/<name>.rb (version + sha256)
brew reinstall o6uoq/tap/<name>
brew test o6uoq/tap/<name>
pre-commit run -acurl -fsSL <tarball-url> | shasum -a 256