# Claude Code
Install the stax skill file so Claude Code can drive stax workflows correctly.
```bash
mkdir -p ~/.claude/skills
curl -o ~/.claude/skills/stax.md https://raw.githubusercontent.com/cesarferreira/stax/main/skills.md
```
Enables workflow assistance for stacked branch creation, submit flows, and related operations.
## Use Claude with AI create/PR generation
```bash
st create --ai -a --yes
st submit --ai
st generate --pr-body --agent claude
st generate --pr-body --agent claude --model claude-opus-4-5
st gen --pr-title --agent claude
st gen --commit-msg --agent claude
```
## Related
- [Codex](codex.md) · [Gemini CLI](gemini-cli.md) · [OpenCode](opencode.md)
- [PR templates + AI](pr-templates-and-ai.md)