braid docs

braid profiles

Manage profiles — named collections of rules, skills, workflows, and agents.

Subcommands

SubcommandDescription
listList all profiles
getGet a profile by ID or name
createCreate a new profile
updateUpdate a profile
removeDelete a profile
set-defaultSet the default profile

Examples

List profiles:

braid profiles list

Create a profile:

braid profiles create --name "frontend-standards"

Set a default profile for braid install:

braid profiles set-default --id <profile-id>