Introduction

Brewcode is a plugin suite for Claude Code: project conventions and rules, domain agent teams, multi-agent quorum review, semantic code search, and tooling to build your own skills, agents, and hooks. Recipes (skills) define what to brew, brewers (agents) do the work, and hooks manage prompt-time injection.

Every skill here is invoked by you typing /plugin:skill. None of them auto-activate — see the FAQ for why that is deliberate.

Spec first, then build

task-board-setupconventionsuperreview-setup — deploy the board and its per-task specs, capture the project’s conventions, then generate a project-tailored deep-review skill.

Four plugins, one suite

♾️

brewcode

The core: semantic code search, quorum review, conventions, skill/agent/hook creation. 9 skills · 5 agents · 2 hooks.

⚙️

brewtools

Universal utilities: prompt optimization, AI artifact removal, secrets scanning, SSH, deploy. 14 skills · 3 agents · 2 hooks.

🖼️

brewui

UI / visual / creative tools (placeholder, currently empty). 0 skills · 0 agents.

📂

brewdoc

Documentation tools: docsync doc-staleness tracking, memory-sync generation, Markdown → PDF, publishing. 5 skills · 0 agents.

Naming rule: a skill whose name ends in -setup installs a mechanism into the project — after it runs you use the installed thing, not the skill. Recurring tools keep bare names and are correct to run over and over. See Full Setup for the ordered run list.

What makes it different

📄

Task board with specs

Deploys a file-based Kanban into the repo, plus a generated /task-spec skill that writes a per-task spec and system design before any code is written.

🔍

Quorum code review

3 to 5 parallel reviewers work independently. Results are merged via a quorum algorithm (2/3 agreement). Deduplication and ranking by severity.

📖

Convention capture

Extracts etalon classes, patterns, and architecture into convention docs, then syncs the distilled rules into .claude/rules/.

⚙️

Skills and agents

28 skills and 8 specialized agents across 4 plugins. Built-in tools for creating your own skills, agents, and hooks. Prompt optimization included.

📋

One setup dashboard

/brewcode:setup-status reports which of the 11 setups are installed, stale, disabled, partial or missing here, and prints the exact command for each row.

What’s included

PluginPurposeSkillsAgentsHooks
brewcodeConventions and rules, agent teams, semantic search, quorum review, skill/agent/hook creation952
brewtoolsText utilities, secrets scanning, SSH, deploy, manager mode, the opt-in hook layer1432
brewuiUI / visual / creative tools (placeholder, empty)00
brewdocDocumentation tools: doc-staleness tracking, memory sync, setup docs, PDF, publishing50

All four plugins install with a single marketplace and load automatically with every Claude Code session.

Install

📦 How to install Brewcode — click to expand install instructions

Install prompt

If Claude refuses to run the commands, paste the prompt below directly into the chat.
Execute these commands in this Claude Code session, one by one, show full output for each, do not skip any, do not summarize:

1. claude plugin marketplace add https://github.com/kochetkov-ma/claude-brewcode
2. claude plugin install brewcode@claude-brewcode
3. claude plugin install brewdoc@claude-brewcode
4. claude plugin install brewtools@claude-brewcode
5. claude plugin install brewui@claude-brewcode

After all commands succeed, run `/reload-plugins`. If `/reload-plugins` is unavailable, tell me to type `exit` and run `claude` again. Run the commands now.

Full instructions: Installation · Upgrading: /brewtools:plugin-update.

Next step

📂

Installation

Set up Brewcode in 2 minutes. One command to add the marketplace, one to install.

▶️

Quick Start

Get started in 15 minutes: conventions, task board, deep review.

📝

Full Setup

All 11 -setup skills in recommended order, one per session, with the mode vocabulary.

🚀

Latest Release

Download, changelog, and installation instructions.

🔗

View on GitHub

Source code, README, and configuration files.