sb-push

sb-push is a command for coding agents from paulogarciarego/switchboard. It costs 16 tokens per session (226 once invoked), scanned A, original, MIT.

A command that sends a short, curated work summary to a team room through the switchboard tool. The summary covers the current task, decisions, status, key files, next steps, and warnings.

In plain words
What is it for?
For sharing a focused project handoff or progress briefing with a team.
Why use it?
Teammates can understand the current state without reading the entire conversation or a large code dump. It also highlights files that could cause conflicts.

Command

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.

agentmods
npx agentmods add commands/paulogarciarego/switchboard/sb-push
Clone the repo
git clone --depth 1 https://github.com/paulogarciarego/switchboard

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 sb-push

README.md
[![agentmods](https://agentmods.dev/badge/commands/paulogarciarego/switchboard/sb-push.svg)](https://agentmods.dev/commands/paulogarciarego/switchboard/sb-push)
Your own site
<a href="https://agentmods.dev/commands/paulogarciarego/switchboard/sb-push"><img src="https://agentmods.dev/badge/commands/paulogarciarego/switchboard/sb-push.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 226 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00016 $0.00226
Opus 5 $0.00008 $0.00113
Sonnet 5 $0.00003 $0.00045
Haiku 4.5 $0.00002 $0.00023

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

Security

Grade A, and why

sb-push 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.

claude/commands/sb-push.md · 19 lines

What it actually says

Monte um resumo CURADO do estado atual do trabalho e envie com a ferramenta sb_push do switchboard.

O resumo (campo body, em markdown) deve ter, curto e direto:

  • Tarefa atual: o que está sendo feito agora.
  • Decisões: escolhas importantes já tomadas (e o porquê, em uma linha).
  • Estado: o que já está pronto e o que falta.
  • Arquivos chave: caminhos dos arquivos mexidos ou importantes (com 1 linha do que mudou).
  • Próximos passos: o que vem agora.
  • Avisos: algo que o colega precisa saber pra não conflitar (ex: "estou no checkout.ts, não encoste").

Regras:

  • NÃO mande a conversa inteira nem código longo. É um briefing, não um dump.
  • Use um title curto e específico (ex: "Checkout: troca pro Stripe").
  • Depois de enviar, confirme pro usuário o que foi compartilhado.
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 First seen · 19 lines · 16 tokens per session scan A 675876347dbc

Subscribe to this mod's changes

sb-push is a command published in the GitHub repository paulogarciarego/switchboard (0 stars, last pushed 2mo ago), licensed MIT. It adds 16 tokens to every session and 226 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.