AI coding tools setup (Antigravity · Cursor · GitHub Copilot · ChatGPT / Codex)
How to sign in, connect GitHub, and work with repos like DeukPack. UIs change—check each product’s official docs.
Common: what “connect to GitHub” means
| Piece | What you do |
|---|---|
| Repo on disk | git clone the repository |
| Push / PR | Git authenticates with HTTPS (PAT) or SSH keys |
| AI apps | Separate login: Google / Cursor / GitHub / OpenAI — often the same GitHub account helps for PR/issue integrations |
Never commit tokens or API keys.
1. Google Antigravity
Agent-oriented IDE (Gemini). GitHub is usually via Git + GitHub auth, not a special “Copilot inside Antigravity” (varies by version).
- Install from Antigravity.
- Sign in with your Google account.
- Open the cloned
DeukPackfolder (orgit clonefirst). - Git ↔ GitHub: HTTPS with a PAT, or SSH key added to GitHub.
- MCP: optional extras from the product’s MCP store. For DeukPack, run
npx deukpack/node scripts/build_deukpack.jsin the terminal.
Copilot: Antigravity is Gemini-centric; use VS Code + Copilot if you need GitHub Copilot specifically.
2. Cursor
VS Code–style editor with built-in AI.
- Install from cursor.com.
- Sign in to Cursor.
- Optional: GitHub in Settings → Account / Integrations (wording varies).
- Use
.cursor/rules/for project constraints (this repo may already include rules). - Shortcuts: see in-app Keyboard Shortcuts.
3. GitHub Copilot
- Copilot license on your GitHub account — GitHub Copilot.
- Install GitHub Copilot (+ Chat) in VS Code or the JetBrains plugin.
- Sign in to GitHub from the editor.
- Open the repo folder; Copilot uses workspace context.
Docs: GitHub Copilot documentation
4. ChatGPT · OpenAI Codex
- chatgpt.com — sign in; features depend on plan.
- Codex CLI / IDE integrations — follow OpenAI and in-product guides; store API keys only in env/secrets.
- GitHub is not auto-linked; use upload, copy-paste, or a separate official integration when available.
5. Recommended workflow with DeukPack
- One clone, open in your preferred tool.
- Run codegen deterministically:
npm ci,npm run build,npx deukpack …or pipeline scripts — see Quick start, Pipeline guide. - Let AI help with drafts and refactors; keep wire format and multi-language contracts on the DeukPack pipeline — AI / agent pipeline.
Quick comparison
| Tool | Primary account | Link to repo code |
|---|---|---|
| Antigravity | Git + HTTPS/SSH | |
| Cursor | Cursor (+ optional GitHub) | Same |
| GitHub Copilot | GitHub | Same + extension |
| ChatGPT / Codex | OpenAI | Manual / official connectors |
한국어: Use the language switcher (top right).