Files
kochetkov-ma 58f37d2fd0 v5.3.0: semble reminder retuned to a high-specificity gate, delivery inside subagents proven, two hypotheses refuted
Reminder default reminderEvery 5 -> 1, injection 65 -> 29 tokens, gate replay
on 2543 calls: 14/14 (was 1024/204). Installer CLAUDE.md conflict scan added,
but its motivating hypothesis failed A/B (p=0.45, n=32). Reminder fired 0/59
in 7 sessions - conversion undefined. SubagentStart is the channel that works
(8/8 first-tool). Docs across mdx/README/SKILL/INSTALL reconciled.
2026-08-09 17:53:33 +01:00

2.4 KiB

Brewui

UI/visual/creative tools plugin for Claude Code -- placeholder, currently empty but installable.

Field Value
Version 5.3.0
Skills 0

Install

Paste this into a Claude Code session:

Execute these commands in this session, one by one, show full output for each, do not skip any:

1. claude plugin marketplace add https://github.com/kochetkov-ma/claude-brewcode
2. claude plugin install brewui@claude-brewcode

After install, run `/reload-plugins` (or `exit` + `claude`).
Or install the whole suite
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.

Update anytime with /brewtools:plugin-update.

Overview

Brewui is a placeholder plugin for future UI/visual/creative tools. It currently ships no skills, agents, or hooks, but installs cleanly so it can be wired into your suite ahead of time. Content will be added in a future release.

Installation

# Marketplace (recommended)
claude plugin marketplace add https://github.com/kochetkov-ma/claude-brewcode
claude plugin install brewui@claude-brewcode

# Already installed? Update
claude plugin marketplace update claude-brewcode
claude plugin update brewui@claude-brewcode

# Dev mode (no install)
claude --plugin-dir ./brewui

Skills

No skills yet -- coming soon. Brewui is an empty placeholder; the /brewui:* command namespace is reserved for future tools.

Architecture

brewui/
├── .claude-plugin/
│   └── plugin.json              # Plugin manifest
├── skills/                      # Empty -- placeholder for future tools
└── README.md

Documentation

Full docs: doc-claude.brewcode.app/brewui/overview

Resource Link
Release Notes RELEASE-NOTES.md

Author: Maksim Kochetkov | License: MIT