Context
Community-maintained registry of well-known agent skill paths. The CLI scans these to detect installed agents and fan out symlinks.
Tasks
Schema
{
"version": 1,
"agents": [
{ "name": "claude", "skillPath": "~/.claude/skills", "binary": "claude" },
{ "name": "codex", "skillPath": "~/.codex/skills", "binary": "codex" }
]
}
Source
spec/v1/agent-paths.json (new)
- Plan:
.agents/plans/2026-06-14-v0.2.0-distribution-pivot.md
Context
Community-maintained registry of well-known agent skill paths. The CLI scans these to detect installed agents and fan out symlinks.
Tasks
spec/v1/agent-paths.jsonwith the 7 supported agents (claude, codex, copilot, gemini, kimi, opencode, pimono)agentbridge doctorreports detected vs unknown agentsSchema
{ "version": 1, "agents": [ { "name": "claude", "skillPath": "~/.claude/skills", "binary": "claude" }, { "name": "codex", "skillPath": "~/.codex/skills", "binary": "codex" } ] }Source
spec/v1/agent-paths.json(new).agents/plans/2026-06-14-v0.2.0-distribution-pivot.md