b137359b90
Files changed: - kb/concepts/Denylist over Allowlist.md - kb/concepts/LLM Wiki Pattern.md - kb/concepts/SSD TRIM.md - kb/entities/people/E3DC GmbH.md - kb/entities/people/Vannevar Bush.md - kb/entities/projects/ha-core.md - kb/entities/projects/hacs-integration-blueprint.md - kb/entities/systems/AGENTS.md.md - kb/entities/systems/CLAUDE.md.md - kb/entities/systems/E3DC.md - kb/entities/systems/ENVIRONMENT.md.md - kb/entities/systems/Memex.md - kb/entities/systems/Tolkien Gateway.md - kb/entities/technologies/Arch Linux.md - kb/entities/technologies/Disk Encryption.md - kb/entities/technologies/Docker.md - kb/entities/technologies/Gitea Actions.md - kb/entities/technologies/Gitea.md - kb/entities/technologies/Go.md - kb/entities/technologies/Home Assistant.md - kb/entities/technologies/Kernel PM Governors.md - kb/entities/technologies/LVM.md - kb/entities/technologies/Linux Kernel.md - kb/entities/technologies/MQTT.md - kb/entities/technologies/OPC UA.md - kb/entities/technologies/Python.md - kb/entities/technologies/Rust.md - kb/entities/technologies/Wine GE.md - kb/entities/technologies/Wine-Staging.md - kb/entities/technologies/acpi-cpufreq.md - kb/entities/technologies/amd-pstate.md - kb/entities/technologies/iii Engine.md - kb/entities/tools/AUR.md - kb/entities/tools/Act Runner.md - kb/entities/tools/Agent Memory.md - kb/entities/tools/Aura.md - kb/entities/tools/Bottles.md - kb/entities/tools/ChatGPT.md - kb/entities/tools/Claude Code.md - kb/entities/tools/Codex CLI.md - kb/entities/tools/Dataview.md - kb/entities/tools/GPG.md - kb/entities/tools/GitHub Copilot.md - kb/entities/tools/Gitea MCP Server.md - kb/entities/tools/Lutris.md - kb/entities/tools/Marp.md - kb/entities/tools/Mistral Vibe.md - kb/entities/tools/NotebookLM.md - kb/entities/tools/Obsidian Web Clipper.md - kb/entities/tools/Obsidian.md - kb/entities/tools/OpenAI Codex.md - kb/entities/tools/OpenCode.md - kb/entities/tools/Pi.md - kb/entities/tools/Proton.md - kb/entities/tools/Wine.md - kb/entities/tools/awesome-llm-wiki.md - kb/entities/tools/farzaa gist.md - kb/entities/tools/gdeploy.md - kb/entities/tools/makepkg.md - kb/entities/tools/pascalandy schema.md - kb/entities/tools/qmd.md - kb/entities/tools/wikitool.md - kb/log.md - work/link-taxonomy-migration/glossary.md
76 lines
3.7 KiB
Markdown
76 lines
3.7 KiB
Markdown
---
|
|
type: types/entity.md
|
|
entity_type: tool
|
|
tags: [ai, coding, agent, cli]
|
|
created: 2026-08-04
|
|
modified: 2026-08-29
|
|
related:
|
|
- uses: wikitool
|
|
- see-also: GitHub Copilot
|
|
- see-also: Claude Code
|
|
- see-also: Codex CLI
|
|
- evidenced-by: Source - Copilot Skill Restructure Instructions
|
|
sources: [Source - Copilot Skill Restructure Instructions, Source - Conversation - AGENTS.md Skill Restructuring Session 2026-08-04]
|
|
confidence: 0.80
|
|
confidence_base: 0.80
|
|
provenance: sourced
|
|
summary: CLI-Coding-Agent von Mistral AI
|
|
---
|
|
# Mistral Vibe
|
|
|
|
**Typ:** tool
|
|
|
|
## Beschreibung
|
|
|
|
Mistral Vibe ist Mistral AIs CLI-Coding-Agent und eines von vier Ziel-Tools für die plattformübergreifende Agent-Skills-Architektur, die in der Copilot Skill Restructure Instructions beschrieben ist[^s-copilot-skill-restructure-instructions]. Es wird speziell erwähnt, dass es `.agents/skills/` direkt als gemeinsamen Projektort liest, was es zum primären Ziel für die Skill-Umstrukturierung macht[^s-copilot-skill-restructure-instructions].
|
|
|
|
Mistral Vibe ist eine von vier Plattformen (zusammen mit GitHub Copilot, Claude Code und Codex CLI), die die diskreten Wiki-Skills aufrufen können, die aus der monolithischen AGENTS.md-Datei extrahiert werden. Die Quelle vermerkt, dass Mistral Vibe `.agents/skills/` nativ auflöst und keine zusätzliche Verkabelung erfordert[^s-copilot-skill-restructure-instructions].
|
|
|
|
## Kerndaten
|
|
|
|
- **Zweck:** CLI-Coding-Agent
|
|
- **Status:** Aktiv
|
|
- **Sprache/Technik:** CLI-Tool
|
|
- **Verantwortlich:** Mistral AI
|
|
- **Repository:** Nicht in der Quelle angegeben
|
|
|
|
## Beziehungen
|
|
|
|
- **Verwendet mit:** [[wikitool]] (über Skill-Aufrufe)
|
|
- **Ähnlich wie:** [[GitHub Copilot]], [[Claude Code]], [[Codex CLI]]
|
|
- **Erwähnt in:** [[Source - Copilot Skill Restructure Instructions]]
|
|
|
|
## Details
|
|
|
|
Mistral Vibe liest `.agents/skills/` nativ als gemeinsamen Projektort und unterstützt auch `.vibe/skills/`-Projekt-lokal oder `~/.vibe/skills/` globale Skill-Verzeichnisse[^s-copilot-skill-restructure-instructions]. Dies macht es besonders geeignet für den gemeinsamen Skill-Verzeichnis-Ansatz, der im Umstrukturierungsplan beschrieben ist.
|
|
|
|
**Direkt aus der Quelle bestätigt** (`mistralai/mistral-vibe`'s `vibe/core/skills/builtins/skill_creator.py`, `vibe/core/skills/builtins/vibe.py` und `CHANGELOG.md`): Mistral Vibe löst Skills in der Reihenfolge `.vibe/skills/` (Projekt, Trusted-Folder-gated), `.agents/skills/` (Projekt, Trusted-Folder-gated), `~/.vibe/skills/` (Benutzer) und `~/.agents/skills/` (Benutzer) auf - das Changelog vermerkt explizit „Load skills from `~/.agents/skills` so they can be shared across agents"[^s-conversation-agents-md-skill-restructuring-session-2026-08-04].
|
|
|
|
## Historie
|
|
|
|
- 2026-08-04 - `.agents/skills/`-native Support-Behauptung direkt aus der `mistralai/mistral-vibe`-Quelle bestätigt (zuvor nur aus dem nicht verifizierten Anweisungssatz zitiert)[^s-conversation-agents-md-skill-restructuring-session-2026-08-04].
|
|
- 2026-08-04 - Seite während der Verarbeitung der Copilot Skill Restructure Instructions erstellt
|
|
|
|
## Siehe auch
|
|
|
|
- [[Source - Copilot Skill Restructure Instructions]]
|
|
- [[Source - Conversation - AGENTS.md Skill Restructuring Session 2026-08-04]]
|
|
- [[GitHub Copilot]]
|
|
- [[Claude Code]]
|
|
- [[Codex CLI]]
|
|
|
|
## Fußnoten
|
|
|
|
[^s-copilot-skill-restructure-instructions]: [[Source - Copilot Skill Restructure Instructions]]
|
|
[^s-conversation-agents-md-skill-restructuring-session-2026-08-04]: [[Source - Conversation - AGENTS.md Skill Restructuring Session 2026-08-04]]
|
|
|
|
<!-- wikitool:links -->
|
|
## Beziehungen
|
|
|
|
- **uses:** [[wikitool]]
|
|
- **see-also:** [[GitHub Copilot]]
|
|
- **see-also:** [[Claude Code]]
|
|
- **see-also:** [[Codex CLI]]
|
|
- **evidenced-by:** [[Source - Copilot Skill Restructure Instructions]]
|
|
<!-- /wikitool:links -->
|