Platforms
Each platform entry configures how skills are installed for a specific AI coding tool.
Platform fields
| Field | Required | Default | Description |
|---|---|---|---|
path | Yes | — | Tool config directory (relative, absolute, or ~/...) |
skills | No | — | Skills subdirectory name relative to path. Omit to skip skill installation |
agents | No | — | Agents config file name relative to path. Omit to skip agents installation |
source | No | "AGENTS.md" | Source file name under the fixed .agents/ directory |
agents_compat | No | false | Whether this platform can reuse .agents/ resources. When true, the platform reads directly from the canonical directory — add/remove/link/restore skip symlink operations (single platform: Skipped output; -a '*': silent). find TUI lists and selects normally, silently skips symlink during install. list -a merges the canonical directory with the platform’s own skills directory (duplicates shown once, canonical preferred). |
Symlink behavior
The agents file is symlinked to a source file under .agents/:
<path>/<agents> → .agents/<source>
For example, with agents: "AGENTS.md" and source: "AGENTS.md" (default):
.codex/AGENTS.md → .agents/AGENTS.md
With agents: "AGENTS.md" and source: "CLAUDE.md":
.codex/AGENTS.md → .agents/CLAUDE.md