Global Rank · of 601 Skills
brewcode:skills AI Agent Skill
View Source: kochetkov-ma/claude-brewcode
Installation
npx skills add kochetkov-ma/claude-brewcode --skill brewcode:skills 14
Installs
claude-brewcode
Claude Code plugin suite -- four plugins for development, documentation, text utility, and visual workflows.
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. 28+ skills. 14 agents. 9 lifecycle hooks.
Security: Code is scanned on every commit. No personal data is collected or transmitted.
π Install in 30 seconds
Paste this prompt into any Claude Code session -- Claude will run the full install for you:
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.Already installed? Update with this prompt:
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 update claude-brewcode
2. claude plugin update brewcode@claude-brewcode
3. claude plugin update brewdoc@claude-brewcode
4. claude plugin update brewtools@claude-brewcode
5. claude plugin update 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.After install/update, run
/reload-plugins(orexit+claudeto restart). For manual install steps see Installation below.
Plugin Suite
| Plugin | Purpose | Skills | Install |
|---|---|---|---|
| brewcode | Infinite task execution, quorum reviews, skill/agent creation, semantic search | 13 | claude plugin install brewcode@claude-brewcode |
| brewdoc | Documentation tools: auto-sync, memory optimization, PDF conversion, publishing | 6 | claude plugin install brewdoc@claude-brewcode |
| brewtools | Universal text utilities: token optimization, humanization, secrets scanning, plugin updates | 11 | claude plugin install brewtools@claude-brewcode |
| brewui | UI/visual tools: AI image generation, design-to-code conversion | 2 | claude plugin install brewui@claude-brewcode |
Installation
Marketplace (recommended)
Permanent installation through the Claude Code plugin system. Plugins load automatically with every session.
- Add marketplace -- registers the plugin source:
claude plugin marketplace add https://github.com/kochetkov-ma/claude-brewcode- Install plugins -- copies plugins to local cache:
claude plugin install brewcode@claude-brewcode
claude plugin install brewdoc@claude-brewcode
claude plugin install brewtools@claude-brewcode
claude plugin install brewui@claude-brewcode- Reload plugins -- run
/reload-pluginsin Claude Code, orexit+claudeto restart.
Already installed? Update
Use /brewtools:plugin-update inside Claude Code for the easiest path -- it runs all update commands and reloads automatically.
Or run manually:
claude plugin marketplace update claude-brewcode
claude plugin update brewcode@claude-brewcode
claude plugin update brewdoc@claude-brewcode
claude plugin update brewtools@claude-brewcode
claude plugin update brewui@claude-brewcodeAfter updating, run /reload-plugins (preferred) or exit + claude to restart.
Local directory (for development)
claude --plugin-dir ./brewcode --plugin-dir ./brewdoc --plugin-dir ./brewtools --plugin-dir ./brewuiRequirements
| Component | Version | Purpose |
|---|---|---|
| Claude Code CLI | latest | Plugin runtime |
| Node.js | 20+ | Hook runtime |
| macOS | 13+ | Supported OS |
macOS only. Linux and Windows support is planned for future releases.
Quick Start
brewcode -- infinite task execution
/brewcode:setup # 1. Analyze project, generate templates (one-time)
/brewcode:spec "Implement JWT authorization" # 2. Research codebase + create specification
/brewcode:plan # 3. Generate phased execution plan
/brewcode:start # 4. Execute with infinite context handoffAfter /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.
brewdoc -- documentation tools
/brewdoc:auto-sync # Sync all project docs with codebase
/brewdoc:my-claude # Generate Claude Code installation docs
/brewdoc:memory # Optimize memory files interactively
/brewdoc:md-to-pdf ./docs/report.md # Convert markdown to PDF
/brewdoc:publish "Hello world" # Publish to brewpage.app -- returns public URL
/brewdoc:guide # Interactive tutorial for the plugin suitebrewtools -- text utilities
/brewtools:text-optimize CLAUDE.md # Token-efficient optimization (30+ rules)
/brewtools:text-human 3be67487 # Remove AI artifacts from a commit
/brewtools:secrets-scan # Scan for leaked credentials
/brewtools:plugin-update # Install or update the plugin suitebrewui -- visual tools
/brewui:image-gen "a cozy coffee shop at sunset" # Generate image (default)
/brewui:image-gen --edit photo.png "add warm lighting" # Edit existing image
/brewui:image-gen --config # Configure API keysHow It Works
/brewcode:spec --> 5-10 research agents + user Q&A (*) --> SPEC.md
β
/brewcode:plan <βββββββββββββββββββββββββββββββββββββββββββββββ
β
βββ> phased plan + user Q&A (*) ββββββββββββββββββ> PLAN.md
(*) skip with -n/--noask
β
/brewcode:start <ββββββββββββββββββββββββββββββββββββββββββββββ
β
v
ββ Execute phases with agents βββββββββββββββββββββββββββββββββββ
β Phase 1 --> Phase 2 --> ... --> Phase N β
β β (context ~90%) β
β PreCompact: compact KNOWLEDGE + write handoff β
β β β
β [auto-compact] --> same session resumes --> next phase β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββKnowledge lifecycle
- Agents accumulate knowledge entries during execution (KNOWLEDGE.jsonl)
- PreCompact hook compacts and deduplicates before context handoff
- Pre-task hook injects knowledge into every agent prompt
- Knowledge accumulates across phases, converted to permanent rules at task end
Skills Reference
Brewcode (13 skills)
| Skill | Purpose |
|---|---|
/brewcode:setup |
Analyze project, check prerequisites, generate adapted templates |
/brewcode:spec |
Research codebase + user dialog -> SPEC.md |
/brewcode:plan |
Generate phased PLAN.md from SPEC or Plan Mode |
/brewcode:start |
Execute task with infinite context handoff |
/brewcode:teams |
Create and manage dynamic teams of domain-specific agents |
/brewcode:standards-review |
Review code for project standards compliance |
/brewcode:convention |
Extract etalon classes, patterns, architecture into convention docs |
/brewcode:rules |
Extract rules from KNOWLEDGE to .claude/rules/ |
/brewcode:grepai |
Semantic code search (setup, status, start, stop, reindex) |
/brewcode:skills |
List, create, and upgrade skills |
/brewcode:agents |
Interactive agent creation and improvement |
/brewcode:e2e |
E2E testing orchestration with BDD scenarios |
/brewcode:glm-design-to-code |
Vision model design-to-code (image, text, HTML, URL) |
/brewcode:debate |
Evidence-based multi-agent debate (Challenge, Strategy, Critic modes) |
/brewcode:teardown |
Remove plugin configuration (keeps task data) |
Brewdoc (6 skills)
| Skill | Purpose |
|---|---|
/brewdoc:auto-sync |
Universal document sync with codebase |
/brewdoc:my-claude |
Generate Claude Code installation docs |
/brewdoc:memory |
Optimize memory files interactively |
/brewdoc:md-to-pdf |
Convert markdown to professional PDF |
/brewdoc:publish |
Publish to brewpage.app -- returns public URL |
/brewdoc:guide |
Interactive tutorial for the plugin suite |
Brewtools (11 skills)
| Skill | Purpose |
|---|---|
/brewtools:text-optimize |
LLM token efficiency optimization (30+ rules) |
/brewtools:text-human |
Remove AI artifacts, humanize code |
/brewtools:think-short |
Toggle terse-output mode -- inject brevity directives via SessionStart + PreToolUse:Task hooks |
/brewtools:secrets-scan |
Scan git-tracked files for leaked secrets |
/brewtools:ssh |
SSH server management -- connect, configure, deploy |
/brewtools:deploy |
GitHub Actions deployment -- workflows, releases, GHCR, CI/CD |
/brewtools:debate |
Evidence-based multi-agent debate (Challenge, Strategy, Critic modes) |
/brewtools:plugin-update |
Install and update the full plugin suite |
Brewui (2 skills)
| Skill | Purpose |
|---|---|
/brewui:image-gen |
AI image generation via 5 providers with anti-slop controls |
/brewui:glm-design-to-code |
GLM vision design-to-code: image/text/HTML/URL to multi-framework code |
Agents (16 total)
| Agent | Model | Purpose |
|---|---|---|
| developer | opus | Implement features, write code, fix bugs |
| tester | sonnet | Run tests, analyze failures, debug flaky tests |
| reviewer | opus | Code review, architecture, security, performance |
| architect | opus | Architecture analysis, patterns, trade-offs, scaling |
| skill-creator | opus | Create and improve Claude Code skills |
| agent-creator | opus | Create and improve Claude Code agents |
| hook-creator | opus | Create and debug Claude Code hooks |
| bash-expert | opus | Create professional shell scripts |
| text-optimizer | sonnet | Optimize text and docs for LLM efficiency |
| bc-coordinator | haiku | Task coordination, artifact management |
| bc-knowledge-manager | haiku | KNOWLEDGE.jsonl compaction and deduplication |
| bc-grepai-configurator | opus | Generate grepai config.yaml |
| bd-auto-sync-processor | sonnet | Process documents for auto-sync |
| bc-rules-organizer | sonnet | Create and optimize .claude/rules/ files |
Documentation
| Resource | Link |
|---|---|
| Full documentation | doc-claude.brewcode.app |
| Quick Start guide | Quickstart |
| Brewcode overview | Brewcode |
| Brewdoc overview | Brewdoc |
| Brewtools overview | Brewtools |
| Brewui overview | Brewui |
| Release Notes | RELEASE-NOTES.md |
Development
CLAUDE_DEBUG=1 claude --plugin-dir ./brewcode # Debug mode
bash .claude/scripts/update-plugin.sh # Update all plugins
bash .claude/scripts/bump-version.sh X.Y.Z # Bump version everywhereLicense
MIT -- see LICENSE
Installs
Security Audit
No audit data available for this skill.
Power your AI Agents with
the best open-source models.
Drop-in OpenAI-compatible API. No data leaves Europe.
Explore Inference APIGLM
GLM 5
$1.00 / $3.20
per M tokens
Kimi
Kimi K2.5
$0.60 / $2.80
per M tokens
MiniMax
MiniMax M2.5
$0.30 / $1.20
per M tokens
Qwen
Qwen3.5 122B
$0.40 / $3.00
per M tokens
How to use this skill
Install brewcode:skills by running npx skills add kochetkov-ma/claude-brewcode --skill brewcode:skills in your project directory. Run the install command above in your project directory. The skill file will be downloaded from GitHub and placed in your project.
No configuration needed. Your AI agent (Claude Code, Cursor, Windsurf, etc.) automatically detects installed skills and uses them as context when generating code.
The skill enhances your agent's understanding of brewcode:skills, helping it follow established patterns, avoid common mistakes, and produce production-ready output.
What you get
Skills are plain-text instruction files β not executable code. They encode expert knowledge about frameworks, languages, or tools that your AI agent reads to improve its output. This means zero runtime overhead, no dependency conflicts, and full transparency: you can read and review every instruction before installing.
Compatibility
This skill works with any AI coding agent that supports the skills.sh format, including Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider, and other tools that read project-level context files. Skills are framework-agnostic at the transport level β the content inside determines which language or framework it applies to.
Chat with 100+ AI Models in one App.
Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.