From bmad
Plans, ideates, scaffolds, and validates BMad modules from ideas to installable packages with setup skills and structural checks.
npx claudepluginhub urso/claudev --plugin bmadThis skill uses the workspace's default tool permissions.
This skill helps you bring BMad modules to life — from the first spark of an idea to a fully scaffolded, installable module. It offers three paths:
assets/module-plan-template.mdassets/setup-skill-template/assets/module-help.csvassets/setup-skill-template/assets/module.yamlassets/setup-skill-template/scripts/cleanup-legacy.pyassets/setup-skill-template/scripts/merge-config.pyassets/setup-skill-template/scripts/merge-help-csv.pyassets/standalone-module-template/merge-config.pyassets/standalone-module-template/merge-help-csv.pyassets/standalone-module-template/module-setup.mdreferences/create-module.mdreferences/ideate-module.mdreferences/validate-module.mdscripts/scaffold-setup-skill.pyscripts/scaffold-standalone-module.pyscripts/tests/test-scaffold-setup-skill.pyscripts/tests/test-scaffold-standalone-module.pyscripts/tests/test-validate-module.pyscripts/validate-module.pySearches, 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.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
This skill helps you bring BMad modules to life — from the first spark of an idea to a fully scaffolded, installable module. It offers three paths:
-setup skill. For single skills, embeds self-registration directly into the skill. Supports --headless / -H.--headless / -H.Args: Accepts --headless / -H for CM and VM paths, an initial description for IM, or a path to a skills folder or single SKILL.md file for CM/VM.
Load available config from {project-root}/_bmad/config.yaml and {project-root}/_bmad/config.user.yaml (root level and bmb section). If config is missing, let the user know bmad-builder-setup can configure the module at any time. Use sensible defaults for anything not configured.
Detect user's intent:
./references/ideate-module.md./references/create-module.md./references/validate-module.mdIf --headless or -H is passed, route to CM with headless mode.