bridge-claude

Installation
SKILL.md

Bridge: Claude (Anthropic) Adapter

This file is a REFERENCE DOCUMENT. Any orchestrating skill reads it via the Read tool and embeds its instructions directly into Task agent prompts. It is not invoked as a standalone skill — it is a reusable set of instructions for Anthropic model dispatch.

Input schema, agent prompt template, output schema, verdict logic, timeout formula, artifact format, and status semantics are defined in bridge-commons/SKILL.md. This file covers only Claude-specific connection detection and execution paths.

Bridge Identity

bridge: claude
model_family: anthropic/claude
availability: conditional # Depends on executor — not always available
connection_preference:
  1: native-dispatch # Executor is Claude Code — Task tool / Agent Teams
  2: cli # Any other executor — invoke `claude -p` CLI
  3: api # Last resort — Anthropic HTTP API via ANTHROPIC_API_KEY
  4: skip # None available — return SKIPPED (non-blocking)

native_dispatch:
Related skills
Installs
7
GitHub Stars
6
First Seen
Mar 2, 2026