custom module installer improved, and removed agent-install

This commit is contained in:
Brian Madison
2025-12-07 02:10:03 -06:00
parent b252778043
commit 119187a1e7
8 changed files with 140 additions and 765 deletions

View File

@@ -2,12 +2,24 @@
## Installation
```bash
# Quick install (interactive)
npx bmad-method agent-install --source ./{agent_filename}.agent.yaml
Create a `custom.yaml` file in the agent folder:
# Quick install (non-interactive)
npx bmad-method agent-install --source ./{agent_filename}.agent.yaml --defaults
```yaml
code: { agent_code }
name: '{agent_name}'
default_selected: true
```
Then run:
```bash
npx bmad-method install
```
Or if you have bmad-cli installed globally:
```bash
bmad install
```
## About This Agent