bmad-module-builder

Plan, scaffold, and validate BMad module structures from skill directories.

Updated May 23, 2026
One-click install
npx skills add https://github.com/diegosanchespereira1/lavarapido --skill bmad-module-builder-diegosanchespereira1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-module-builder
Source: https://github.com/diegosanchespereira1/lavarapido/tree/main/lava-rapido/.agents/skills/bmad-module-builder
Command: npx skills add https://github.com/diegosanchespereira1/lavarapido --skill bmad-module-builder-diegosanchespereira1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill removes the friction of packaging BMad skills into a distributable module by guiding module ideation, creation, and validation in one workflow.

Core Features & Use Cases

  • Module Ideation: Helps shape a module’s structure, identity, capabilities, configuration, and build roadmap before implementation starts.
  • Module Packaging: Scaffolds the setup skill or standalone self-registering module infrastructure needed for installation and reuse.
  • Module Validation: Checks that module metadata, help entries, and capability wiring are complete and consistent.
  • Use Case: Ideal when you already built one or more skills and want to turn them into a clean, installable BMad module with reliable setup and verification.

Quick Start

Ask the skill to help you plan, create, or validate a BMad module for your existing skills.

Frequently Asked Questions about bmad-module-builder

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

FAQPage Schema
How do I package BMad skills into a distributable module?

To package BMad skills into a distributable module, you scaffold the setup skill or standalone self-registering infrastructure, matching SKILL.md frontmatter and help CSV entries to produce installable module assets.

What is the best way to plan a BMad module structure before implementation?

Planning a BMad module structure involves shaping its identity, capabilities, configuration, and build roadmap. This ideation phase ensures your module metadata and capability wiring are consistent before scaffolding begins.

How do I validate BMad module metadata and help CSV entries?

Validating BMad module metadata and help CSV entries requires checking that module metadata, help entries, and capability wiring are complete and consistent to ensure reliable installation and verification.

Can I package standalone skills without a complex setup infrastructure?

Yes, you can package standalone self-registering modules. The scaffolding process generates the necessary configuration merge logic and installable assets without requiring a complex external setup infrastructure.

What do I need to generate installable BMad module assets?

Generating installable BMad module assets requires matching SKILL.md frontmatter, module metadata, help CSV entries, and configuration merge logic from one or more existing skill directories.

Why does my BMad module validation fail during installation?

BMad module validation fails when module metadata, help CSV entries, or capability wiring are incomplete or inconsistent. Structural validation checks these dependencies to prevent installation errors.