← ClaudeAtlas

vibelisted

Delegate a coding task to Mistral Vibe and supervise the result via git diff. Trigger: /vibe <instruction>. Claude orchestrates, Vibe codes. Also handles /vibe-report [--since N] [--project NAME] [--fails] — token/cost/failure report.
pcx-wave/vibe-skill · ★ 80 · Code & Development · score 81
Install: claude install-skill pcx-wave/vibe-skill
# Vibe Orchestrator ## /vibeon | /vibeoff | /vibestatus Toggle auto-delegate mode — Vibe automatically handles coding tasks without requiring `/vibe` each time. | Command | Action | |---------|--------| | `/vibeon` | `touch ~/.local/share/vibe-auto.flag` → confirm "Auto-vibe ON" | | `/vibeoff` | `rm -f ~/.local/share/vibe-auto.flag` → confirm "Auto-vibe OFF" | | `/vibestatus` | report auto-mode (ON/OFF) **and** active model override | For `/vibestatus`, run both checks and print two lines: ``` Auto-vibe: ON | OFF Model: <alias> (override) OR Model: deepseek-flash (config default) ``` ### Auto-mode pre-filter (when flag is set) When `vibe-auto.flag` exists, apply this gate **before** loading the full skill: | Task signal | Action | |---|---| | 1 file, ≤10 lines, exact location already known | Edit directly — do NOT invoke the skill | | Logic non-trivial, location unclear, multiple files, HTML/JS content, or >1 change | Invoke `/vibe` as normal | --- ## /vibe-report If the user invokes `/vibe-report`, run `~/tools/delegate-report` with any flags extracted from the arguments, display output verbatim, and stop. | User says | Flag | |-----------|------| | "last 7 days", "7d" | `--since 7` | | "last 30 days", "30d" | `--since 30` | | "project foo" | `--project foo` | | "only failures", "fails", "bugs" | `--fails` | | "adapt", "adaptations", "by adaptation" | `--adapt` | | "all delegates", "everything", "compare delegates" | `--all` | | "delegate foo", "only opencode