[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-95191":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":9,"languages":9,"totalLinesOfCode":9,"stars":10,"forks":11,"watchers":12,"openIssues":12,"contributorsCount":13,"subscribersCount":13,"size":13,"stars1d":14,"stars7d":14,"stars30d":14,"stars90d":13,"forks30d":13,"starsTrendScore":15,"compositeScore":16,"rankGlobal":9,"rankLanguage":9,"license":17,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":20,"hasPages":18,"topics":21,"createdAt":9,"pushedAt":9,"updatedAt":22,"readmeContent":23,"aiSummary":9,"trendingCount":13,"starSnapshotCount":13,"syncStatus":12,"lastSyncTime":24,"discoverSource":25},95191,"nobuzz","adnanakil\u002Fnobuzz","adnanakil","A Claude Code skill (\u002Fdebuzz) that pipes Claude's answers through Gemini to remove the BuzzFeed voice",null,194,6,2,0,28,84,79.34,"MIT License",false,"main",true,[],"2026-08-24 04:01:23","# NoBuzz\n\nObviously it's common knowledge by now that Anthropic has solely trained claude on old Buzzfeed articles (explaining its love for 90s nostalgia). So Claude and I built a [Claude Code](https:\u002F\u002Fclaude.com\u002Fclaude-code) skill (`\u002Fdebuzz`) that takes Claude's last response and runs it through the Antigravity CLI (`agy`) to translate it from talking like a millennial clickbait to regular English. We're thinking of calling it \"Claudette\" but Cat Wu is famously litigious so it's definitely absolutely not called \"Claudette\". \n\n## The problem\n\nClaudette is our solution to Claude being a great engineer with one incurable condition: it talks like it's delivering a TED talk about its own pull request. You ask why a test is flaky and you get a \"load-bearing assumption,\" three numbered revelations, and a solemn note that the third one is *the most instructive yet*. Nothing is ever just a bug. There is always a kicker.\n\nThis skill accepts that no amount of prompting fully cures this, and does the honest thing instead: it hands the response to a different model, Gemini (remember gemini from last summer?) via Google's Antigravity CLI, whose only job is to say it like a human person. Claudette has pinky promised to print Antigravity's translation verbatim, because letting Claude \"tidy up\" the translation reintroduces exactly the voice being removed.\n\n## Before \u002F after\n\n**Before (Claude):**\n\n> Here's where it gets interesting: the retry logic isn't just a nice-to-have — it's - the - load-bearing - assumption - of - the - entire - sync - pipeline. Three things jumped out at me, and the third one is the most instructive yet. [...] And third — and this is the kicker — the dedupe key includes a timestamp, which means retries are never actually deduplicated.\n\n**After (`\u002Fdebuzz`, colleague mode):**\n\n> The sync pipeline's retry logic has three bugs. `syncQueue.ts:142` swallows `ETIMEDOUT` instead of re-queuing the job. The backoff caps at 2 seconds, which is too low for mobile networks. And the dedupe key includes a timestamp, so retries are never deduplicated. Fix: strip the timestamp from the key, raise the cap to 30 seconds, and re-throw the timeout error.\n\n## Install\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fadnanakil\u002Fnobuzz\nmkdir -p ~\u002F.claude\u002Fskills\ncp -r nobuzz\u002Fdebuzz ~\u002F.claude\u002Fskills\u002F\n```\n\nRequirements:\n\n- Claude Code\n- The [Antigravity CLI](https:\u002F\u002Fantigravity.google\u002Fdocs\u002Fcli\u002Finstall\u002F) (`agy`) — install with `curl -fsSL https:\u002F\u002Fantigravity.google\u002Fcli\u002Finstall.sh | bash` (macOS\u002FLinux) or `irm https:\u002F\u002Fantigravity.google\u002Fcli\u002Finstall.ps1 | iex` (Windows), then run `agy` once to complete the Google Sign-In flow.\n\n## Usage\n\n```\n\u002Fdebuzz [mode] [text]\n```\n\n| Mode | Audience | What you get |\n|------|----------|--------------|\n| `colleague` (default) | An engineer | Same content, every file path and code block intact, zero theatrics |\n| `manager` | A technical-adjacent manager | What happened, why it matters, what's next — about a third the length, no code |\n| `director` | An executive | Three to five sentences: outcome, impact, ask. Assumes thirty seconds of attention |\n\nWith no text argument it translates Claude's previous reply. Paste text after the mode to translate that instead. It also triggers on natural phrases like \"say that in normal english.\"\n\n## How it works\n\nNo magic. Claudette writes its previous reply to a temp file and runs `agy -p \"$(cat \u003Cfile>) \u003Cplain-English style instructions>\"` — agy's headless mode doesn't read stdin and won't read files outside the project, so the text goes straight into the prompt — then prints Antigravity's output verbatim. If agy errors (usually auth), you see the actual error — Claude only offers its own rewrite as a clearly labeled fallback, because a debuzzer that quietly asks the buzzer to debuzz itself is how you end up with a load-bearing translation.\n\n## License\n\nMIT\n","2026-08-23 02:30:05","CREATED_QUERY"]