Gemini CLI + braid
Install AI prompts to Gemini CLI with braid
Install skills to .gemini/skills/ with a single CLI command. braid delivers published workflows through the same skill-compatible directory and installs compatibility agents alongside them, so Gemini CLI can share the same reusable prompt stack as the rest of your AI coding tools.
Gemini CLI keeps its prompt surface in a local skill directory plus MCP config, which makes it a clean target for braid's reusable bundles. Your team can install the same skill library, workflow packs, and compatibility agents into Gemini CLI that they already maintain for Claude Code, Cursor, Codex, and the rest of the stack.
How it works
Install via CLI
One command installs your prompt library to Gemini CLI's local config files.
braid install -a gemini-cliWhat 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.