Skip to content
Skill

vibe

by pcx-wave

AI Summary

Toggle auto-delegate mode — Vibe automatically handles coding tasks without requiring each time. For , run both checks and print two lines: When exists, apply this gate before loading the full skill:

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "vibe" skill in my project.

Please run this command in my terminal:
# Install skill into your project
mkdir -p .claude/skills/vibe-skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/vibe-skill/SKILL.md "https://raw.githubusercontent.com/pcx-wave/vibe-skill/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

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.

/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" | --delegate foo | | (nothing) | (no flags — vibe runs only) | The report defaults to vibe runs only. The log is shared across delegate tools (vibe, opencode, gemini); use --all for the cross-delegate comparison or --delegate NAME to scope to a different one. ---

/vibe-model-pick | /vibe-model-clear

Override the Vibe model for all subsequent delegations without touching ~/.vibe/config.toml. | Command | Action | |---------|--------| | /vibe-model-pick <alias> | echo <alias> > ~/.local/share/vibe-model.flag → confirm | | /vibe-model-clear | rm -f ~/.local/share/vibe-model.flag → confirm "back to config default" | Available aliases (from ~/.vibe/config.toml): | Alias | Model | Provider | Notes | |-------|-------|----------|-------| | deepseek-flash | deepseek-v4-flash | DeepSeek | Default — fast, cheap; solid for inline edits | | mistral-medium-3.5 | mistral-vibe-cli-latest | Mistral | Stronger reasoning; reliable for inline edits | | devstral-small | devstral-small-latest | Mistral | Agent-mode — read/explore only, weak at inline edits | | local | devstral (llamacpp) | Local | Requires local server on :8080 | Run the bash command, print one confirmation line showing the active model, and stop. --- When the user invokes /vibe <instruction>, Claude delegates the implementation to Mistral Vibe via its programmatic mode, supervises in real time, and reports. ---

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted Today
Active
Adoption100+ stars on GitHub
100 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars100
Forks9
Issues0
UpdatedToday
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code