braid remove
Remove installed prompts from your local coding tools. Alias: braid rm.
braid remove [options]
Options
| Option | Description |
|---|---|
-a, --all | Remove all installed prompts |
--skill <name> | Remove a specific skill by name |
-g, --global | Remove from global directories only |
-y, --yes | Skip confirmation prompts |
Examples
Remove all installed prompts:
braid remove --all --yes
Remove a specific skill:
braid remove --skill api-error-handling