You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@
6
6
},
7
7
"metadata": {
8
8
"description": "Claude Code plugin suite: brewcode for infinite task execution, brewdoc for documentation tools, brewtools for text utilities, brewui for UI/visual/creative tools",
9
-
"version": "3.18.4"
9
+
"version": "3.19.0"
10
10
},
11
11
"plugins": [
12
12
{
13
13
"name": "brewcode",
14
14
"description": "Brewcode - full-featured development platform for Claude Code: infinite focus tasks, prompt optimization, skill/agent creation, quorum reviews, rules management",
15
-
"version": "3.18.4",
15
+
"version": "3.19.0",
16
16
"category": "productivity",
17
17
"keywords": [
18
18
"brewcode",
@@ -46,7 +46,7 @@
46
46
{
47
47
"name": "brewdoc",
48
48
"description": "Brewdoc - Claude Code documentation tools: auto-sync for skills/agents/rules, my-claude installation docs, memory optimization, md-to-pdf conversion",
49
-
"version": "3.18.4",
49
+
"version": "3.19.0",
50
50
"category": "productivity",
51
51
"keywords": [
52
52
"brewdoc",
@@ -74,7 +74,7 @@
74
74
{
75
75
"name": "brewtools",
76
76
"description": "Brewtools - universal utilities for Claude Code: text optimization, humanization, secrets scanning",
77
-
"version": "3.18.4",
77
+
"version": "3.19.0",
78
78
"category": "productivity",
79
79
"keywords": [
80
80
"brewtools",
@@ -102,7 +102,7 @@
102
102
{
103
103
"name": "brewui",
104
104
"description": "Placeholder for future UI/visual/creative tools (currently empty, installable)",
Copy file name to clipboardExpand all lines: README.md
+7-54Lines changed: 7 additions & 54 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
**Claude Code plugin suite** -- four plugins for development, documentation, text utility, and visual workflows.
12
12
13
-
A regular Claude Code session loses context during compaction. Brewcode automatically saves knowledge, passes state between compaction cycles, and continues work without restarting. Four plugins. 32 skills. 16 agents. 9 lifecycle hooks.
13
+
A lean toolkit for Claude Code: specification authoring, semantic code search, documentation tooling, text utilities, and prompt-injection workflows. Four plugins. 21 skills. 13 agents. 5 lifecycle hooks.
/brewcode:spec "Implement JWT authorization"# 2. Research codebase + create specification
126
-
/brewcode:plan # 3. Generate phased execution plan
127
-
/brewcode:start # 4. Execute with infinite context handoff
124
+
/brewcode:spec "Implement JWT authorization"# Research codebase + create specification
125
+
/brewcode:grepai setup # Set up semantic code search
128
126
```
129
127
130
-
After `/brewcode:setup`, each task follows the cycle: `spec` -> `plan` -> `start`. During execution, the plugin automatically compacts knowledge at ~90% context, writes handoff state, and continues without interruption.
131
-
132
128
### brewdoc -- documentation tools
133
129
134
130
```bash
@@ -153,54 +149,14 @@ After `/brewcode:setup`, each task follows the cycle: `spec` -> `plan` -> `start
153
149
154
150
Placeholder plugin, currently empty. No commands yet -- coming soon.
155
151
156
-
## How It Works
157
-
158
-
```
159
-
/brewcode:spec --> 5-10 research agents + user Q&A (*) --> SPEC.md
Copy file name to clipboardExpand all lines: brewcode/.claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "brewcode",
3
-
"version": "3.18.4",
3
+
"version": "3.19.0",
4
4
"description": "Brewcode - full-featured development platform for Claude Code: infinite focus tasks, prompt optimization, skill/agent creation, quorum reviews, rules management",
> Infinite task execution plugin for Claude Code -- automatic context handoff, multi-agent workflows, knowledge persistence.
3
+
> Lean skill + prompt-injection toolkit for Claude Code -- specification authoring, semantic code search, and lifecycle hooks.
4
4
5
5
| Field | Value |
6
6
|-------|-------|
7
-
| Version | 3.18.2|
8
-
| Skills |13|
9
-
| Agents |12|
10
-
| Hooks |9|
7
+
| Version | 3.19.0|
8
+
| Skills |2|
9
+
| Agents |9|
10
+
| Hooks |5|
11
11
| Model | opus |
12
12
13
13
## Install
@@ -43,9 +43,7 @@ Update anytime with `/brewtools:plugin-update`.
43
43
44
44
## Overview
45
45
46
-
Brewcode turns single Claude Code sessions into an infinite task pipeline. When context reaches ~90%, the PreCompact hook saves knowledge, writes handoff state, and the session continues automatically. One cycle: `spec` -- `plan` -- `start` -- and the task runs to completion regardless of how many compaction cycles occur.
47
-
48
-
13 skills cover the full lifecycle: project analysis, specification creation through parallel research agents, phased plan generation with quorum review, execution with automatic handoff, code review, convention analysis, and project rules management. 12 specialized agents handle implementation, testing, review, architecture, and coordination.
46
+
Brewcode is a lean skill plus prompt-injection toolkit. Two focused skills cover specification authoring and semantic code search, backed by a small set of lifecycle hooks that inject plugin context, auto-start grepai, and steer search toward semantic queries. Nine specialized agents handle implementation, testing, review, architecture, and asset creation (skills, agents, hooks, scripts).
49
47
50
48
## Installation
51
49
@@ -65,33 +63,16 @@ claude --plugin-dir ./brewcode
65
63
## Quick Start
66
64
67
65
```bash
68
-
/brewcode:setup # 1. Adapt templates for the project (one-time)
69
-
/brewcode:spec "Implement JWT authorization"# 2. Research + specification
70
-
/brewcode:plan # 3. Generate phased plan
71
-
/brewcode:start # 4. Execute with infinite context
66
+
/brewcode:spec "Implement JWT authorization"# Research + specification
67
+
/brewcode:grepai setup # Semantic code search
72
68
```
73
69
74
-
After `/brewcode:setup`, each task follows the cycle: `spec` -> `plan` -> `start`.
0 commit comments