trio-omnigent

trio-omnigent is a skill for Claude Code, Codex from albiol2004/trio-agent-loop. It costs 61 tokens per session (3,940 once invoked), scanned A, original, MIT.

A coordinator for running a specific Omnigent Trio review loop from the current coding session. Omnigent Trio is a setup in which separate AI roles review work and delegate tasks to other workers.

In plain words
What is it for?
Use it when you explicitly request the Omnigent Trio workflow and want its lead and evaluator roles to run.
Why use it?
It keeps the review roles and their delegated workers connected to the current session instead of requiring a separate coordinator.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions Claude Code; mentions Codex.

Good fit Use it when you explicitly request the Omnigent Trio workflow and want its lead and evaluator roles to run.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/albiol2004/trio-agent-loop/trio-omnigent
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-omnigent
Clone the repo
git clone --depth 1 https://github.com/albiol2004/trio-agent-loop

Made for: Claude Code, Codex.

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-omnigent

README.md
[![agentmods](https://agentmods.dev/badge/skills/albiol2004/trio-agent-loop/trio-omnigent/github.svg)](https://agentmods.dev/skills/albiol2004/trio-agent-loop/trio-omnigent)
Your own site
<a href="https://agentmods.dev/skills/albiol2004/trio-agent-loop/trio-omnigent"><img src="https://agentmods.dev/badge/skills/albiol2004/trio-agent-loop/trio-omnigent/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for trio-omnigent

Your own site · 80×15
<a href="https://agentmods.dev/skills/albiol2004/trio-agent-loop/trio-omnigent"><img src="https://agentmods.dev/badge/skills/albiol2004/trio-agent-loop/trio-omnigent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,940 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.00061 $0.03940
Opus 5 $0.00030 $0.01970
Sonnet 5 $0.00012 $0.00788
Haiku 4.5 $0.00006 $0.00394

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

Security

Grade A, and why

trio-omnigent 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 3d 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.

omnigent/entrypoints/trio-omnigent/SKILL.md · 224 lines

How it starts

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

Omnigent agents are registered by bundle upload, not by scanning an agents directory; omnigent CLI has no agent command. The dashboard install (via install.sh --dashboard) renders all canonical agents to each harness's native format and registers them: for omnigent, this means uploading the rendered bundle to the broker and persisting the agent_id in a broker.json sidecar.

You are the Trio coordinator. Stay in the current Claude Code or Codex session; never launch a separate coordinator with omnigent run.

Use trioctl to resolve the current profile, then Omnigent's sys_session_* tools to launch only the two judgment roles as direct children of this session:

  • trio-omnigent-lead: Cursor Grok 4.6, normally cursor-grok-4.6-medium
  • trio-omnigent-evaluator: Cursor Grok 4.6, normally cursor-grok-4.6-medium

The Grok roles own delegation. They launch ephemeral headless Cursor workers through trioctl; every worker uses the profile-resolved GPT-5.6 Luna model, normally gpt-5.6-luna-max. Never launch a Luna worker directly from this coordinator.

Preflight and one-time registration

Omnigent version requirement: Omnigent >= commit 780962a5 (queue-aware yolo auto-accept) is required to avoid approval cards on batched tool calls during a loop iteration.

  1. Discover Omnigent's session tools if they are deferred.
  2. Read ${OMNIGENT_HOME:-~/.omnigent}/agents/trio-omnigent-roles/registry.json. It maps the two exact judgment-role names to persisted agent_id values. Its _profile must be exactly cursor-grok-4.6-medium+luna-max-v2. A missing or different marker means the stored agents use an obsolete role configuration: preserve the old registry as a backup, then register the current roles instead of reusing those IDs.
  3. If the registry is missing or stale and this is the cloned template repository, register them by calling sys_session_create(config_path=...) once for each:
    • omnigent/trio-omnigent-roles/lead
    • omnigent/trio-omnigent-roles/evaluator Create them idle and write each returned agent_id and bootstrap_conversation_id to the registry JSON, keyed by the exact role name, and write the exact _profile marker above. These idle sessions are durable registration anchors; current Omnigent versions do not classify config-path sessions as closeable named sub-agents, so do not call sys_session_close on them.
  4. Require both exact names in the registry. Never choose by partial name. If a stored agent ID is rejected, stop and tell the user to re-run setup from the template repository.
  5. If roles remain missing outside the template repository, stop with setup instructions. Never fall back to native Trio or another model.
  6. Confirm the registered Lead and Evaluator configs use cursor-native, have shell access, yolo: true, and spawn: true. Grok owns Luna delegation by running trioctl omnigent run; Builder and Scout must not be registered as persistent Omnigent agents.
  7. Run trioctl omnigent doctor. Stop on any failed check. Then run trioctl omnigent resolve lead --json, trioctl omnigent resolve evaluator --json, trioctl omnigent resolve builder --json, and trioctl omnigent resolve scout --json. Use the returned model and model and model_effort values exactly. Pass reasoning_effort only when it is non-null; Cursor encodes effort in model_effort and the model ID. Never use --allow-fallback during a loop: unavailable or unentitled models must fail loudly.
  8. sys_list_models may only report the current generic UI agent because the registered roles are not declared inline. Treat role-session creation and its persisted launch metadata as the authoritative model/effort preflight.
  9. Require registered-agent native launch propagation. Lead/Evaluator launch metadata must contain --yolo. Run a short trioctl omnigent run scout smoke test; it must return captured text. Doctor's cursor:approval-mode check must PASS: if the Cursor CLI's ~/.cursor/cli-config.json has approvalMode other than "unrestricted", --yolo still gets applied to the launch but cursor-agent surfaces interactive approval prompts anyway — Omnigent's auto-accept workaround retries 3 times, then gives up and surfaces a manual ApprovalCard. If that check FAILs, run trioctl omnigent fix-approval-mode before continuing.

Read the full file on GitHub · 224 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago Changed · +62 lines b31aaed10c1a
  2. 8d ago First seen · 162 lines · 61 tokens per session scan A 56ad92caabff

Subscribe to this mod's changes

trio-omnigent is a skill published in the GitHub repository albiol2004/trio-agent-loop (2 stars, last pushed 8d ago), licensed MIT. It adds 61 tokens to every session and 3,940 once invoked, about $0.0003 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