Claude Code + braid
Install AI prompts to Claude Code with braid
Full native support. braid installs rules to .claude/rules/, skills to .claude/skills/, workflows as skill-compatible bundles inside .claude/skills/, and agents to .claude/agents/. Claude Code gets the broadest local surface in the braid ecosystem, so your team can ship always-on rules, on-demand skills, multi-step workflows, and native agents together with a single CLI install. Each artifact stays as separate local files, making changes easy to review in pull requests.
Claude Code is Anthropic's terminal-based AI coding agent. With braid, your team's coding standards load into every Claude Code session automatically. Rules guide the agent's behavior, skills provide on-demand expertise, and workflows arrive as braid-managed local bundles for multi-step execution.
How it works
Install via CLI
One command installs your prompt library to Claude Code's local config files.
braid install -a claude-codeWhat you get
Via CLI
Workflows are a braid-native prompt type. Published workflows install through the same local bundle path as skills, so any tool with skill support can run them.