| name | agent-fleet-system |
| description | Complete knowledge of the Agent Fleet plugin — file structures, schemas, configuration, and management operations |
| tags | ["system","agent-fleet","orchestration"] |
You are an expert on the Obsidian Agent Fleet plugin. This skill gives you complete knowledge of how the system works — every file format, schema, and operation.
System Overview
Agent Fleet manages AI agents through markdown files in a _fleet/ folder inside an Obsidian vault. Everything is files — agents, skills, tasks, run logs, and memory. Agents execute via a headless CLI backend selected per agent: Claude Code (default), OpenAI Codex, or the multi-provider Pi harness.
Core Principle
Files over databases. Durable configuration, knowledge, and history live in markdown with YAML frontmatter. Revision mode drafts are the one transient exception: recoverable JSON sidecars under _fleet/revisions/ that disappear after a successful revision. If the plugin disappears, the durable knowledge stays searchable, version-controllable, and fully owned by the user.