CLI Skills
Breyta CLI skills setup guide for Codex, Cursor, Claude Code, and Gemini CLI agent runtimes.
Quick Answer
Recommended: run breyta init --provider <provider> to install the Breyta skill bundle and create a local breyta-workspace/ with an AGENTS.md file for reliable agent context.
The generated AGENTS.md uses draft-first release hygiene: iterate on draft, then release to live once after approval.
If you only want the skill bundle, use breyta skills install --provider <provider>.
Do This Now
Recommended (skill + workspace instructions):
breyta init --provider codex
breyta init --provider cursor
breyta init --provider claude
breyta init --provider gemini
Skill-only:
breyta skills install --provider codex
breyta skills install --provider cursor
breyta skills install --provider claude
breyta skills install --provider gemini
Install for the provider used by your active runtime (codex, cursor, claude, or gemini).
What This Does
- installs Breyta skill files to provider-specific locations
- enables agent-assisted flow authoring and operations
- does not change deployed flow runtime behavior
breyta initalso creates a folder withAGENTS.mdto keep instructions in the agent context
When To Use
Use when setting up or updating an agent environment.
Advanced Options
- use provider-specific install targets
- verify install artifacts with local file checks