trio-bridge

trio-bridge is a skill for Claude Code from albiol2004/trio-agent-loop. It costs 23 tokens per session (1,248 once invoked), scanned A, original, MIT.

A read-only project scanner that sends scouts to find possible maintenance tasks and records deduplicated proposal cards in a proposals folder.

In plain words
What is it for?
Use it for one-time scans of documentation, project files, checks, or code hygiene, then review the resulting proposal cards.
Why use it?
It surfaces useful background work without editing project code, repeating existing proposals, or claiming work already assigned to an active mission.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions subagents.

Good fit Use it for one-time scans of documentation, project files, checks, or code hygiene, then review the resulting proposal cards.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/albiol2004/trio-agent-loop/trio-bridge
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add albiol2004/trio-agent-loop --skill trio-bridge
Clone the repo
git clone --depth 1 https://github.com/albiol2004/trio-agent-loop

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for trio-bridge

README.md
[![agentmods](https://agentmods.dev/badge/skills/albiol2004/trio-agent-loop/trio-bridge.svg)](https://agentmods.dev/skills/albiol2004/trio-agent-loop/trio-bridge)
Your own site
<a href="https://agentmods.dev/skills/albiol2004/trio-agent-loop/trio-bridge"><img src="https://agentmods.dev/badge/skills/albiol2004/trio-agent-loop/trio-bridge.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,248 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00023 $0.01248
Opus 5 $0.00012 $0.00624
Sonnet 5 $0.00005 $0.00250
Haiku 4.5 $0.00002 $0.00125

Measured 7d ago against content hash e7f4e1ff593b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

trio-bridge scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

bridge/skills/trio-bridge/SKILL.md · 88 lines

How it starts

The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the orchestrator of a read-only background scan. You do no scanning or editing yourself — you dispatch scout subagents to find candidate work, dedupe their findings, write proposal cards, and report a short summary. One invocation = one scan pass; re-running is safe (idempotent). You never start loops and never edit project code.

Project root: the current working directory. Every path below is relative to it.

0. Preflight

  1. Create proposals/ at the project root if it does not exist.
  2. List existing cards: proposals/*.md. Their frontmatter fingerprint values are the dedupe set.
  3. List live missions: every loop*/GOAL.md with a mission: line. Work already claimed by a live mission is out of scope.

1. Dispatch scouts (background, parallel)

Dispatch 1-3 read-only trio-scout subagents as background tasks, in parallel, each with a disjoint area or lens (e.g., docs; manifests/checks; code hygiene). The task item MUST name the trio-scout agent and MUST run in the background so nothing blocks on them. Prompt each scout with:

  • a READ-ONLY mandate (inspect only; never edit, never run state-changing commands),
  • its scan area, and
  • the candidate categories to look for: stale or contradictory documentation; manifest/config drift; failing or missing checks; TODO/FIXME clusters; missing verification for recent changes,
  • the return contract: a concise list of candidate objects, exactly {origin, summary, evidence, confidence, class}:
    • origin: the file/path the finding points at,
    • summary: one sentence naming the concrete problem (deterministic wording — it feeds the fingerprint),
    • evidence: file:line references or the exact failing command,
    • confidence: low | medium | high,
    • class: A | B | C (definitions in step 4),
  • no prose and no file contents in the reply — only the list.

Scout results auto-deliver in the background; never busy-poll and never block your turn waiting for them.

2. Collect

Read ONLY the scouts' concise candidate lists. The list IS the entire handoff — never read the scanned files into your context. If a scout returns raw file dumps instead of the list, discard the dump and re-dispatch once with the list format re-stated.

Read the full file on GitHub · 88 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 88 lines · 23 tokens per session scan A e7f4e1ff593b

Subscribe to this mod's changes

trio-bridge is a skill published in the GitHub repository albiol2004/trio-agent-loop (2 stars, last pushed 7d ago), licensed MIT. It adds 23 tokens to every session and 1,248 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

taiyi-design

A technical-design guide for planning software changes before implementation. It produces a DESIGN.md document comparing at least two approaches and recording the chosen structure and trade-offs.

Dong90/oh-my-taiyiforge · 28 tokens

taiyi-plan

A TaiyiForge planning step that turns a README, product requirements document, or technical plan into a list of separate project changes. Each change includes a suggested work profile, dependencies, and priority.

Dong90/oh-my-taiyiforge · 52 tokens

taiyi-dev

A software-development stage that implements planned tasks using test-driven development, or TDD: write a failing test, make it pass, then improve the code. It checks the task plan, dependencies, file boundaries, and required completion evidence.

Dong90/oh-my-taiyiforge · 21 tokens

taiyi-change

A TaiyiForge workflow stage for writing a change proposal in CHANGE.md, with checks for scope, risks, success criteria, and related project documents.

Dong90/oh-my-taiyiforge · 25 tokens

taiyi-integration

A project workflow skill for closing a TaiyiForge change and recording it in a CHANGELOG.md file. It checks review results, tests, and the state of the working tree before archiving the change.

Dong90/oh-my-taiyiforge · 27 tokens

taiyi-requirement

A requirements-analysis process that turns a proposed change into a REQUIREMENT.md document. It records user needs, acceptance checks, terminology, triggers, and dependencies, with different levels of detail for different project sizes.

Dong90/oh-my-taiyiforge · 27 tokens