Bridge exposure
Use this skill when you need to inspect bridge exposure in ACP routing decisions and participant digests.From its SKILL.md
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.
SKILL.md
1.2 KB, 215 tokens by cl100k_base, 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.
What ships with it: 1 file
2.5 KB alongside SKILL.md, 1 of them executable
scripts/
- check-bridge-exposure.mjsruns2.5 KB