Bridge exposure
ACP is a reusable democratic coordination primitive for discussion under load. Relay is the reference implementation used to validate that primitive in practice.
npx -y skills add jasontang-ai/acp --skill bridge-exposureAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use this skill when you need to inspect bridge exposure in ACP routing decisions and participant digests.
SKILL.md
1.2 KB, as published. Nobody here has run it
When to use this skill
Use this skill for bridge-perspective review after intervention routing or before operator release.
When not to use this skill
Do not use this skill to add generic recommendation logic or to change ACP lifecycle semantics.
Inputs expected
- intervention cycle record or batch output
- routing decisions and digests
- configured bridge budget when available
Steps
- Confirm the cycle is
intervention. - Inspect routing decisions for
bridgeFlagorbridge_flag. - Inspect digest items for bridge-marked contributions.
- Confirm bridge exposure is present but bounded by the cycle config.
Available scripts
scripts/check-bridge-exposure.mjs: inspect bridge exposure from a cycle JSON file or generate a local demo intervention cycle when no input is provided
Outputs
- bridge decision count
- bridge digest item count
- participant-level bridge exposure summary
Failure handling
If bridge exposure is absent in an intervention cycle, return a failed summary for operator review instead of rewriting routing output.