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)
## 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 Contract
- Always use `--format json` for parsing
- Set `YOETZ_AGENT=1` environment variable
- Parse JSON results and present summary to user
- For large bundles, run `yoetz bundle` first to inspect size
- **NEVER type a model ID from memory.** Your training data model names are WRONG. Always resolve first.
## Model Resolution