Builder

Create custom agents, workflows, and templates for BMAD automation.

6|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/kmshihab7878/claude-code-setup --skill builder-kmshihab7878
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Builder
Source: https://github.com/kmshihab7878/claude-code-setup/tree/main/skills/bmad/bmb/builder
Command: npx skills add https://github.com/kmshihab7878/claude-code-setup --skill builder-kmshihab7878

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builder removes the friction of creating and standardizing custom agents, workflows, and document templates for BMAD-based automation by providing repeatable patterns, templates, and registration guidance so teams avoid ad-hoc, inconsistent implementations and token-inefficient outputs.

Core Features & Use Cases

  • Agent generation: Produces SKILL.md files and role-based agent structures following BMAD conventions.
  • Workflow and command scaffolding: Generates command .md files for domain workflows (deployments, audits, testing) and TodoWrite-driven step tracking.
  • Template creation: Builds document templates with variable placeholders and version tracking for reuse across projects.
  • Integration & installation: Instructs on registering artifacts into Claude Code, copying files to the correct directories, and validating behavior by testing and restarting the system.
  • Use case: Create a QA Engineer skill, accompanying /create-test-plan and /execute-tests commands, and a test plan template ready for installation and execution.

Quick Start

Ask Builder to create a custom agent by specifying the agent role, the workflows it should run, and the integration points it requires.

Frequently Asked Questions about Builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create custom agents for domain-specific automation?

To create custom agents for domain-specific automation, specify the agent role, required workflows, and integration points. Builder generates SKILL.md files, role-based agent structures, and command files following BMAD conventions for immediate use.

What is BMAD pattern workflow generation and when do I need it?

BMAD pattern workflow generation creates standardized command .md files with TodoWrite-driven step tracking for domain workflows like deployments, audits, and testing. You need it to avoid ad-hoc, inconsistent implementations and ensure token-efficient outputs across teams.

Can I generate document templates with variable placeholders for reusable team workflows?

Yes, you can generate document templates with variable placeholders and version tracking for reuse across projects. Builder creates these templates to standardize outputs and integrate seamlessly with your generated agents and workflows.

How do I register custom agents and commands into Claude Code configuration?

To register custom agents and commands into Claude Code, copy the generated SKILL.md and command .md files to the correct directories, then validate behavior by testing and restarting the system. Builder provides registration guidance for this installation process.

What's the best way to standardize QA workflows and test plan templates for agent-driven automation?

The best way to standardize QA workflows is generating a custom QA Engineer skill, accompanying /create-test-plan and /execute-tests commands, and a test plan template. Builder produces these artifacts following BMAD patterns and optimizing token usage.