Platforms

Each platform entry configures how skills are installed for a specific AI coding tool.

Platform fields

FieldRequiredDefaultDescription
pathYesTool config directory (relative, absolute, or ~/...)
skillsNoSkills subdirectory name relative to path. Omit to skip skill installation
agentsNoAgents config file name relative to path. Omit to skip agents installation
sourceNo"AGENTS.md"Source file name under the fixed .agents/ directory
agents_compatNofalseWhether 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).

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