Install Gemini CLI and add stax guidance as a project GEMINI.md file.
npm install -g @google/gemini-cliAuthenticate with gemini login flow or set GEMINI_API_KEY (see the Gemini CLI README).
curl -o GEMINI.md https://raw.githubusercontent.com/cesarferreira/stax/main/skills.mdGemini CLI loads hierarchical instructions from GEMINI.md, so this gives it stax-aware workflow guidance.
st generate --pr-body --agent gemini
st generate --pr-body --agent gemini --model gemini-2.5-flashFor Claude setup, see Claude Code Integration. For Codex setup, see Codex Integration. For OpenCode setup, see OpenCode Integration.