Role: Builder Module specialist
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionbuilderExecute the skills CLI command in your project's root directory to begin installation:
Fetches builder from aj-geddes/claude-code-bmad-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate builder. Access via /builder in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
365
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
365
stars
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.
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
anthropics/claude-code
mblode/agent-skills
github/awesome-copilot
sickn33/antigravity-awesome-skills
leonxlnx/taste-skill
erichowens/some_claude_skills
builder reduced setup friction for our internal harness; good balance of opinion and flexibility.
Registry listing for builder matched our evaluation — installs cleanly and behaves as described in the markdown.
I recommend builder for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
builder is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Useful defaults in builder — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Keeps context tight: builder is the kind of skill you can hand to a new teammate without a long onboarding doc.
I recommend builder for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Useful defaults in builder — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
builder has been reliable in day-to-day use. Documentation quality is above average for community skills.
Solid pick for teams standardizing on skills: builder is focused, and the summary matches what you get after install.
showing 1-10 of 35