mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-18 02:05:30 +00:00
884 B
884 B
Custom Agent Installation
Quick Install
# Interactive
npx bmad-method agent-install
# Non-interactive
npx bmad-method agent-install --defaults
Install Specific Agent
# From specific source file
npx bmad-method agent-install --source ./my-agent.agent.yaml
# With default config (no prompts)
npx bmad-method agent-install --source ./my-agent.agent.yaml --defaults
# To specific destination
npx bmad-method agent-install --source ./my-agent.agent.yaml --destination ./my-project
Batch Install
- Copy agent YAML to
{bmad folder}/custom/src/agents/ORcustom/src/agentsat your project folder root - Run
npx bmad-method installand selectCompile AgentsorQuick Update
What Happens
- Source YAML compiled to .md
- Installed to
custom/agents/{agent-name}/ - Added to agent manifest
- Backup saved to
_cfg/custom/agents/