braid docs

CLI Reference

The braid CLI installs and manages rules, skills, hooks, workflows, and sub-agents across your local AI coding tools.

For marketplace installs, the CLI uses the same local-file pipeline. Buy or claim a pack in Braid, then run braid marketplace install <slug>.

Usage

braid <command> [options]

Commands

CommandDescription
installInstall prompts to your coding tools
authAuthenticate with braid
manageOpen the local prompt manager
scopeConfigure which profiles and projects to install from
scaffoldScaffold a manifest-backed pack repo
listList installed prompts
updateUpdate installed prompts to latest versions
removeRemove installed prompts
rulesCreate, update, and manage rules
skillsBrowse skills available to install from braid
profilesManage profiles
projectsManage projects
sub-agentsManage sub-agent configurations
referencesManage rule reference files
marketplaceBrowse and install marketplace packs
demoManage local demo session context
rollbackRoll a marketplace install back in braid.lock
retractUnpin a locked marketplace version locally

Command coverage by entity

  • Sub-agents are managed through braid sub-agents.
  • Skills have a discovery command group at braid skills, with braid skills list as the current subcommand.
  • Workflows do not currently have a dedicated braid workflows command group. They are installed through braid install and authored locally with braid scaffold.
  • Hooks do not currently have a dedicated braid hooks command group. They are authored with braid scaffold --type hook and managed locally through braid manage.

Global options

OptionDescription
--versionShow CLI version
--helpShow help for any command
-s, --server <url>Custom server URL (review apps, local dev)

Configuration

The CLI reads from two config files:

  • braid.json — project-level config, committed to version control
  • braid.user.json — user-level overrides, gitignored

Both are created by braid scope.