Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub brainbrewlabs/brainbrew-devkit --plugin brainbrew-devkitAudits 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
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Autonomous multi-agent development framework with spec-driven sprints and convergent iteration
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Agent orchestration harness for Claude Code — campaign persistence, fleet coordination, intent routing
High-intelligence Claude Code copilot with deep code reasoning, evidence-driven planning, orchestration-first execution, model routing, context budgeting, CI/CD integration, enterprise security, plugin development, prompt engineering, performance profiling, agent teams, channels (event-driven autonomy with CI webhook, mobile approval relay, Discord bridge, and fakechat dev profile), interactive tutorials, LSP integration, security-hardened hook script library, MCP Prompts coverage, common workflow packs, runtime selection guide, computer-use patterns, checkpointing, scheduled-task blueprints, repo bootstrap scanner, hook policy engine (8 installable packs), layered memory deployment, role-based subagent packs (implementer, debugger, migration-lead, dependency-auditor, release-coordinator), 5 agent-team topology kits, autonomy operating mode (4 profiles + 3 gates), and a queryable 15-tool MCP documentation server with autonomy advisor.
HelloAGENTS — The orchestration kernel that makes any AI CLI smarter. Adds intelligent routing, unified QA gates, safety guards, and notifications.
Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities
Share bugs, ideas, or general feedback.
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.