Skip to content

OpenCode

Install OpenCode and add the stax skill so OpenCode can drive stax workflows correctly.

1. Install

curl -fsSL https://opencode.ai/install | bash

2. Add the stax skill

mkdir -p ~/.config/opencode/skills/stax
curl -o ~/.config/opencode/skills/stax/SKILL.md https://raw.githubusercontent.com/cesarferreira/stax/main/skills.md

OpenCode loads skills from ~/.config/opencode/skills/<name>/SKILL.md.

3. Use OpenCode with AI PR body generation

st generate --pr-body --agent opencode
st generate --pr-body --agent opencode --model opencode/gpt-5.1-codex