이걸 코딩 에이전트에 붙여 넣는다
에이전트에서 Godot 프로젝트를 열고, 아래 글을 붙여 넣어 보낸다. 스킬과 애드온을 설치하고 gohud 로 무엇을 할 수 있는지까지 알려 준다.
Install gohud for this Godot 4.6+ project, then use it for all game UI
(menus, HUD bars, quick slots, dialogs, bottom sheets, forms, themes).
1. Install the gohud AI skill.
Claude Code:
claude plugin marketplace add thruthesky/gohud
claude plugin install gohud@gohud
Any other agent (Codex, Cursor, Gemini CLI, ...):
git clone --depth 1 https://github.com/thruthesky/gohud.git /tmp/gohud
Copy /tmp/gohud/skills/gohud into whichever of these folders this agent reads:
~/.claude/skills/gohud, .claude/skills/gohud, .agents/skills/gohud.
2. Install the add-on itself, if addons/gohud/plugin.cfg is missing here.
In a git repository:
git submodule add https://github.com/thruthesky/gohud.git addons/gohud
Otherwise copy the clone to addons/gohud without its .git folder.
Then run: godot --headless --path . --import
3. Restart yourself so the skill loads, then tell me what gohud can do
and how to preview it.
Docs: https://thruthesky.github.io/gohud/
이 글은 일부러 영어로 두었다 — 어떤 에이전트든 가장 정확히 읽는 말이다. 당신이 묻는 말은 아무 말이나 괜찮다. 스킬은 당신이 쓴 말로 답한다.
에이전트마다 스킬을 두는 자리
손으로 넣겠다면 skills/gohud 폴더를 에이전트가 읽는 자리에 둔다. 먼저 있는 자리가 이긴다.
| 에이전트 | 폴더를 두는 자리 | 명령 모양 |
|---|---|---|
| Claude Code — 플러그인 | claude plugin install gohud@gohud | /gohud:preview · /gohud:features |
| Claude Code — 스킬만 | ~/.claude/skills/gohud | /gohud preview · /gohud features |
| Claude Code — 이 프로젝트에만 | .claude/skills/gohud | /gohud preview |
| Codex · Cursor · Gemini CLI — 그 밖 | .agents/skills/gohud | — |
쓸 수 있게 되는 명령
/gohud:preview — 위젯 갤러리
모든 위젯, 프리셋 여섯을 고르는 선택기, 아이콘 전체가 있는 갤러리를 연다. Godot 프로젝트 안에서 치면
그 프로젝트의 addons/gohud 를 쓰고, 없으면 플러그인에 든 사본이나 새로 받은 저장소를 쓴다.
일회용 샌드박스 프로젝트에서 돌기 때문에 내 프로젝트의 오토로드·임포트 캐시는 건드리지 않고, 창은 직접 닫을
때까지 떠 있다.
/gohud:preview demo — 19장면 안내 투어
데모를 시작 화면으로 연다. Start demo 는 실제 입력으로 진행하는 자동 시연, Explore widgets 는 위젯 하나를 직접 만져 보는 탐색 모드다. 예제에 적은 단축키가 여기서도 그대로 통한다.
그 밖에도 여러 명령을 쓸 수 있다
| 명령 | 하는 일 |
|---|---|
/gohud:preview medieval | 중세 프리셋의 캐릭터 정보·인벤토리·퀘스트 일지 |
/gohud:preview demo --explore hud | 데모를 장면 하나로 바로 연다 — hud buttons inputs selection lists data states surfaces prompt touch coach scrolling forms anchors theming |
/gohud:preview gallery --preset scifi_dark | 프리셋 하나를 입힌 갤러리. --phone 을 붙이면 390×844 폰 창, --size 1920x1080 이면 원하는 크기로 |
/gohud:preview res://ui/main_menu.tscn | 내 프로젝트의 씬을 그 프로젝트 안에서 실행 |
/gohud:preview list | 열 수 있는 대상·프리셋 이름·데모 장면 키 전부 |
/gohud:preview gallery --check | 창 없이 도는 헤드리스 점검 — 스크립트 오류가 나면 실패 |
/gohud:features | gohud 기능 전부를 분야별로, 기능마다 코드 한 줄씩 |
/gohud:features hud | 한 분야를 깊이 — surfaces hud style theming icons i18n accessibility config |
미리보기 명령을 쓰려면 PATH 에 Godot 4.6 이상이 있어야 한다.
그냥 말로 부탁해도 된다
그냥 말로 부탁해도 된다. 스킬이 gohud API 전체를 에이전트에게 알려 주므로
"gohud 로 일시정지 메뉴 만들어 줘" 같은 부탁도 통한다. 플러그인 없이 스킬만
~/.claude/skills/gohud 에 넣었다면 명령을 띄어 쓴다 — /gohud preview demo,
/gohud features. 미리보기에는 PATH 에 Godot 4.6 이상이 있어야 하고, 없으면
--godot /경로/godot 로 넘긴다.