Introduction

Brewcode is a plugin suite for Claude Code: spec authoring, multi-agent quorum review, 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.

Spec first, then build

specconventionsuperreview — author the spec, 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. 8 skills · 5 agents · 2 hooks.

⚙️

brewtools

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

🖼️

brewui

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

📂

brewdoc

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

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

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

What’s included

PluginPurposeSkillsAgentsHooks
brewcodeSpec authoring, codebase exploration, quorum review, skill/agent/hook creation852
brewtoolsText utilities: prompt optimization, AI artifact removal, secrets scanning, SSH, deploy113
brewuiUI / visual / creative tools (placeholder, empty)00
brewdocDocumentation tools: doc-staleness tracking, generation, memory sync, PDF conversion60

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.

🚀

Latest Release

Download, changelog, and installation instructions.

🔗

View on GitHub

Source code, README, and configuration files.