-
Notifications
You must be signed in to change notification settings - Fork 0
Nobuzz
Claude's written responses can drift into an inflated, over-enthusiastic style — sometimes described as "BuzzFeed voice" — that undercuts a plain factual answer with unnecessary flourish. nobuzz is a small Claude Code skill, invoked as /debuzz, built to strip that voice back out. Rather than asking Claude to tone down its own writing, which the tool's author found unreliable, nobuzz writes Claude's prior response to a temporary file and pipes it through Google's Antigravity CLI so a separate model, Gemini, produces the plain-English rewrite. Claude then outputs Gemini's rewritten text verbatim, avoiding any reintroduction of the original voice.
The skill supports three rewrite modes aimed at different audiences: a colleague mode that preserves all technical detail, code blocks, and file paths; a manager mode that shortens the response to what happened and why it matters; and a director mode that compresses everything into a three-to-five sentence executive summary. If the external Gemini call fails, the tool surfaces the actual error rather than silently falling back to the original text.
nobuzz sits in Assess. It is a narrow, single-purpose personal-workflow utility rather than infrastructure, but it is small, actively maintained (219 GitHub stars, 2 open issues as of this assessment), and solves a specific, recognizable annoyance in daily Claude Code use. No first-person use has been confirmed yet, which is the gate for Trial.