vibe

Solid

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.

Code & Development 116 stars 12 forks Updated 1 weeks ago

Install

View on GitHub

Quality Score: 80/100

Stars 20%
69
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# 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: <default from ~/.vibe/config.toml> (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 f...

Details

Author
pcx-wave
Repository
pcx-wave/vibe-skill
Created
3 months ago
Last Updated
1 weeks ago
Language
Shell
License
None

Similar Skills

Semantically similar based on skill content — not just same category