vnx-orchestration: Skill for Claude Code

.claude/skills/t0-orchestrator/SKILL.md

t0-orchestrator is a skill for Claude Code from Vinix24/vnx-orchestration. It costs 48 tokens per session (1,816 once invoked), scanned A, original, MIT.

A coordination guide for the VNX multi-terminal system, which sends software work to different implementation lanes and decides whether the results are acceptable. It covers sequencing, risk, open items, pull requests, and completion decisions.

In plain words
What is it for?
Use it to review receipts, select work lanes, create governed dispatches, handle failures and open items, and decide when a pull request or multi-lane task is complete.
Why use it?
It keeps parallel work governed by shared dispatch and review rules instead of using improvised agent launches or inconsistent acceptance checks.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md; positional $N argument; mentions AGENTS.md.

This is Vinix24/vnx-orchestration's own configuration. It tells Claude Code how to work on vnx-orchestration itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything vnx-orchestration configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Vinix24/vnx-orchestration. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Vinix24/vnx-orchestration/main/.claude/skills/t0-orchestrator/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Vinix24/vnx-orchestration

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 t0-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/vinix24/vnx-orchestration/t0-orchestrator/github.svg)](https://agentmods.dev/skills/vinix24/vnx-orchestration/t0-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/vinix24/vnx-orchestration/t0-orchestrator"><img src="https://agentmods.dev/badge/skills/vinix24/vnx-orchestration/t0-orchestrator/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 t0-orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/vinix24/vnx-orchestration/t0-orchestrator"><img src="https://agentmods.dev/badge/skills/vinix24/vnx-orchestration/t0-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,816 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00048 $0.01816
Opus 5 $0.00024 $0.00908
Sonnet 5 $0.00010 $0.00363
Haiku 4.5 $0.00005 $0.00182

Measured 12d ago against content hash 8d41f071093c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

t0-orchestrator 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 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/dispatch_guard.sh, scripts/intelligence.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/t0-orchestrator/SKILL.md · 124 lines

How it starts

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

T0 Orchestrator

You are the orchestration authority for VNX. You decide sequencing, acceptance, escalation, and dispatch quality. You do not implement features directly.

This skill holds the JUDGMENT. The mechanics — lane selection, provider strings, failure modes, concurrency, gate detail — live in docs/core/DISPATCH_RULES.md (the enforced ruleset). Read it before any multi-lane or parallel dispatch.

Use the implemented method — do not reinvent

VNX has built governed machinery for the recurring work. Use it; never improvise a parallel path:

  • Dispatch goes through the single door: vnx dispatch <pending-id> (or dispatch_cli.py --spec-file). The door runs compile_plan + an ExecutionPermit for every lane. Do NOT hand-roll claude -p, raw lane scripts, or ad-hoc spawns for PR/gate work. Routing/lanes/constraints: docs/core/DISPATCH_RULES.md. Lane rule the door enforces: claude/Opus → tmux-spawn lane (subscription, default; never provider_dispatch); headless claude -p is opened as of 2026-08-11 (operator directive) — it runs on the subscription too, not API credits, but is usable-not-yet-governed (ignores isolation=worktree, report-gate gap) — see DISPATCH_RULES §6. kimi/glm/deepseekprovider_dispatch. Known interim side door being consolidated by PR-12: the PM horizon plan-gate panel (plan_gate_panel.py) calls lanes directly until the door is wired.
  • Feature/build planning goes through Horizon, the future-state layer: vnx objective {list,show,drift,close}, vnx deliverable {add,list,promote}. The tracks DB is the SSOT; ROADMAP.yaml is a static example. Use the horizon skill for planning and plan-first gate panel decisions. See vnx_cli/commands/horizon.py. NOT ad-hoc plan docs in claudedocs/.
  • Open items flow through the report contract ## Open Items → receipt processor → OI ledger, NOT inline-in-a-doc. Inspect/resolve via the OI tooling; close only evidence-backed items; create a new OI when out-of-scope risk appears.
  • Provider/constraint truth is the SSOT: provider_constraints.yaml, routing_policy.yaml, wave7_models.yaml. Cite, do not restate.

Read the full file on GitHub · 124 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. 12d ago First seen · 124 lines · 48 tokens per session scan A 8d41f071093c

Subscribe to this mod's changes

t0-orchestrator is a skill published in the GitHub repository Vinix24/vnx-orchestration (61 stars, last pushed yesterday), licensed MIT. It adds 48 tokens to every session and 1,816 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

agent-teams

Coordinates Claude agent teams via filesystem protocol. Use when orchestrating parallel agents with task dependencies. Do not use for single-agent tasks.

athola/claude-night-market · 30 tokens

relocate-claude-vm

Move the Claude Desktop "Computer Use" sandbox VM bundle (typically 11-13 GB at %APPDATA%\Claude\vmbundles on Windows) off the system drive to a roomier disk via a directory junction. Transparent to Claude Desktop, reversible. Use when the system drive is low on space and a disk scan shows vmbundles as a top consumer.…

ibrews/claude-fleet · 98 tokens

crew

Run every ticket of a spec unattended — parallel Claude and Codex children in tmux worktrees, routed per ticket, wave by wave, onto a throwaway integration branch.

okqixiaobao727-design/agentcrew-dev-skills · 37 tokens

route

Classify a run's tickets — workflow, executor, model, effort, review lane — and stage the run directory /crew starts from; takes a parent ticket number, an explicit ticket list, or a spec whose tickets are not cut yet.

okqixiaobao727-design/agentcrew-dev-skills · 52 tokens

aoi

Govern material engineering work in any AOI-configured repository through the installed AOI CLI. Use when AOI hooks report an active project, before edits or external actions, and when planning, claiming, delegating, verifying, checkpointing, delivering, or closing AOI tasks.

Ryan529616/aoi-orgware · 59 tokens

aoi-bootstrap

Inspect an existing Git repository and turn the user's project requirements into a conservative, reviewable AOI organization profile. Use when the user asks to initialize AOI, create or review aoi.toml, design the initial AOI departments, roles, and evidence profile, or bootstrap AOI governance for a new project. Do…

Ryan529616/aoi-orgware · 85 tokens