Quick Start
-
Authenticate with braid
braid authThis opens your browser and signs the CLI in with your local auth session.
-
Set your scope
Configure which profile or projects to install from:
braid scope -
Install to your tools
braid install --yesbraid detects which AI tools are configured in your project and writes prompts in each tool’s native format.
-
Verify the installation
braid listYou should see your installed rules and skills listed by agent.
What just happened?
When you ran braid install, the CLI:
- Fetched your rules and skills from your braid profile
- Detected which tools have project configuration (Cursor, Claude Code, etc.)
- Wrote each prompt as a native local file in the right directory and format
- Reported what was installed to each agent
Example output
◆ Installing from profile 'coding-standards'
│
◆ Found 5 skills, 2 workflows, 3 rules
│
◆ Detected 2 agent(s) with project config
│ claude-code → .claude/skills/
│ cursor → .cursor/rules/
│
◆ claude-code: 5 skills, 2 workflows, 3 rules installed
│
◆ cursor: 5 skills, 3 rules installed
│
└ Successfully installed 10 items to 2 agent(s).
Run 'braid list' to see installed skills.
Install from the marketplace
Claim or buy a pack in the marketplace, then install it from your library:
braid marketplace install react-patterns
Browse available packs in the marketplace.
Next steps
- Learn about rules and how they differ from skills
- See the full CLI reference