vibe

Delegate coding tasks to Mistral Vibe and verify outputs via git diff.

72|15|Updated Feb 16, 2015
One-click install
npx skills add https://github.com/sebastienrousseau/dotfiles --skill vibe-sebastienrousseau
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibe
Source: https://github.com/sebastienrousseau/dotfiles/tree/main/defaults/dot_claude/skills/vibe
Command: npx skills add https://github.com/sebastienrousseau/dotfiles --skill vibe-sebastienrousseau

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates coding tasks to a cheap AI delegate (Mistral Vibe by default) and reviews outputs via diffs to keep humans in control.

Core Features & Use Cases

  • Delegated coding workflow: submit small tasks to an AI delegate and verify results with a git diff.
  • Model management: enable/disable auto-delegation and switch models for delegation.
  • Local orchestration: dot AI shims and wrappers integrate AI delegation into your workflow for cost efficiency and speed.

Quick Start

Delegate a small coding task to the AI and review the final changes.

Frequently Asked Questions about vibe

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

FAQPage Schema
How do I delegate coding tasks to an AI and review the changes?

You can delegate coding tasks to an AI model and review the generated changes via git diff. This workflow keeps humans in control by validating the final output before committing it.

What is the best way to use a cheap AI for software development workflows?

Using a cheap AI delegate for software development workflows involves submitting small coding tasks and verifying results with a git diff. This approach maximizes cost efficiency and speed while maintaining human oversight.

Can I switch AI models for delegated coding tasks?

Yes, you can switch AI models for delegated coding tasks and enable or disable auto-delegation. The system defaults to Mistral Vibe but allows model selection management to fit your needs.

Do I need bash and python3 to run AI delegation locally?

Yes, local AI delegation requires bash >= 4.0 and python3 >= 3.8. These dependencies are necessary to run the local orchestration shims and wrappers that integrate the AI into your workflow.

Why review AI-generated code with git diff instead of intermediate steps?

Reviewing AI-generated code with git diff allows a human reviewer to validate the final output directly. This approach saves time by skipping intermediate verification while ensuring code quality before integration.