Command Reference
brainbase template
Pack, publish, find, and install agent templates. See Templates for the concept.
brainbase template pack
Bundle the current agent into a template in the local registry.
brainbase template pack
brainbase template publish
Upload a packed template to the registry.
brainbase template publish --visibility unlisted
| Flag | Description |
|---|---|
| `--visibility <v>` | `public`, `unlisted`, or `private`. |
| `--yes`, `-y` | Skip confirmation. |
brainbase template search [query]
Search the registry. Filter by category or target harness, and page through results with --page.
brainbase template search "code review"
brainbase template search --category devtools --target claude-code
brainbase template search --page 2
| Flag | Description |
|---|---|
| `--category <c>` | Filter by registry category. |
| `--target <harness>` | Filter by target harness. |
| `--page <n>` | Results page (1-based). |
brainbase template info <creator/slug>
Show registry details for a template.
brainbase template info acme/reviewer
brainbase template onboard <creator/slug>
Install (or refresh) a template into the current folder. Force the harness or install scope when the folder supports more than one.
brainbase template onboard acme/reviewer
brainbase template onboard acme/reviewer --harness codex --scope project --yes
| Flag | Description |
|---|---|
| `--harness <id>` | Target harness (e.g. `claude-code`, `codex`, `kafka`). |
| `--scope <s>` | `global` or `project`. |
| `--yes`, `-y` | Auto-overwrite without prompting. |
brainbase template list
Show installed templates. By default, only installs for the current folder; add --all for every folder on this machine.
brainbase template list
brainbase template list --all
| Flag | Description |
|---|---|
| `--all` | Include installs from other folders. |
brainbase template remove <creator/slug>
Uninstall a template, removing the files and settings entries it added.
brainbase template remove acme/reviewer