Existence probe with get_skill's exact access rules
skills
Existence probe with get_skill's exact access rules
200 + {"exists": bool} — never 404.
A cheap presence probe: ask whether a skill name resolves for the caller
without provoking a 404, which is useful when a client needs to branch on
"do I have this skill?" rather than fetch it.
Prefer this over `GET /skills/{skill_name}` for a probe (that returns 404,
which clients and browser consoles surface as an error) and over the
`?name=` filter on the list endpoint, whose visibility rules differ: the
list hides workspace-scoped skills from non-members, while this probe
reuses the detail endpoint's exact resolution and visibility check.
GET
Existence probe with get_skill's exact access rules