vibe

Delegates coding tasks to Mistral Vibe and supervises results via git diffs.

115|12|Updated May 12, 2026
One-click install
npx skills add https://github.com/pcx-wave/vibe-skill --skill vibe-pcx-wave
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibe
Source: https://github.com/pcx-wave/vibe-skill/tree/main
Command: npx skills add https://github.com/pcx-wave/vibe-skill --skill vibe-pcx-wave

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces Claude Code context usage and model costs by delegating exploratory and implementation-heavy coding work to Mistral Vibe while keeping Claude in control of orchestration and review.

Core Features & Use Cases

  • Coding Delegation: Sends focused implementation tasks to Mistral Vibe through a pseudo-terminal and returns concise execution summaries.
  • Supervised Workflows: Decomposes complex tasks, checks git diffs, validates modified Python and JavaScript files, and retries failed writes when appropriate.
  • Model and Usage Management: Supports auto-delegation, model overrides, run reporting, token and cost tracking, and failure analysis.
  • Use Case: Delegate a multi-file feature such as pagination or authentication changes to a lower-cost coding model, then inspect the resulting diff and verification output in Claude Code.

Quick Start

Invoke the vibe skill with a focused instruction such as asking it to add pagination to the posts endpoint and review the resulting diff.

Frequently Asked Questions about vibe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce Claude Code token usage when doing multi-file refactors?

To reduce Claude Code token usage during multi-file refactors, you can delegate implementation-heavy coding tasks to Mistral Vibe. This workflow sends tasks to a lower-cost model, returns a concise execution summary, and lets Claude review the resulting git diffs.

What is coding delegation in model orchestration?

Coding delegation sends focused implementation tasks to a secondary model like Mistral Vibe through a pseudo-terminal. The primary model stays in control of orchestration, reviewing git diffs and validating modified Python or JavaScript files to supervise the results.

How do I delegate coding tasks and review the results in Claude Code?

You delegate coding tasks by invoking the vibe skill with a focused instruction, such as adding pagination to an endpoint. The skill executes the task via Vibe CLI and returns concise summaries for you to review the resulting git diffs and verification output directly in Claude Code.

Can I use coding delegation for exploratory work in a git repository?

Yes, you can use coding delegation for exploratory work in a git repository. The supervised workflow decomposes complex tasks, checks git diffs, validates modified Python and JavaScript files, and retries failed writes when appropriate to ensure correct implementation.

What dependencies do I need to automate coding delegation with Mistral Vibe?

To automate coding delegation with Mistral Vibe, you need a configured Vibe CLI, an authenticated model provider, pseudo-terminal support, timeout tooling, and a git repository. These delegate utilities are required for execution and diagnostics.

How does automated coding delegation handle failures and track costs?

Automated coding delegation handles failures by retrying failed writes when appropriate and providing failure analysis. It tracks costs through run reporting, token tracking, and model usage management to keep your Claude Code projects efficient.