원클릭으로
checkout
List git branches and switch between them
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
List git branches and switch between them
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run the STS2 beta patch pipeline — fetch patch notes, decompile game files, cross-reference changes, update CSVs, and prepare beta branch for deployment.
Test skill that prints hello world
Look up how a card, relic, potion, event, power, or monster works by decompiling the STS2 source code live from the game PCK.
Render a Spine monster sprite using Godot, convert to 512x512 webp, and save to media/enemies/. Takes a monster display name (e.g. "Ruby Raider (Axe)") or spine folder name (e.g. "axe_ruby_raider").
Render monster sprites that require shader effects or particles (e.g. Waterfall Giant, Living Fog) by recreating the game's Godot scene with VFX in our Godot project.
| name | checkout |
| description | List git branches and switch between them |
| disable-model-invocation | true |
| allowed-tools | Bash(git branch*), Bash(git checkout*) |
If the user provides a branch name as an argument, checkout that branch directly: git checkout $ARGUMENTS
If no argument is provided:
git branch to list local branches