Skip to main content
Mistral Vibe

Mistral Vibe Skills — Best AI Coding Skills for Vibe CLI

What is Mistral Vibe?

Mistral Vibe is an open-source CLI coding agent built by Mistral AI. It provides a conversational interface to your codebase, letting you explore, modify, and interact with your projects using natural language.

Vibe is powered by Mistral's models (including Devstral 2) and supports the Agent Skills specification natively.

Key Features

  • CLI coding agent: Interactive chat that understands your codebase
  • Project awareness: Automatically scans file structure and git status
  • Agent skills: Native SKILL.md support with global and local skill directories
  • Open source: Apache 2.0 license, fully customizable
  • Configurable: Choose models, providers, and tool permissions via config.toml
  • Multiple agents: Create agents with different capabilities and permission levels

How Skills Work in Vibe

Vibe discovers skills from three locations:

  1. Global: ~/.vibe/skills/
  2. Local: .vibe/skills/ in your project
  3. Custom paths: Configure via skill_paths in config.toml

You can enable or disable skills using patterns in your configuration:

enabled_skills = ["code-review", "test-*"]
disabled_skills = ["experimental-*"]

Installing Skills

/learn @owner/skill-name

Top Skills for Vibe

SkillWhat it does
Frontend DesignBuild production-grade UIs
Code ReviewReview code for bugs and best practices
TestingWrite comprehensive test suites
DevOpsCI/CD and infrastructure automation
SEO OptimizerOptimize web content for search engines

Browse all Vibe skills →

Vibe vs Other CLI Coding Agents

FeatureMistral VibeClaude CodeAiderCodex
TypeCLI agentCLI agentCLI agentCLI agent
ModelsMistral (Devstral 2)ClaudeAny (OpenAI, Anthropic, etc.)OpenAI
PriceAPI usageAPI usageFree (BYO key)API usage
Agent SkillsSKILL.mdSKILL.mdSKILL.mdSKILL.md
Open sourceYes (Apache 2.0)NoYes (Apache 2.0)Yes
Best forMistral usersAnthropic usersMulti-model flexibilityOpenAI users

Getting Started

  1. Install Vibe (requires Mistral API key)
  2. Install the learn skill: /learn
  3. Browse skills on agentskill.sh
  4. Install any skill: /learn @owner/skill-name

Explore Mistral Vibe Skills

Browse 40,000+ skills ready to install with /learn

Browse All Skills