Orchestrate customizable AI agent chains, modular skills, and automated workflows in Claude Code projects: discover/install skills from Vercel, GitHub, Anthropic; create/improve agents with tools/prompts; audit/fix quality; build/deploy VitePress docs; enable inter-agent memory bus; hook lifecycle events.
Audits Claude skills against official best practices for structure, frontmatter, description quality, progressive disclosure, and instruction clarity. Use after creating or modifying a skill. Returns PASS, NEEDS FIX, or REWRITE with specific fixes.
Search and install skills from SkillHub marketplace. Use when user says "find skill", "search skills", "install skill", or when agent-improver needs to find skills for an agent.
Create and improve agents. Trigger when user says: "create an agent for X", "build me an agent", "I need an agent that does Y", "make a code review agent", "create a testing agent", "improve my agent", "list agents", "show me agents", "what agents do I have".
Set up workflow templates and manage chain flows. Trigger when user says: "set up a workflow", "create a development workflow", "I need a CI/CD pipeline", "set up devops", "bump develop", "bump devops", "add agent to chain", "show chain flow", "edit chain config", "create custom workflow", "add a team node", "run agents in parallel", "create agent team", "validate chain", "check chain config", "verify chain".
Build and manage VitePress documentation site. Trigger when user says: "build docs", "deploy docs", "preview docs", "update docs", "docs dev server", "run docs locally", "check docs build".
Inter-agent communication via Memory Bus. Trigger when user says: "remember X", "tell agent Y to Z", "next agent should X", "don't forget X", "clear memory", "what do you remember", "pass this to implementer", "for the tester remember Y", "send message to agent".
Create skills. Trigger when user says: "create a skill for X", "build me a skill", "I need a skill that does Y", "make a deployment skill", "list skills", "show my skills".
Admin access level
Server config contains admin-level keywords
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent pipelines that fix themselves.
The pipeline layer Claude Code was missing. Self-correcting agent chains with automatic routing, retry, and coordination — running on your existing Claude Code subscription.
/code implement login feature
[Pipeline runs automatically — you don't touch anything]
→ planner: creates plan
→ plan-reviewer: approves ✓
→ implementer: writes code
→ code-reviewer: 2 issues → auto-routes back to implementer
→ implementer: fixes
→ code-reviewer: passes ✓
→ tester: FAILS → auto-routes to debugger
→ debugger: fixes
→ tester: PASSES ✓
→ git-manager: commits + creates PR
[You only approve the final PR]
Claude Code has agents and teams. Brainbrew adds the orchestration layer:
| Vanilla Claude Code | With Brainbrew | |
|---|---|---|
| Agent chaining | Manual (you decide next step) | Automatic (Haiku routing) |
| Failure recovery | None (you see error, you fix) | Built-in (debugger → retry) |
| Quality gates | None | Haiku QA + auto-retry |
| Parallel agents | Teams (manual trigger) | Teams (auto in chain) |
| Inter-agent state | None | Auto prev-output injection |
Same orchestration power. Different tradeoffs:
| Brainbrew | LangChain/CrewAI | |
|---|---|---|
| Config format | YAML + Markdown | Python code |
| Cost model | Your CC subscription | Per-token API billing |
| Learning curve | Pick template, start working | Learn framework, write code |
| Runs inside | Claude Code | Standalone runtime |
No blank-page problem. Pick a template:
Chain config lives in git. Agents are markdown files in .claude/agents/. No vendor lock-in on your components — only the routing engine is brainbrew-specific.
subagent-stop hook validates output, retries up to 2x1. Install the plugin (then restart Claude Code):
/plugin marketplace add brainbrewlabs/brainbrew-devkit
/plugin install brainbrew-devkit
2. Pick a template:
"Set up a development workflow" → Full dev pipeline with 22 agents
"I need a CI/CD pipeline" → DevOps chain with auto-rollback
3. Start working:
/code implement feature X → Pipeline runs: plan → code → review → test → commit
That's it. The chain handles routing, error recovery, and coordination.
"Create an agent for API testing" → create_agent(...)
"Build me a deployment skill" → create_skill(...)
"Tell implementer to fix the bug" → memory_add(target: agent:implementer)
"What agents do I have?" → list_agents()
All functionality exposed via MCP - no CLI install needed:
| Tool | Description |
|---|---|
template_bump | Set up workflow template |
template_list | Show available templates |
chain_validate | Validate chain config (agents exist, team nodes valid, routes correct) |
chain_list | List available chains and show active |
chain_switch | Switch active chain |
chain_run | Activate chain and enforce first agent |
memory_add | Send message to agents via Memory Bus |
memory_list | List messages in Memory Bus |
memory_clear | Clear messages from Memory Bus |
Agents, skills, and chain config are just files — Claude reads/writes them directly.
npx claudepluginhub brainbrewlabs/brainbrew-devkit --plugin brainbrew-devkitHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review