ELSEIF
Your brief EB
367 stories from 119 feeds 480 clusters Refreshed 17 minutes ago next pull 16:23

AI Signal 513

New Claude Code skill routes responses through Gemini to strip theatrical language

An open-source Claude Code skill called NoBuzz (/debuzz) takes Claude's verbose responses and rewrites them in plain English by piping them through the Gemini CLI.

WHY IT MATTERS

Engineers using Claude for code work often get responses padded with TED-talk framing and clickbait phrasing instead of direct technical answers. This tool offloads the de-styling to a different model rather than trying to prompt it away, acknowledging that Claude cannot reliably suppress its own voice when asked to self-edit.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

The /debuzz skill writes Claude's previous reply to a temp file, sends it to Gemini with plain-English style instructions, and prints Gemini's output verbatim without letting Claude revise it.

02

Three output modes are available: colleague (full technical detail, no theatrics), manager (shorter, no code), and director (three to five sentences for executives).

03

Installation requires Claude Code and the Gemini CLI (npm install -g @google/gemini-cli) with authentication, and the project is available at github.com/adnanakil/nobuzz under the MIT license.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
github.com via Hacker News Claudette: Make Claude Stop Talking Like a BuzzFeed Article Open ↗