Skip to content

agentbridge: agent path registry (spec/v1/agent-paths.json) #10

@espetro

Description

@espetro

Context

Community-maintained registry of well-known agent skill paths. The CLI scans these to detect installed agents and fan out symlinks.

Tasks

  • Create spec/v1/agent-paths.json with the 7 supported agents (claude, codex, copilot, gemini, kimi, opencode, pimono)
  • Bundle into the binary
  • agentbridge doctor reports detected vs unknown agents
  • Document how to extend the registry (PR process)

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions