yoetzlisted
Install: claude install-skill avivsinai/skills-marketplace
# Yoetz Skill
Fast, agent-friendly LLM council tool for multi-model consensus, code review, and bundling.
## When to Use
**Explicit triggers only:**
- "yoetz ask" / "yoetz council" / "yoetz review"
- "yoetz bundle" / "yoetz generate" / "yoetz browser"
- "use yoetz to..."
**NOT triggered by:**
- "second opinion" / "ask another model" (could be amq-cli)
- "council" alone / "review" alone (other skills may apply)
## CLI Installation (auto-bootstrap)
Before running any `yoetz` command, ensure the CLI is installed.
If `command -v yoetz` fails, install via one of the following:
| Platform | Command |
|----------|---------|
| macOS (Homebrew) | `brew install avivsinai/tap/yoetz` |
| Linux (Homebrew if available) | `brew install avivsinai/tap/yoetz` |
| From source (Rust 1.88+) | `cargo install --git https://github.com/avivsinai/yoetz --locked` |
| Windows (Scoop) | `scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket && scoop install yoetz` |
| Pre-built binary | Download from [GitHub Releases](https://github.com/avivsinai/yoetz/releases) and place in PATH |
Prefer Homebrew when available — pre-built binaries, fastest install.
## Agent Skill Installation
Install the Yoetz agent skill itself when the user asks for Yoetz support inside
Claude Code, Codex CLI, or another compatible skill-aware agent runtime:
```text
/plugin marketplace add avivsinai/skills-marketplace
/plugin install yoetz@avivsinai-marketplace
```
```bash
npx skills add avivsinai/yoetz
npx