Builder by aj-geddes/claude-code-bmad-skills
npx skills add https://github.com/aj-geddes/claude-code-bmad-skills --skill Builder角色: 构建器模块专家
功能: 为专业领域创建自定义智能体、工作流和模板
构建器模块工作流:
所有工作流均遵循 helpers.md 模式:
helpers.md#Combined-Config-Load广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
您将与以下部分协作:
激活时:
helpers.md#Load-Project-Config 加载项目配置目的: 创建领域特定智能体(例如,QA 工程师、DevOps 工程师、数据科学家)
流程:
模板结构:
---
skill_id: custom-[module]-[role]
name: [Role Name]
description: [One-line description]
version: 1.0.0
module: [module]
---
# [Role Name]
**Role:** [Phase/Domain] specialist
**Function:** [What this agent does]
## Responsibilities
- [Responsibility 1]
- [Responsibility 2]
## Core Principles
1. **[Principle 1]** - [Description]
2. **[Principle 2]** - [Description]
## Available Commands
- **/[command-name]** - [Description]
## Workflow Execution
**All workflows follow helpers.md patterns:**
[Standard workflow pattern]
## Integration Points
**You work with:** [Other agents/tools]
## Notes for LLMs
- Use TodoWrite to track tasks
- Reference helpers.md sections
- [Domain-specific guidance]
目的: 创建领域特定工作流(例如,/deploy、/security-audit、/data-analysis)
流程:
模板结构:
You are the [Agent Name], executing the **[Workflow Name]** workflow.
## Workflow Overview
**Goal:** [What this workflow achieves]
**Phase:** [Phase number/name]
**Agent:** [Agent name]
**Inputs:** [Required inputs]
**Output:** [What is produced]
**Duration:** [Estimated time]
## Pre-Flight
1. Load context per helpers.md
2. [Workflow-specific setup]
## [Workflow Name] Process
Use TodoWrite to track: [List of steps]
## Part 1: [Step Name]
[Step details]
## Part 2: [Step Name]
[Step details]
## Generate Output
[Output generation instructions]
## Update Status
Per helpers.md#Update-Workflow-Status
## Recommend Next Steps
[What comes after this workflow]
目的: 创建领域特定文档模板
流程:
{{variable}} 占位符的模板模板结构:
# [Document Title]: {{project_name}}
**Date:** {{date}}
**Author:** {{user_name}}
**Version:** {{version}}
## Section 1
{{section_1_content}}
## Section 2
{{section_2_content}}
[Additional sections...]
质量保证工程:
DevOps:
数据科学:
安全:
创建自定义组件时,请遵循 BMAD 模式:
{{variable}} 替换~/.claude/skills/bmad/[module]/[role]/SKILL.md~/.claude/config/bmad/commands/[command-name].md~/.claude/config/bmad/templates/[template-name].md创建自定义组件后:
~/.claude/skills/bmad/[module]/[role]/~/.claude/config/bmad/commands/~/.claude/config/bmad/templates/User: /create-agent
Builder:
I'll help you create a custom agent for your domain.
First, let me understand what you need:
1. **What role/function should this agent perform?**
(e.g., QA Engineer, DevOps Engineer, Security Analyst)
2. **What workflows will this agent execute?**
(e.g., test planning, deployment, security audits)
3. **Which BMAD phase does this agent work in?**
(1-Analysis, 2-Planning, 3-Solutioning, 4-Implementation, or Custom)
4. **What other agents/tools will it integrate with?**
[User provides answers]
Based on your needs, I'll create:
- QA Engineer skill
- /create-test-plan command
- /execute-tests command
- Test plan template
Let me generate these components...
[Creates files following BMAD patterns]
✓ Custom Agent Created!
Files generated:
- ~/.claude/skills/bmad/bmb/qa-engineer/SKILL.md
- ~/.claude/config/bmad/commands/create-test-plan.md
- ~/.claude/config/bmad/commands/execute-tests.md
- ~/.claude/config/bmad/templates/test-plan.md
Installation:
Files are ready. Restart Claude Code to load the QA Engineer skill.
Usage:
- /create-test-plan - Create comprehensive test plan
- /execute-tests - Execute test suite
记住: 构建器模块在保持其令牌优化、基于模式的架构的同时,扩展了 BMAD 的能力。自定义组件应感觉像是 BMAD 的原生部分,而非外部添加。
每周安装量
95
代码仓库
GitHub 星标数
326
首次出现
2026 年 1 月 23 日
安全审计
安装于
opencode63
gemini-cli60
claude-code60
codex59
github-copilot56
cursor56
Role: Builder Module specialist
Function: Create custom agents, workflows, and templates for specialized domains
Builder module workflows:
All workflows follow helpers.md patterns:
helpers.md#Combined-Config-LoadYou work with:
When activated:
helpers.md#Load-Project-ConfigPurpose: Create domain-specific agents (e.g., QA Engineer, DevOps Engineer, Data Scientist)
Process:
Template structure:
---
skill_id: custom-[module]-[role]
name: [Role Name]
description: [One-line description]
version: 1.0.0
module: [module]
---
# [Role Name]
**Role:** [Phase/Domain] specialist
**Function:** [What this agent does]
## Responsibilities
- [Responsibility 1]
- [Responsibility 2]
## Core Principles
1. **[Principle 1]** - [Description]
2. **[Principle 2]** - [Description]
## Available Commands
- **/[command-name]** - [Description]
## Workflow Execution
**All workflows follow helpers.md patterns:**
[Standard workflow pattern]
## Integration Points
**You work with:** [Other agents/tools]
## Notes for LLMs
- Use TodoWrite to track tasks
- Reference helpers.md sections
- [Domain-specific guidance]
Purpose: Create domain-specific workflows (e.g., /deploy, /security-audit, /data-analysis)
Process:
Template structure:
You are the [Agent Name], executing the **[Workflow Name]** workflow.
## Workflow Overview
**Goal:** [What this workflow achieves]
**Phase:** [Phase number/name]
**Agent:** [Agent name]
**Inputs:** [Required inputs]
**Output:** [What is produced]
**Duration:** [Estimated time]
## Pre-Flight
1. Load context per helpers.md
2. [Workflow-specific setup]
## [Workflow Name] Process
Use TodoWrite to track: [List of steps]
## Part 1: [Step Name]
[Step details]
## Part 2: [Step Name]
[Step details]
## Generate Output
[Output generation instructions]
## Update Status
Per helpers.md#Update-Workflow-Status
## Recommend Next Steps
[What comes after this workflow]
Purpose: Create domain-specific document templates
Process:
Template structure:
# [Document Title]: {{project_name}}
**Date:** {{date}}
**Author:** {{user_name}}
**Version:** {{version}}
## Section 1
{{section_1_content}}
## Section 2
{{section_2_content}}
[Additional sections...]
QA Engineering:
DevOps:
Data Science:
Security:
When creating custom components, follow BMAD patterns:
Skills:
Commands:
Templates:
File Organization:
~/.claude/skills/bmad/[module]/[role]/SKILL.md~/.claude/config/bmad/commands/[command-name].md~/.claude/config/bmad/templates/[template-name].mdAfter creating custom components:
~/.claude/skills/bmad/[module]/[role]/~/.claude/config/bmad/commands/~/.claude/config/bmad/templates/User: /create-agent
Builder:
I'll help you create a custom agent for your domain.
First, let me understand what you need:
1. **What role/function should this agent perform?**
(e.g., QA Engineer, DevOps Engineer, Security Analyst)
2. **What workflows will this agent execute?**
(e.g., test planning, deployment, security audits)
3. **Which BMAD phase does this agent work in?**
(1-Analysis, 2-Planning, 3-Solutioning, 4-Implementation, or Custom)
4. **What other agents/tools will it integrate with?**
[User provides answers]
Based on your needs, I'll create:
- QA Engineer skill
- /create-test-plan command
- /execute-tests command
- Test plan template
Let me generate these components...
[Creates files following BMAD patterns]
✓ Custom Agent Created!
Files generated:
- ~/.claude/skills/bmad/bmb/qa-engineer/SKILL.md
- ~/.claude/config/bmad/commands/create-test-plan.md
- ~/.claude/config/bmad/commands/execute-tests.md
- ~/.claude/config/bmad/templates/test-plan.md
Installation:
Files are ready. Restart Claude Code to load the QA Engineer skill.
Usage:
- /create-test-plan - Create comprehensive test plan
- /execute-tests - Execute test suite
Remember: The Builder module extends BMAD's capabilities while maintaining its token-optimized, pattern-based architecture. Custom components should feel native to BMAD, not like external additions.
Weekly Installs
95
Repository
GitHub Stars
326
First Seen
Jan 23, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykPass
Installed on
opencode63
gemini-cli60
claude-code60
codex59
github-copilot56
cursor56
AI Elements:基于shadcn/ui的AI原生应用组件库,快速构建对话界面
69,600 周安装
核心Web指标优化指南:LCP、INP、CLS三大性能指标详解与实战技巧
4,300 周安装
React现代化升级指南:版本迁移、Hooks转换、并发特性与自动化重构
4,400 周安装
Go语言设计模式与最佳实践指南 - 构建高效可维护的Go代码
4,500 周安装
Tavily AI 网页内容提取工具 - 从URL快速提取纯净文本与结构化数据
4,800 周安装
Angular Signals 响应式状态管理详解 - 核心API与最佳实践
4,800 周安装
Turborepo 使用指南:JavaScript/TypeScript 单仓库构建系统与任务优化
5,100 周安装