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
| Option | Description |
|---|---|
-p, --profile <name> | Profile name |
--org-projects <ids> | Comma-separated organization project IDs |
--personal-projects <ids> | Comma-separated personal project IDs |
--include-user-global | Include personal global rules |
--include-org-global | Include org global rules |
--demo | Fetch public demo content without authentication |
-s, --server <url> | Custom server URL |
--api-key <token> | Override the API key |
--json | Output 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-standardsBrowse skills from explicit projects:
braid skills list --org-projects proj_frontend,proj_sharedFetch public demo content:
braid skills list --demo --server http://localhost:3211