braid docs

Quick Start

  1. Authenticate with braid

    braid auth

    This opens your browser and signs the CLI in with your local auth session.

  2. Set your scope

    Configure which profile or projects to install from:

    braid scope
  3. Install to your tools

    braid install --yes

    braid detects which AI tools are configured in your project and writes prompts in each tool’s native format.

  4. Verify the installation

    braid list

    You should see your installed rules and skills listed by agent.

What just happened?

When you ran braid install, the CLI:

  1. Fetched your rules and skills from your braid profile
  2. Detected which tools have project configuration (Cursor, Claude Code, etc.)
  3. Wrote each prompt as a native local file in the right directory and format
  4. 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