Markoblogo Tap

June 6, 2026 ยท View on GitHub

Homebrew tap for the ABVX/Markoblogo CLI toolchain.

Install

Install directly:

brew install markoblogo/tap/<formula>

Or add the tap once and install by short name:

brew tap markoblogo/tap
brew install <formula>

Available tools

FormulaPrimary commandWhat it doesUpstream
agentsgenagentsgenGenerates and safely updates AGENTS.md, RUNBOOK.md, and AI-readable repo artifacts for coding agents.markoblogo/AGENTS.md_generator
abvx-setset-plan-config-apply, set-validate-registryOrchestration and registry tooling for the SET control plane.markoblogo/SET
id-protocolidctlPortable human-AI context protocol tooling and validators.markoblogo/ID

Brewfile example

tap "markoblogo/tap"
brew "agentsgen"
brew "abvx-set"
brew "id-protocol"