Skip to content
Mambo edited this page Apr 23, 2026 · 5 revisions

https://news.hada.io/topic?id=28245

brew install rtk
rtk init -g

# ~/.claude/settings.json
{
  "env": {
    "PATH": "/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
  },
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "Bash",
        "hooks": [
          {
            "type": "command",
            "command": "rtk hook claude"
          }
        ]
      }
    ]
  },
}

# 안티그래비티용 에이전트 설치 시 현재 프로젝트 경로에 만들어지므로 글로벌 지침 경로로 이동
rtk init --agent antigravity
mv .agents/rules/antigravity-rtk-rules.md ~/.gemini/antigravity/rules/antigravity-rtk-rules.md

Clone this wiki locally