tuturuuu-agent-coordination

tuturuuu-agent-coordination is a skill for Codex from tutur3u/platform. It costs 24 tokens per session (433 once invoked), scanned A, original, Apache-2.0.

Coordination guidance for multiple coding assistants working in the same Tuturuuu checkout or in separate Git worktrees. A worktree is an isolated copy of a Git project used for parallel changes.

In plain words
What is it for?
Use it to inspect coordination notes, identify overlapping files, protect dirty worktrees, manage handoffs, and coordinate branches or shared checkout activity.
Why use it?
It reduces the risk of overwriting uncommitted work, editing the same files at once, or losing track of ownership and handoffs.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to inspect coordination notes, identify overlapping files, protect dirty worktrees, manage handoffs, and coordinate branches or shared checkout activity.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tutur3u/platform/tuturuuu-agent-coordination
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 tutur3u/platform --skill tuturuuu-agent-coordination
Clone the repo
git clone --depth 1 https://github.com/tutur3u/platform

Made for: 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 tuturuuu-agent-coordination

README.md
[![agentmods](https://agentmods.dev/badge/skills/tutur3u/platform/tuturuuu-agent-coordination/github.svg)](https://agentmods.dev/skills/tutur3u/platform/tuturuuu-agent-coordination)
Your own site
<a href="https://agentmods.dev/skills/tutur3u/platform/tuturuuu-agent-coordination"><img src="https://agentmods.dev/badge/skills/tutur3u/platform/tuturuuu-agent-coordination/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 tuturuuu-agent-coordination

Your own site · 80×15
<a href="https://agentmods.dev/skills/tutur3u/platform/tuturuuu-agent-coordination"><img src="https://agentmods.dev/badge/skills/tutur3u/platform/tuturuuu-agent-coordination.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 433 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.00024 $0.00433
Opus 5 $0.00012 $0.00217
Sonnet 5 $0.00005 $0.00087
Haiku 4.5 $0.00002 $0.00043

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

Security

Grade A, and why

tuturuuu-agent-coordination 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 4d 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.

plugins/tuturuuu/skills/tuturuuu-agent-coordination/SKILL.md · 38 lines

What it actually says

Tuturuuu Agent Coordination

Protect existing work with git status --short, path ownership, and a separate worktree when needed. Inspect top-level active tmp/agent-coordination/ notes before overlapping work; missing/noncanonical statuses remain active. Never take ownership merely because a note is old. Archives are historical context, not locks.

Notes and commit windows are per-checkout. Separate worktrees coordinate through branches and the remote. Open PR work belongs in .worktrees/ with immediate SKIP_PORTLESS_SETUP=1 bun setup in non-interactive shells.

Read the relevant section of references/coordination-protocol.md for overlap, handoffs, delegated lanes, generated-output isolation, or cleanup. Create a note for shared/dirty, overlapping, long-running, or tooling-rule changes. Include Agent, Intent, Owned paths, Observed dirty paths, Status, Needs, Verification, Risks, and Commit window. Use statuses working, blocked, handoff, or done; never stage notes.

Before staging or committing, inspect existing staged paths and claim the window:

bun git-commit-window claim --owner "<agent/task>" --scope "<commit scope>"

Use wait if occupied; release with bun git-commit-window release --token <token> after completion or abort. Claims last 5–10 minutes. The lock grants no file ownership. Stage only owned paths. Existing staged work belongs to its owner; do not change it.

For requested integration, retain work until the scoped commit is on main, exact-SHA main CI passes, bun git-sync completes, and production verification passes. Clean up only the completed clean worktree and its task branch. Finish the note with verification and risks; archive your own done note under archive/<YYYY>/ when no handoff needs visibility. Preserve blocked, unmerged, and other-owned work.

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. 4d ago Changed · -172 lines · -67 tokens per session b4aa9880931a
  2. 7d ago First seen · 210 lines · 91 tokens per session scan A 61393c3dc402

Subscribe to this mod's changes

tuturuuu-agent-coordination is a skill published in the GitHub repository tutur3u/platform (53 stars, last pushed today), licensed Apache-2.0. It adds 24 tokens to every session and 433 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-09-03.

Related

Other skills, from other repositories

magic-ui

Use this skill when users want to add, customize, or troubleshoot Magic UI components in React/Next.js projects. It covers component selection, shadcn registry installation (@magicui/), integration patterns, and practical quality checks for accessibility and maintainability.

magicuidesign/magicui · 56 tokens

herdr-kit-workflows

Set up and operate Herdr Kit safely: install and configure the plugin and Mastra Code integration, manage Review and Work repository scope, open primary repository workspaces, synchronize managers, materialize or dematerialize managed worktrees, and update Herdr Kit settings or shortcuts.

mastra-ai/mastra · 61 tokens

herdr-manager-query

Query the authoritative global Herdr Review and Work Manager inventory, recommend actionable PR work, and explicitly materialize confirmed remote-only Review Manager records through the plugin's stable public CLI.

mastra-ai/mastra · 40 tokens

claim-issue

Atomically claim an issue for a developer (human or agent) via the cross-developer lock ref, so two devs never pick up the same task. Syncs with origin first, refuses if already claimed or already done on main, and pushes the claim immediately without touching main or triggering CI.

loopdive/js2 · 64 tokens

pi-review-gated-delivery

Use when coordinating review-gated delivery of discrete GitHub issues between one implementation peer and a review-only lead, with user-owned Changesets and approval-gated commits.

spences10/my-pi · 40 tokens

tech-lead-loop

The tech lead's standing loop for keeping development unblocked across a sprint. Defines phase-by-phase protocol enforcement, merge-queue monitoring, and escalation triggers. Invoke at session start, again after every significant state change, and whenever devs look idle.

loopdive/js2 · 55 tokens