braid docs

braid skills

Browse skills and workflows available from braid for a given profile or project scope.

Use braid skills list to inspect what is available remotely. Use braid list to inspect what is already installed locally on your machine.

Usage

braid skills list [options]

Options

OptionDescription
-p, --profile <name>Profile name
--org-projects <ids>Comma-separated organization project IDs
--personal-projects <ids>Comma-separated personal project IDs
--include-user-globalInclude personal global rules
--include-org-globalInclude org global rules
--demoFetch public demo content without authentication
-s, --server <url>Custom server URL
--api-key <token>Override the API key
--jsonOutput JSON

If you omit scope flags, the command falls back to the merged local config from braid.json and braid.user.json.

Examples

Browse what a profile makes available:

braid skills list --profile coding-standards

Browse skills from explicit projects:

braid skills list --org-projects proj_frontend,proj_shared

Fetch public demo content:

braid skills list --demo --server http://localhost:3211