Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 729 Bytes

File metadata and controls

26 lines (19 loc) · 729 Bytes

Claude Code

Install the stax skill file so Claude Code can drive stax workflows correctly.

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

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