bridge-config
CLI utility to inspect and diagnose bridge dispatch topology and health status.
Install
mkdir -p .claude/skills/bridge-config && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9740" && unzip -o skill.zip -d .claude/skills/bridge-config && rm skill.zipInstalls to .claude/skills/bridge-config
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Inspect and verify GT-KB bridge dispatch configuration, dispatchability, selected targets, rule eligibility, and last dispatch state through the gt bridge dispatch config/status/health CLI.Key capabilities
- →Inspect bridge dispatch topology
- →Verify harness health status
- →Check rule eligibility for dispatch targets
- →Diagnose dispatch failure evidence
How it works
The skill uses CLI commands to query the GT-KB bridge dispatcher state and status-bearing files to report on dispatchability and health.
Inputs & outputs
When to use bridge-config
- →Inspecting bridge dispatch topology
- →Verifying harness health
- →Checking rule eligibility
- →Diagnosing dispatch status
About this skill
Bridge Dispatch Configuration
Use this skill when you need to inspect or diagnose the bridge dispatch topology without mutating project state. Trigger this skill for questions about bridge dispatcher configuration, dispatchability, selected harnesses, event-firing capability, rule eligibility, dispatch health, or whether configured harnesses are receiving work.
Answer those questions from dispatcher/TAFE state, status-bearing numbered bridge files, and the CLI surfaces below. Aggregate queue artifacts are not dispatcher topology, dispatch health, target-selection evidence, or current bridge-state authority.
Commands
gt bridge dispatch config
gt bridge dispatch status --json
gt bridge dispatch health --json
The direct aliases gt bridge config, gt bridge status, and gt bridge health are equivalent shortcuts. gt bridge dispatch config and gt bridge dispatch status are read-only status surfaces. gt bridge dispatch health exits non-zero when a required role has no eligible dispatch target.
What To Check
- Active role holders in
harness-state/harness-registry.json. can_fire_eventsfor event-source harnesses.can_receive_dispatchfor headless dispatch targets.- Headless invocation template presence.
- Rule eligibility from
config/dispatcher/rules.toml. - Last result evidence from dispatch-state JSON.
- Dispatch-run stdout/stderr/exit evidence when the question asks whether a target actually launched or returned work output.
Dispatch Model
Role assignment and dispatchability are orthogonal. Multiple active harnesses may hold the same role. Dispatch target selection filters by active status, can_receive_dispatch, declarative rules, and readiness, then ranks by the configured availability, cost, quality, and precedence order.
gt bridge dispatch status is the topology/eligibility surface. gt bridge dispatch health must reveal operational health: recent launches, exit codes,
returned output, stderr, failure counts, stale or absent dispatch evidence,
circuit breakers, and contradictory dispatcher state. A green result must not be
treated as proof of work delivery unless it includes that runtime evidence.
When not to use it
- →When attempting to mutate bridge configuration state
Prerequisites
Limitations
- →Read-only access to status surfaces
- →Green health status does not guarantee work delivery
How it compares
It provides read-only diagnostic access to specific bridge infrastructure rather than general system monitoring.
Compared to similar skills
bridge-config side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| bridge-config (this skill) | 0 | 1mo | No flags | Intermediate |
| applescript | 28 | 8mo | Review | Advanced |
| bazel-build-optimization | 14 | 2mo | No flags | Advanced |
| home-assistant-manager | 9 | 8mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by Remaker-Digital
View all by Remaker-Digital →You might also like
applescript
martinholovsky
Expert in AppleScript and JavaScript for Automation (JXA) for macOS system scripting. Specializes in secure script execution, application automation, and system integration. HIGH-RISK skill due to shell command execution and system-wide control capabilities.
bazel-build-optimization
wshobson
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
home-assistant-manager
komal-SkyNET
Expert-level Home Assistant configuration management with efficient deployment workflows (git and rapid scp iteration), remote CLI access via SSH and hass-cli, automation verification protocols, log analysis, reload vs restart optimization, and comprehensive Lovelace dashboard management for tablet-optimized UIs. Includes template patterns, card types, debugging strategies, and real-world examples.
swarm-advanced
ruvnet
Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows
windows-expert
jackspace
Expert guidance for Windows, PowerShell, WSL interop, and cross-platform development
bash-linux
davila7
Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.