Skills Agentes

Debuzz

Traduce la respuesta de Claude a inglés llano y directo pasándola por el CLI Antigravity, con modos de audiencia colleague, manager o director según el nivel de detalle deseado.

Reemplaza a: Reescribir manualmente el texto para quitarle el tono dramático

Estrellas
251

en el repo

Actividad
61

0–100, la ruta de este skill

Actualizado
hace 16 días

último commit aquí

Commits
3

últimos 90 días

Contexto
1.4k tok

134 tok en reposo

Paquete
1 archivo

5 KB

Instalar

Funciona con cualquier agente que lea SKILL.md

npx -y skills add adnanakil/nobuzz --skill debuzz --agent claude-code

Se instala solo en este repositorio.

Qué hace

  • Reescribe la última respuesta de Claude (o cualquier texto pegado) pasándola por el CLI local Antigravity (agy) de Google
  • Ofrece 3 modos de audiencia: colleague (mantiene todo el detalle técnico), manager (recorta a un tercio, sin código) y director (3 a 5 frases ejecutivas)
  • No parafrasea ni pule el texto antes o después de llamar a agy, para que la edición sea de un modelo realmente independiente
  • Devuelve el resultado de agy tal cual, sin resumirlo ni envolverlo con comentario propio

Úsalo cuando

  • El usuario invoca /debuzz, pide 'dilo en inglés normal' o una versión para manager/director de una respuesta
  • Se queja de que la respuesta suena exagerada, dramática o tipo listicle

No lo uses cuando

    Qué lo activa

    Di cualquiera de estas frases y el agente debería cargar este skill.

    • /debuzz
    • /debuzz director

    SKILL.md

    En inglés

    Debuzz — plain-English translation via Antigravity

    The user finds Claude's default register grating: dramatic framing, suspense-building, listicle energy, phrases like "the load-bearing assumption" or "the third one is the most instructive yet." This skill reruns a response through the agy CLI (Google Antigravity) so they get the same content said like a normal person, at a chosen altitude. The point of using Antigravity (rather than rewriting it yourself) is an independent editor that doesn't share the original's stylistic habits — so do not paraphrase, tidy, or summarize the source text before or after the agy call.

    Arguments

    /debuzz [mode] [text] — both parts optional.

    • mode: if the first word of the arguments is colleague, manager, or director, that's the mode. Otherwise the mode is colleague.
    • text: whatever remains after the mode word is the text to translate. If empty, translate your own most recent substantive response — the one immediately before the user invoked the skill. Reproduce it faithfully from the conversation, word for word, including code blocks.

    Examples: /debuzz (colleague mode, last reply) · /debuzz director (exec brief of last reply) · /debuzz manager <pasted text>.

    Modes

    Every mode shares the same style rules: plain declarative sentences, no dramatic framing, no suspense-building, no buzzy metaphors ("load-bearing assumption", "here's the kicker", "this changes everything"), no reveals, no hype. The modes differ only in audience and altitude:

    • colleague (default) — a competent engineer explaining it to a peer. Keep every technical fact, number, file path, command, and code block exactly intact. Only the style changes, not the substance; do not shorten beyond what removing fluff removes.
    • manager — an engineer updating a technical-adjacent manager. Lead with what happened / what was found, why it matters, and what happens next or what's needed. Keep key facts and numbers; drop code blocks, file paths, and implementation mechanics unless one is essential to the point. Target roughly a third of the original length.
    • director — an executive brief. Three to five sentences: the outcome, the impact or risk in business terms, and any decision or ask. No code, no file paths, no implementation detail. Assume thirty seconds of attention.

    How

    1. Write the source text verbatim to a file in the scratchpad directory (e.g. debuzz-input.md). Use the Write tool, not shell echo, so quoting can't mangle it.

    2. Run agy in headless mode. agy's -p mode does not read stdin, and headless agy refuses to read files outside the project workspace (the scratchpad is outside it — asking it to "read the file at " fails with a read_file permission error). So embed the text directly in the prompt with $(cat …) instead of asking agy to read the file. Compose the prompt from the shared style rules plus the chosen mode's audience instructions. For example, colleague mode:

      agy -p "$(cat <scratchpad>/debuzz-input.md)
      
      Rewrite the text above in plain, direct English, as a competent engineer explaining it to a colleague. Remove dramatic framing, suspense-building, hype, and buzzy metaphors (e.g. 'load-bearing assumption', 'here's the kicker', 'the most instructive part', 'this changes everything'). Plain sentences, no reveals. Keep every technical fact, number, file path, command, and code block exactly intact — only the style changes, not the substance, and do not shorten beyond what removing fluff removes. Output only the rewritten text with no preamble or commentary."
      

      For manager and director, replace the audience sentence and the keep-everything clause with that mode's instructions from the Modes section (audience, what to keep vs. drop, target length), keeping the style-rules sentence and the "output only the rewritten text" closer unchanged.

      Give the command a generous timeout (120s+); a rewrite usually takes about 10 seconds, but the CLI can be slow to first token. agy's own --print-timeout defaults to 5m, which is plenty. If the default model is too slow, --model gemini-3.5-flash-medium is a faster choice for a pure rewrite task.

    3. Output agy's result to the user verbatim as your reply. Do not summarize it, wrap it in your own framing, or add a sign-off — any text you add reintroduces the voice being removed. A one-line lead like "Antigravity's translation (manager):" is the most you should add.

    If agy fails

    If the command errors (auth expired, network, rate limit), show the user the actual error and suggest the fix (usually running agy interactively once to redo the Google Sign-In flow). Only offer your own rewrite as a clearly labeled fallback — never silently substitute it, since the user specifically wants a second model's edit.

    Reproducido de adnanakil/nobuzz bajo licencia MIT. Leer esta página en markdown.

    Archivos

    1 archivo en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.

    Antes de instalar

    Requiere el CLI Antigravity (agy) instalado y autenticado localmente.

    Detalles

    Creador
    adnanakil
    Licencia
    MIT
    Recursos incluidos
    Solo SKILL.md
    Repositorio
    adnanakil/nobuzz
    Código fuente
    Ver SKILL.md

    Skills relacionados

    Escritura, fase exploit — ensambla material en bruto en un recorrido de beats, dejando cada término grounded antes de que un beat se apoye en él.

    Costo de contexto al activarse
    1.2k tok
    Tamaño del paquete
    2 archivos
    Última actualización
    el mes pasado
    redaccion contenido

    Escribir documentos para agentes. Úsalo al crear o editar skills, o al modificar AGENTS.md o CLAUDE.md.

    Costo de contexto al activarse
    2.7k tok
    Tamaño del paquete
    3 archivos
    Última actualización
    el mes pasado
    redaccion contenido

    Escritura, fase explore — mina fragmentos en bruto, todavía sin estructura.

    Costo de contexto al activarse
    895 tok
    Tamaño del paquete
    2 archivos
    Última actualización
    el mes pasado
    redaccion contenido