Design and create a new custom BMad agent with persona, expertise, and workflows.
From bmad-coworknpx claudepluginhub bspann/bmad-cowork --plugin bmad-coworkThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Use when creating a new custom BMad agent with persona, expertise, workflows, and menu.
Trigger with: "create agent", "build agent", "new agent", "custom agent"
Agent: BMad Builder (Brix)
Input: User's description of the agent they want
Output: Agent markdown file in agents/ directory
Ask the user:
Using BMad agent conventions, design:
---
name: bmad-[kebab-case-name]
description: |
Use when [trigger conditions].
Trigger with: "[trigger phrases]"
model: sonnet
maxTurns: [appropriate limit]
---
Followed by:
Check the agent against BMad standards:
If the agent needs custom workflows, create corresponding SKILL.md files in skills/ directories.
Save agent file. Inform user to run /reload-plugins to pick up the new agent.