Mistral Vibe is a command-line coding assistant that lets users converse with a codebase and use natural language to explore or change projects. Developers use it for file editing, code searching, version-control tasks, and shell commands through Mistral’s models. Its catalogue add-ons provide skills and instructions for customizing the assistant’s workflows.
Borrowing it
Nothing to install: this file belongs to mistralai/mistral-vibe. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/mistralai/mistral-vibe/main/AGENTS.mdgit clone --depth 1 https://github.com/mistralai/mistral-vibeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/mistralai/mistral-vibe/agents-md)<a href="https://agentmods.dev/instructions/mistralai/mistral-vibe/agents-md"><img src="https://agentmods.dev/badge/instructions/mistralai/mistral-vibe/agents-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.01399 | $0.01399 |
| Opus 5 | $0.00700 | $0.00700 |
| Sonnet 5 | $0.00280 | $0.00280 |
| Haiku 4.5 | $0.00140 | $0.00140 |
Grade A, and why
mistral-vibe AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Conventions for AI agents and humans contributing to Mistral Vibe — a Python 3.12+ CLI coding assistant managed with uv.
Layout: vibe/core is the engine (agent loop, tools, LLM backends, config); vibe/cli is the Textual TUI; vibe/acp bridges to the Agent Client Protocol; vibe/setup runs first-run wizards. Tests live in tests/ with autouse fixtures in conftest.py and test doubles in tests/stubs/.
Architecture Decisions
Before architecture-affecting changes, read the matching ADR. If a change fits the current code but conflicts with ADR direction, flag it to the user before implementing. When creating or editing an ADR, follow the write-vibe-adr skill.
When creating or editing an ADR, follow the write-vibe-adr skill and keep the standard sections.
| Change area | ADR |
|---|---|
| Architecture principles, module boundaries, startup/runtime speed, simple changes | 0001 Architecture Principles |
| Core engine, Textual CLI, ACP, setup, or programmatic surfaces | 0002 Core Engine And Delivery Surfaces |
| Agent loop orchestration, streaming, typed events, cancellation, or responsiveness | 0003 Event Driven Agent Loop |
| Tool contracts, permissions, tool output, UI metadata, or tool adapters | 0004 Typed Permissioned Tools |
| Config models, layering, defaults, migrations, reloads, or runtime overrides | 0005 Layered Configuration |
| Session logging, resume, rewind, transcript metadata, or migrations | 0006 Local Sessions |
| Skills, agents, subagents, hooks, MCP, connectors, custom tools, or discovery | 0007 Extension Mechanisms |
| Adding or changing analytics instrumentation, telemetry events, or event properties | 0008 Feature Instrumentation |
| App-server ownership, RPCs, lifecycle, projections, effects, callbacks, client tools, or delivery adapters | 0009 App Server Boundary |
Textual Content rendering, styled text, markup parsing, or theme variables in widgets |
0010 Textual Content Rendering |
| App-server session backend interfaces, adapters, or runtime ownership | 0011 App Server Session Backends |
| Slash commands running while busy, side-channel commands, or idle-only settings persistence | 0012 Slash Commands While Busy |
| Queued-prompt selection/edit mode, copy-on-write consumed edits, or promotion-race widget-identity tracking | 0013 Queue Selection and Edit Mode |
| Parsing backend responses, connector/MCP bootstrap fields, or any client/backend wire-contract change that must tolerate self-hosted version skew | 0014 Backend Contract Compatibility |
Outbound TLS connections, certificate roots, or enable_system_trust_store |
0015 Outbound TLS Trust Policy |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago Changed · +2 lines · +81 tokens per session 39a33c3e79ef
- 7d ago First seen · 54 lines · 1,318 tokens per session scan A 521b8d01c9c3
mistral-vibe AGENTS.md is an instructions file published in the GitHub repository mistralai/mistral-vibe (4,923 stars, last pushed 2d ago), licensed Apache-2.0. It adds 1,399 tokens to every session, about $0.0070 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.