ag-team-terminais

ag-team-terminais is a skill for Claude Code from andregusman-raiz/a-gusman-claude. It costs 86 tokens per session (2,555 once invoked), scanned A, original, MIT.

A coordination protocol for two or more interactive coding sessions working on the same repository from separate terminals. It defines a coordinator, isolated workers, shared status messages, and a durable task record.

In plain words
What is it for?
Use it to start, join, monitor, and close a multi-terminal team where each worker has a distinct objective and worktree.
Why use it?
Several sessions need clear ownership and isolation or they can duplicate work, edit the same files, or lose track of what has been integrated.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; mentions subagents.

Good fit Use it to start, join, monitor, and close a multi-terminal team where each worker has a distinct objective and worktree.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andregusman-raiz/a-gusman-claude/ag-team-terminais
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 andregusman-raiz/a-gusman-claude --skill ag-team-terminais
Clone the repo
git clone --depth 1 https://github.com/andregusman-raiz/a-gusman-claude

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 ag-team-terminais

README.md
[![agentmods](https://agentmods.dev/badge/skills/andregusman-raiz/a-gusman-claude/ag-team-terminais/github.svg)](https://agentmods.dev/skills/andregusman-raiz/a-gusman-claude/ag-team-terminais)
Your own site
<a href="https://agentmods.dev/skills/andregusman-raiz/a-gusman-claude/ag-team-terminais"><img src="https://agentmods.dev/badge/skills/andregusman-raiz/a-gusman-claude/ag-team-terminais/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 ag-team-terminais

Your own site · 80×15
<a href="https://agentmods.dev/skills/andregusman-raiz/a-gusman-claude/ag-team-terminais"><img src="https://agentmods.dev/badge/skills/andregusman-raiz/a-gusman-claude/ag-team-terminais.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,555 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 40
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00086 $0.02555
Opus 5 $0.00043 $0.01277
Sonnet 5 $0.00017 $0.00511
Haiku 4.5 $0.00009 $0.00255

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

Security

Grade A, and why

ag-team-terminais 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 9d 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.

skills/ag-team-terminais/SKILL.md · 165 lines

How it starts

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

ag-team-terminais — N terminais Claude, 1 repo, objetivos distintos

Problema que resolve

ListAgents/SendMessage ja permitem que sessoes Claude locais conversem, e worktree ja isola escrita paralela. O que NAO existe e protocolo: quem faz o que, onde cada um escreve, como se reportam e como o trabalho integra no final. Esta skill codifica esse protocolo. Zero codigo novo — apenas disciplina sobre ferramentas nativas + um manifesto em arquivo.

Quando usar / quando NAO usar

Cenario Rota
2+ terminais interativos, mesmo repo, objetivos distintos esta skill
N teammates dentro de UMA sessao /ag-team-safe
Plano multi-PR serial /ag-0-orquestrador
Fan-out de subagents descartaveis (decompor+cobrir) Workflow
1 feature / 1 fix, 1 PR /ag-1-construir ou /ag-2-corrigir

Conceitos

  • Coordenador — a sessao que roda init. Dono do manifesto e da integracao; read-only no working tree principal (excecao unica: commits de integracao). Por default NAO executa objetivo; com --coord-executa assume um papel em worktree proprio (util com 2 terminais).
  • Worker — sessao que roda join. Trabalha EXCLUSIVAMENTE no proprio worktree.
  • Manifesto — fonte unica de verdade; sobrevive a morte/compaction de qualquer sessao. Path: ~/Claude/docs/ai-state/team/<repo-nome>-<slug>/manifest.md (template em templates/manifest.md desta skill). Fica FORA dos working trees de proposito: arquivo gitignorado dentro do repo tem uma copia POR worktree — nao e compartilhado. Formato deliberadamente distinto do orq-goal-schema (goal de orquestrador ja travou Stop de sessao paralela via orq-goal-guard — este manifesto nao pode pattern-matchar aquele schema).
  • Canal — SendMessage e nudge efemero; o manifesto e o estado. Sessao busy so processa mensagem ao fim do proprio turno — NUNCA bloquear esperando resposta.
  • Claim atomico — reivindicar papel = mkdir <team-dir>/claims/<papel> (mkdir e atomico no APFS; se falhar, o papel ja tem dono).

Read the full file on GitHub · 165 lines

Files

What ships with it

1 file 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. 9d ago First seen · 165 lines · 86 tokens per session scan A 57b278d0a816

Subscribe to this mod's changes

ag-team-terminais is a skill published in the GitHub repository andregusman-raiz/a-gusman-claude (19 stars, last pushed 3d ago), licensed MIT. It adds 86 tokens to every session and 2,555 once invoked, about $0.0004 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