EveryDev.ai
Subscribe
Home
Tools

3,697+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. NoBuzz
    NoBuzz icon

    NoBuzz

    AI Coding Assistants

    A Claude Code skill (/debuzz) that pipes Claude's verbose, theatrical responses through Gemini via the Antigravity CLI to translate them into plain, direct English.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open source under the MIT License. Self-hosted via GitHub clone.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    CLI

    Resources

    WebsiteGitHubllms.txt

    Topics

    AI Coding AssistantsCommand Line AssistantsPrompt Engineering

    Alternatives

    skills-for-humanityClaude HUDSkill Optimizer
    Developer
    Adnan AkilAdnan Akil is an independent developer who built NoBuzz, an…

    Listed Aug 2026

    About NoBuzz

    NoBuzz is an open-source Claude Code skill created by Adnan Akil that addresses a specific quirk of Claude's output style: its tendency to frame even routine engineering answers with dramatic structure, numbered revelations, and rhetorical flourishes. The skill, invoked as /debuzz, takes Claude's previous response and routes it through Google's Antigravity CLI (agy) — which calls Gemini — to produce a plain-English rewrite. It is released under the MIT License and available on GitHub.

    What It Is

    NoBuzz is a Claude Code skill (a custom slash command) that acts as a post-processing filter for Claude's responses. Rather than trying to prompt Claude into a different voice — which the README notes "no amount of prompting fully cures" — it accepts the output as-is and hands it to a separate model (Gemini, via the Antigravity CLI) whose sole job is to restate the content without theatrics. The result is the same technical information — file paths, code blocks, error details — delivered in the register of a direct colleague rather than a TED talk.

    How the Translation Works

    The mechanism is deliberately simple. When /debuzz is invoked, Claudette (the informal name used in the README) writes Claude's previous reply to a temporary file, then runs agy -p "$(cat <file>) <plain-English style instructions>" in headless mode. Antigravity's output is printed verbatim — Claude is explicitly instructed not to "tidy up" the translation, because doing so would reintroduce the voice being removed. If agy errors (typically an auth issue), the actual error is surfaced; Claude only offers its own rewrite as a clearly labeled fallback.

    Output Modes

    The /debuzz command supports three audience-targeted modes:

    • colleague (default) — Same technical content, all file paths and code blocks preserved, zero theatrics; aimed at a fellow engineer
    • manager — What happened, why it matters, what's next; roughly one-third the length of the original, no code
    • director — Three to five sentences covering outcome, impact, and ask; assumes thirty seconds of attention

    The command also responds to natural-language triggers like "say that in normal english," and accepts pasted text as an argument if you want to translate something other than Claude's last reply.

    Setup Path

    Installation requires cloning the repository and copying the debuzz skill directory into ~/.claude/skills/. Two dependencies are needed: Claude Code and the Antigravity CLI (agy), which is installed via a shell script and requires a one-time Google Sign-In flow. The skill works on macOS, Linux, and Windows.

    Why It Got Attention

    The repository accumulated 214 stars within days of being created (created 2026-08-21, last updated 2026-08-26 per GitHub metadata), suggesting the frustration it addresses resonates broadly among Claude Code users. The README's before/after example — contrasting Claude's "load-bearing assumption" phrasing with a terse, actionable bug summary — makes the value proposition immediately legible to anyone who has used Claude for code review or debugging.

    NoBuzz - 1

    Community Discussions

    Be the first to start a conversation about NoBuzz

    Share your experience with NoBuzz, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free and open source under the MIT License. Self-hosted via GitHub clone.

    • Full /debuzz skill for Claude Code
    • Three output modes: colleague, manager, director
    • MIT licensed — free to use, modify, and distribute

    Capabilities

    Key Features

    • Custom /debuzz slash command for Claude Code
    • Routes Claude responses through Gemini via Antigravity CLI
    • Three output modes: colleague, manager, director
    • Preserves all file paths and code blocks in colleague mode
    • Responds to natural-language triggers like 'say that in normal english'
    • Accepts pasted text as an argument for arbitrary translation
    • Prints Antigravity output verbatim without Claude post-processing
    • Surfaces actual errors if agy auth fails
    • MIT licensed and open source

    Integrations

    Claude Code
    Google Antigravity CLI (agy)
    Gemini
    API Available

    Ratings & Reviews

    No ratings yet

    Be the first to rate NoBuzz and help others make informed decisions.

    Developer

    Adnan Akil

    Adnan Akil is an independent developer who built NoBuzz, an open-source Claude Code skill that pipes Claude's verbose responses through Gemini to produce plain-English rewrites. The project reflects a pragmatic approach to AI output quality: rather than fighting the model's voice through prompting, it routes responses through a second model for post-processing.

    Read more about Adnan Akil
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    skills-for-humanity icon

    skills-for-humanity

    171 structured reasoning methodologies from history's most rigorous thinkers, packaged as Claude Code skills across 27 categories.

    Claude HUD icon

    Claude HUD

    A Claude Code plugin that displays context usage, active tools, running agents, and todo progress as a persistent status line in your terminal.

    Skill Optimizer icon

    Skill Optimizer

    An open-source Agent Skills lifecycle toolkit for mining, personalizing, and generalizing SKILL.md files for coding agents like Claude Code, Codex, Cursor, and Gemini CLI.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    788 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    226 tools

    Prompt Engineering

    Tools for creating and refining effective AI prompts.

    76 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions