From 4cb1eb8df2f3e439029ade643435e79664c84509 Mon Sep 17 00:00:00 2001 From: Federico De Ponte Date: Sat, 14 Mar 2026 18:54:44 +0100 Subject: [PATCH] Add Bouncer - Gemini quality gate for Claude Code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93b3120..ba6884f 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ One hundred twenty-one production-ready plugins that extend Claude Code with dom | [azure-helper](plugins/azure-helper/) | Azure service configuration and deployment automation | | [backend-architect](plugins/backend-architect/) | Backend service architecture design with endpoint scaffolding | | [bug-detective](plugins/bug-detective/) | Debug issues systematically with root cause analysis and execution tracing | +| [Bouncer](https://github.com/buildingopen/bouncer) | Independent quality gate that uses Gemini to audit Claude Code's output. Includes Stop hook (automatic), quick audit skill, and deep audit with full tool access. One-liner install. | | [bundle-analyzer](plugins/bundle-analyzer/) | Frontend bundle size analysis and tree-shaking optimization | | [changelog-gen](plugins/changelog-gen/) | Generate changelogs from git history with conventional commit parsing | | [changelog-writer](plugins/changelog-writer/) | Detailed changelog authoring from git history and PRs |