oh-my-ag 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/.agent/skills/_shared/api-contracts/README.md +56 -0
  2. package/.agent/skills/_shared/api-contracts/template.md +88 -0
  3. package/.agent/skills/_shared/clarification-protocol.md +217 -0
  4. package/.agent/skills/_shared/common-checklist.md +31 -0
  5. package/.agent/skills/_shared/context-budget.md +118 -0
  6. package/.agent/skills/_shared/context-loading.md +105 -0
  7. package/.agent/skills/_shared/difficulty-guide.md +55 -0
  8. package/.agent/skills/_shared/lessons-learned.md +113 -0
  9. package/.agent/skills/_shared/memory-protocol.md +79 -0
  10. package/.agent/skills/_shared/reasoning-templates.md +161 -0
  11. package/.agent/skills/_shared/skill-routing.md +80 -0
  12. package/.agent/skills/_shared/verify.sh +252 -0
  13. package/.agent/skills/backend-agent/SKILL.md +47 -0
  14. package/.agent/skills/backend-agent/resources/api-template.py +326 -0
  15. package/.agent/skills/backend-agent/resources/checklist.md +36 -0
  16. package/.agent/skills/backend-agent/resources/error-playbook.md +98 -0
  17. package/.agent/skills/backend-agent/resources/examples.md +85 -0
  18. package/.agent/skills/backend-agent/resources/execution-protocol.md +45 -0
  19. package/.agent/skills/backend-agent/resources/snippets.md +197 -0
  20. package/.agent/skills/backend-agent/resources/tech-stack.md +39 -0
  21. package/.agent/skills/commit/SKILL.md +121 -0
  22. package/.agent/skills/commit/config/commit-config.yaml +55 -0
  23. package/.agent/skills/commit/resources/conventional-commits.md +166 -0
  24. package/.agent/skills/debug-agent/SKILL.md +51 -0
  25. package/.agent/skills/debug-agent/resources/bug-report-template.md +332 -0
  26. package/.agent/skills/debug-agent/resources/checklist.md +30 -0
  27. package/.agent/skills/debug-agent/resources/common-patterns.md +734 -0
  28. package/.agent/skills/debug-agent/resources/debugging-checklist.md +362 -0
  29. package/.agent/skills/debug-agent/resources/error-playbook.md +94 -0
  30. package/.agent/skills/debug-agent/resources/examples.md +87 -0
  31. package/.agent/skills/debug-agent/resources/execution-protocol.md +51 -0
  32. package/.agent/skills/frontend-agent/SKILL.md +48 -0
  33. package/.agent/skills/frontend-agent/resources/checklist.md +38 -0
  34. package/.agent/skills/frontend-agent/resources/component-template.tsx +92 -0
  35. package/.agent/skills/frontend-agent/resources/error-playbook.md +108 -0
  36. package/.agent/skills/frontend-agent/resources/examples.md +77 -0
  37. package/.agent/skills/frontend-agent/resources/execution-protocol.md +49 -0
  38. package/.agent/skills/frontend-agent/resources/snippets.md +205 -0
  39. package/.agent/skills/frontend-agent/resources/tailwind-rules.md +343 -0
  40. package/.agent/skills/frontend-agent/resources/tech-stack.md +36 -0
  41. package/.agent/skills/mobile-agent/SKILL.md +46 -0
  42. package/.agent/skills/mobile-agent/resources/checklist.md +35 -0
  43. package/.agent/skills/mobile-agent/resources/error-playbook.md +106 -0
  44. package/.agent/skills/mobile-agent/resources/examples.md +79 -0
  45. package/.agent/skills/mobile-agent/resources/execution-protocol.md +49 -0
  46. package/.agent/skills/mobile-agent/resources/screen-template.dart +298 -0
  47. package/.agent/skills/mobile-agent/resources/snippets.md +235 -0
  48. package/.agent/skills/mobile-agent/resources/tech-stack.md +45 -0
  49. package/.agent/skills/orchestrator/SKILL.md +99 -0
  50. package/.agent/skills/orchestrator/config/cli-config.yaml +78 -0
  51. package/.agent/skills/orchestrator/resources/memory-schema.md +212 -0
  52. package/.agent/skills/orchestrator/resources/subagent-prompt-template.md +153 -0
  53. package/.agent/skills/orchestrator/scripts/parallel-run.sh +330 -0
  54. package/.agent/skills/orchestrator/scripts/spawn-agent.sh +263 -0
  55. package/.agent/skills/orchestrator/templates/backend-task.md +18 -0
  56. package/.agent/skills/orchestrator/templates/debug-task.md +16 -0
  57. package/.agent/skills/orchestrator/templates/frontend-task.md +17 -0
  58. package/.agent/skills/orchestrator/templates/mobile-task.md +17 -0
  59. package/.agent/skills/orchestrator/templates/qa-task.md +16 -0
  60. package/.agent/skills/orchestrator/templates/tasks-example.yaml +15 -0
  61. package/.agent/skills/pm-agent/SKILL.md +47 -0
  62. package/.agent/skills/pm-agent/resources/error-playbook.md +75 -0
  63. package/.agent/skills/pm-agent/resources/examples.md +121 -0
  64. package/.agent/skills/pm-agent/resources/execution-protocol.md +46 -0
  65. package/.agent/skills/pm-agent/resources/task-template.json +57 -0
  66. package/.agent/skills/qa-agent/SKILL.md +43 -0
  67. package/.agent/skills/qa-agent/resources/checklist.md +294 -0
  68. package/.agent/skills/qa-agent/resources/error-playbook.md +95 -0
  69. package/.agent/skills/qa-agent/resources/examples.md +100 -0
  70. package/.agent/skills/qa-agent/resources/execution-protocol.md +50 -0
  71. package/.agent/skills/qa-agent/resources/self-check.md +27 -0
  72. package/.agent/skills/workflow-guide/SKILL.md +57 -0
  73. package/.agent/skills/workflow-guide/resources/examples.md +68 -0
  74. package/README.ko.md +459 -0
  75. package/README.md +563 -0
  76. package/bin/cli.js +205 -0
  77. package/package.json +75 -0
package/README.ko.md ADDED
@@ -0,0 +1,459 @@
1
+ # Antigravity 멀티 에이전트 스킬
2
+
3
+ Google Antigravity IDE용 전문 에이전트 스킬 모음. PM, Frontend, Backend, Mobile, QA, Debug 전문 에이전트가 Agent Manager, CLI 기반 SubAgent Orchestrator, 실시간 Serena Memory 대시보드를 통해 협업합니다.
4
+
5
+ > **마음에 드셨나요?** 스타 눌러주세요!
6
+ > ```bash
7
+ > gh repo star first-fluke/oh-my-ag
8
+ > ```
9
+ >
10
+ > **풀스택 개발이 처음이신가요?** 최적화된 스타터 템플릿으로 시작필보세요:
11
+ > ```bash
12
+ > git clone https://github.com/first-fluke/fullstack-starter
13
+ > ```
14
+ > 이 스킬들이 미리 설정되어 있어 바로 멀티 에이전트 협업이 가능합니다.
15
+
16
+ ## 목차
17
+
18
+ - [이게 뭔가요?](#이게-뭔가요)
19
+ - [빠른 시작](#빠른-시작)
20
+ - [동작 원리](#동작-원리)
21
+ - [실시간 대시보드](#실시간-대시보드)
22
+ - [프로젝트 구조](#프로젝트-구조)
23
+ - [스킬 아키텍처](#스킬-아키텍처)
24
+ - [스킬 개요](#스킬-개요)
25
+ - [사전 요구 사항](#사전-요구-사항)
26
+ - [CLI 명령어](#cli-명령어)
27
+ - [문제 해결](#문제-해결)
28
+ - [라이선스](#라이선스)
29
+
30
+ ## 이게 뭔가요?
31
+
32
+ 멀티 에이전트 협업 개발을 위한 **Antigravity Skills** 모음입니다. 작업을 전문 에이전트에게 분배합니다:
33
+
34
+ | 에이전트 | 전문 분야 |
35
+ |---------|----------|
36
+ | **Workflow Guide** | 복잡한 멀티 에이전트 프로젝트 조율 |
37
+ | **PM Agent** | 요구사항 분석, 태스크 분해, 아키텍처 설계 |
38
+ | **Frontend Agent** | React/Next.js, TypeScript, Tailwind CSS |
39
+ | **Backend Agent** | FastAPI, PostgreSQL, JWT 인증 |
40
+ | **Mobile Agent** | Flutter 크로스 플랫폼 개발 |
41
+ | **QA Agent** | OWASP Top 10 보안, 성능, 접근성 감사 |
42
+ | **Debug Agent** | 버그 진단, 근본 원인 분석, 회귀 테스트 |
43
+ | **Orchestrator** | CLI 기반 병렬 에이전트 실행 + Serena Memory |
44
+ | **Commit** | Conventional Commits 규칙 기반 커밋 관리 |
45
+
46
+ ## 빠른 시작
47
+
48
+ ### 1. 클론 & 열기
49
+
50
+ ```bash
51
+ git clone <repository-url>
52
+ cd oh-my-ag
53
+ antigravity open .
54
+ ```
55
+
56
+ Antigravity가 `.agent/skills/`의 스킬을 자동 감지합니다.
57
+
58
+ ### 기존 프로젝트에 통합하기
59
+
60
+ 이미 Antigravity 프로젝트가 있다면 스킬만 복사하면 됩니다:
61
+
62
+ ```bash
63
+ # 옵션 1: 스킬만 복사
64
+ cp -r oh-my-ag/.agent/skills /path/to/your-project/.agent/
65
+
66
+ # 옵션 2: 스킬 + 대시보드
67
+ cp -r oh-my-ag/.agent/skills /path/to/your-project/.agent/
68
+
69
+ cp oh-my-ag/package.json /path/to/your-project/ # 의존성 병합
70
+
71
+ # 옵션 3: 특정 스킬만
72
+ cp -r oh-my-ag/.agent/skills/backend-agent /path/to/your-project/.agent/skills/
73
+ cp -r oh-my-ag/.agent/skills/frontend-agent /path/to/your-project/.agent/skills/
74
+ ```
75
+
76
+ 본인 프로젝트에서:
77
+ ```bash
78
+ cd /path/to/your-project
79
+ npm install # 대시보드 사용할 경우
80
+ antigravity open .
81
+ ```
82
+
83
+ 모든 스킬이 이제 본인 프로젝트에서 사용 가능합니다!
84
+
85
+ ### 2. 초기 설정 (선택)
86
+
87
+ ```
88
+ /setup
89
+ → CLI 설치 확인, MCP 연결 상태, 언어 및 CLI 매핑 설정
90
+ ```
91
+
92
+ 이 명령은 `.agent/config/user-preferences.yaml`을 생성합니다.
93
+
94
+ ### 3. 채팅으로 사용
95
+
96
+ **간단한 작업** (단일 에이전트 자동 활성화):
97
+ ```
98
+ "Tailwind CSS로 로그인 폼 만들어줘"
99
+ → frontend-agent 자동 활성화
100
+ ```
101
+
102
+ **복잡한 프로젝트** (workflow-guide가 조율):
103
+ ```
104
+ "사용자 인증이 있는 TODO 앱 만들어줘"
105
+ → workflow-guide → PM Agent 기획 → Agent Manager에서 에이전트 생성
106
+ ```
107
+
108
+ **명시적 조율** (유저가 워크플로우 호출):
109
+ ```
110
+ /coordinate
111
+ → 단계별: PM 기획 → 에이전트 생성 → QA 검토
112
+ ```
113
+
114
+ **변경사항 커밋** (Conventional Commits):
115
+ ```
116
+ /commit
117
+ → 변경 분석, 커밋 타입/스코프 제안, Co-Author 포함 커밋 생성
118
+ ```
119
+
120
+ ### 3. 대시보드로 모니터링
121
+
122
+ ```bash
123
+ # bun이 없으면 먼저 설치:
124
+ # curl -fsSL https://bun.sh/install | bash
125
+
126
+ bunx oh-my-ag dashboard # 터미널 대시보드 (실시간)
127
+ bunx oh-my-ag dashboard:web # 웹 대시보드 (브라우저 UI)
128
+ # → http://localhost:9847
129
+ ```
130
+
131
+ ## 동작 원리
132
+
133
+ ### Progressive Disclosure (점진적 공개)
134
+
135
+ 스킬을 수동으로 선택할 필요 없습니다. Antigravity가 자동으로:
136
+ 1. 채팅 요청을 분석
137
+ 2. `.agent/skills/`의 스킬 설명과 매칭
138
+ 3. 필요한 스킬만 컨텍스트에 로드
139
+ 4. 지연 로딩으로 토큰 절약
140
+
141
+ ### Agent Manager UI
142
+
143
+ 복잡한 프로젝트에는 Antigravity **Agent Manager** (Mission Control)를 사용합니다:
144
+ 1. PM Agent가 기획서 작성
145
+ 2. Agent Manager UI에서 에이전트 생성
146
+ 3. 에이전트들이 별도 워크스페이스에서 병렬 작업
147
+ 4. 인박스 알림으로 진행 상황 확인
148
+ 5. QA Agent가 최종 검토
149
+
150
+ ### SubAgent Orchestrator (CLI)
151
+
152
+ 프로그래밍 방식의 병렬 실행:
153
+
154
+ ```bash
155
+ # 단일 에이전트
156
+ ./scripts/spawn-subagent.sh backend "인증 API 구현" ./backend
157
+
158
+ # 병렬 에이전트
159
+ ./scripts/spawn-subagent.sh backend "인증 API 구현" ./backend &
160
+ ./scripts/spawn-subagent.sh frontend "로그인 폼 생성" ./frontend &
161
+ wait
162
+ ```
163
+
164
+ 지원 CLI: **Gemini**, **Claude**, **Codex**, **Qwen**
165
+
166
+ ### 멀티-CLI 설정
167
+
168
+ `.agent/config/user-preferences.yaml`에서 에이전트별 CLI 설정:
169
+
170
+ ```yaml
171
+ # 응답 언어
172
+ language: ko # ko, en, ja, zh, ...
173
+
174
+ # 기본 CLI (단일 작업)
175
+ default_cli: gemini
176
+
177
+ # 에이전트별 CLI 매핑 (멀티-CLI 모드)
178
+ agent_cli_mapping:
179
+ frontend: gemini
180
+ backend: codex
181
+ mobile: gemini
182
+ pm: claude
183
+ qa: claude
184
+ debug: gemini
185
+ ```
186
+
187
+ **CLI 우선순위**:
188
+ 1. `--vendor` 명령줄 인자
189
+ 2. `user-preferences.yaml`의 `agent_cli_mapping`
190
+ 3. `user-preferences.yaml`의 `default_cli`
191
+ 4. `cli-config.yaml`의 `active_vendor` (레거시)
192
+ 5. 하드코딩 기본값: `gemini`
193
+
194
+ 대화형으로 설정하려면 `/setup` 실행.
195
+
196
+ ### Serena Memory 조율
197
+
198
+ Orchestrator가 `.serena/memories/`에 구조화된 상태를 기록합니다:
199
+
200
+ | 파일 | 용도 |
201
+ |------|------|
202
+ | `orchestrator-session.md` | 세션 ID, 상태, 단계 |
203
+ | `task-board.md` | 에이전트 할당 및 상태 테이블 |
204
+ | `progress-{agent}.md` | 에이전트별 턴 단위 진행 상황 |
205
+ | `result-{agent}.md` | 에이전트별 완료 결과 |
206
+
207
+ 두 대시보드 모두 이 파일들을 감시하여 실시간 모니터링합니다.
208
+
209
+ ## 실시간 대시보드
210
+
211
+ ### 터미널 대시보드
212
+
213
+ ```bash
214
+ # bun이 없으면 먼저 설치:
215
+ # curl -fsSL https://bun.sh/install | bash
216
+
217
+ bunx oh-my-ag dashboard
218
+ ```
219
+
220
+ `.serena/memories/`를 감시하여 터미널에 실시간 상태 테이블을 표시합니다:
221
+
222
+ ```
223
+ ╔════════════════════════════════════════════════════════╗
224
+ ║ Serena Memory Dashboard ║
225
+ ║ Session: session-20260128-143022 [RUNNING] ║
226
+ ╠════════════════════════════════════════════════════════╣
227
+ ║ Agent Status Turn Task ║
228
+ ║ ────────── ────────── ──── ────────── ║
229
+ ║ backend ● running 12 JWT Auth API ║
230
+ ║ frontend ✓ completed 18 Login UI ║
231
+ ║ qa ○ blocked - Security Review ║
232
+ ╠════════════════════════════════════════════════════════╣
233
+ ║ Latest Activity: ║
234
+ ║ [backend] Turn 12 - Added tests and rate limit ║
235
+ ║ [frontend] Completed - All criteria met ║
236
+ ╠════════════════════════════════════════════════════════╣
237
+ ║ Updated: 2026-01-28 14:32:05 | Ctrl+C to exit ║
238
+ ╚════════════════════════════════════════════════════════╝
239
+ ```
240
+
241
+ ### 웹 대시보드
242
+
243
+ ```bash
244
+ bunx oh-my-ag dashboard:web
245
+ # → http://localhost:9847
246
+ ```
247
+
248
+ 기능:
249
+ - WebSocket 실시간 푸시 (폴링 없음)
250
+ - 연결 끊김 시 자동 재연결
251
+ - 볼라색 Serena 테마 UI
252
+ - 세션 상태, 에이전트 테이블, 활동 로그
253
+ - chokidar 기반 이벤트 드리븐 파일 감시 (크로스 플랫폼)
254
+
255
+ ## 프로젝트 구조
256
+
257
+ ```
258
+ .
259
+ ├── .agent/
260
+ │ ├── config/
261
+ │ │ └── user-preferences.yaml # 언어, 타임존, CLI 매핑
262
+ │ ├── workflows/
263
+ │ │ ├── coordinate.md # /coordinate (UI 기반 멀티 에이전트 조율)
264
+ │ │ ├── orchestrate.md # /orchestrate (CLI 자동 병렬 실행)
265
+ │ │ ├── plan.md # /plan (PM 태스크 분해)
266
+ │ │ ├── review.md # /review (전체 QA 파이프라인)
267
+ │ │ ├── debug.md # /debug (구조화된 버그 수정)
268
+ │ │ ├── setup.md # /setup (CLI & MCP 설정)
269
+ │ │ └── tools.md # /tools (MCP 도구 관리)
270
+ │ └── skills/
271
+ │ ├── _shared/ # 공통 리소스 (스킬 아님)
272
+ │ │ ├── serena-memory-protocol.md
273
+ │ │ ├── common-checklist.md
274
+ │ │ ├── skill-routing.md
275
+ │ │ ├── context-loading.md
276
+ │ │ ├── context-budget.md
277
+ │ │ ├── reasoning-templates.md
278
+ │ │ ├── clarification-protocol.md
279
+ │ │ ├── difficulty-guide.md
280
+ │ │ ├── lessons-learned.md
281
+ │ │ ├── verify.sh
282
+ │ │ └── api-contracts/
283
+ │ ├── workflow-guide/ # 멀티 에이전트 조율
284
+ │ ├── pm-agent/ # 프로덕트 매니저
285
+ │ ├── frontend-agent/ # React/Next.js
286
+ │ ├── backend-agent/ # FastAPI
287
+ │ ├── mobile-agent/ # Flutter
288
+ │ ├── qa-agent/ # 보안 & QA
289
+ │ ├── debug-agent/ # 버그 수정
290
+ │ ├── orchestrator/ # CLI 기반 서브에이전트 실행
291
+ │ └── commit/ # Conventional Commits 스킬
292
+ │ # 각 스킬 구조:
293
+ │ # SKILL.md (~40줄, 토큰 최적화)
294
+ │ # resources/
295
+ │ # ├── execution-protocol.md (Chain-of-thought 단계)
296
+ │ # ├── examples.md (Few-shot 입출력 예시)
297
+ │ # ├── checklist.md (셀프 검증)
298
+ │ # ├── error-playbook.md (장애 복구)
299
+ │ # ├── tech-stack.md (기술 스택 상세)
300
+ │ # └── snippets.md (코드 스니펫)
301
+ ├── .serena/
302
+ │ └── memories/ # 런타임 상태 (gitignore 처리됨)
303
+ ├── scripts/
304
+ │ ├── spawn-subagent.sh # 서브에이전트 실행기
305
+ │ └── poll-status.sh # 상태 폴링
306
+ ├── package.json
307
+ ├── README.md # 영문 가이드
308
+ ├── README.ko.md # 한글 가이드 (이 파일)
309
+ └── USAGE.md # 상세 사용 가이드
310
+ ```
311
+
312
+ ## 스킬 아키텍처
313
+
314
+ 각 스킬은 **토큰 최적화된 2계층 설계**를 사용합니다:
315
+
316
+ - **SKILL.md** (~40줄): Antigravity가 즉시 로드. 스킬 정체성, 라우팅 조건, 핵심 규칙만 포함.
317
+ - **resources/**: 필요 시 로드. 실행 프로토콜, few-shot 예시, 체크리스트, 에러 플레이북, 코드 스니펫, 기술 스택 상세 포함.
318
+
319
+ 이를 통해 초기 스킬 로딩 시 **~75% 토큰 절약** (스킬당 3-7KB → ~800B).
320
+
321
+ ### 공통 리소스 (`_shared/`)
322
+
323
+ 모든 스킬에서 중복 제거된 공통 리소스:
324
+
325
+ | 리소스 | 용도 |
326
+ |--------|------|
327
+ | `reasoning-templates.md` | 다단계 추론을 위한 구조화된 빈칸 채우기 템플릿 |
328
+ | `clarification-protocol.md` | 질문 vs 가정 판단, 모호성 수준별 대응 |
329
+ | `context-budget.md` | 모델 등급별 토큰 효율적 파일 읽기 전략 |
330
+ | `context-loading.md` | Orchestrator 프롬프트 구성을 위한 태스크-리소스 매핑 |
331
+ | `skill-routing.md` | 키워드→스킬 매핑, 병렬 실행 규칙 |
332
+ | `difficulty-guide.md` | Simple/Medium/Complex 평가 및 프로토콜 분기 |
333
+ | `lessons-learned.md` | 크로스 세션 누적 도메인 교훈 |
334
+ | `verify.sh` | 에이전트 완료 후 자동 검증 스크립트 |
335
+ | `api-contracts/` | PM이 작성, Backend가 구현, Frontend/Mobile이 소비 |
336
+ | `serena-memory-protocol.md` | CLI 모드 메모리 읽기/쓰기 프로토콜 |
337
+ | `common-checklist.md` | 범용 코드 품질 체크리스트 |
338
+
339
+ ### 스킬별 리소스
340
+
341
+ 각 스킬이 도메인 특화 리소스를 제공:
342
+
343
+ | 리소스 | 용도 |
344
+ |--------|------|
345
+ | `execution-protocol.md` | 4단계 Chain-of-thought 워크플로우 (분석 → 설계 → 구현 → 검증) |
346
+ | `examples.md` | 2-3개 few-shot 입출력 예시 |
347
+ | `checklist.md` | 도메인별 셀프 검증 체크리스트 |
348
+ | `error-playbook.md` | "3 strikes" 에스컬레이션 규칙을 포함한 장애 복구 |
349
+ | `tech-stack.md` | 상세 기술 사양 |
350
+ | `snippets.md` | 바로 사용 가능한 코드 패턴 |
351
+
352
+ ## 스킬 개요
353
+
354
+ ### workflow-guide
355
+ **발동 조건**: 복잡한 멀티 도메인 요청
356
+ **역할**: PM, Frontend, Backend, Mobile, QA 에이전트 조율 안내
357
+
358
+ ### pm-agent
359
+ **발동 조건**: "기획해줘", "분석해줘", "뭘 만들어야 할까"
360
+ **산출물**: `.agent/plan.json` (태스크, 우선순위, 의존성)
361
+
362
+ ### frontend-agent
363
+ **발동 조건**: UI, 컴포넌트, 스타일링, 클라이언트 로직
364
+ **기술 스택**: Next.js 14, TypeScript, Tailwind CSS, shadcn/ui
365
+
366
+ ### backend-agent
367
+ **발동 조건**: API, 데이터베이스, 인증
368
+ **기술 스택**: FastAPI, SQLAlchemy, PostgreSQL, Redis, JWT
369
+
370
+ ### mobile-agent
371
+ **발동 조건**: 모바일 앱, iOS/Android
372
+ **기술 스택**: Flutter 3.19+, Dart, Riverpod
373
+
374
+ ### qa-agent
375
+ **발동 조건**: "보안 검토해줘", "성능 확인", "감사해줘"
376
+ **검사 항목**: OWASP Top 10, Lighthouse, WCAG 2.1 AA
377
+
378
+ ### debug-agent
379
+ **발동 조건**: 버그 리포트, 에러 메시지, 크래시
380
+ **산출물**: 수정된 코드, 회귀 테스트, 버그 문서
381
+
382
+ ### orchestrator
383
+ **발동 조건**: 프로그래밍 방식의 서브에이전트 실행
384
+ **지원 CLI**: Gemini, Claude, Codex, Qwen (설정 가능)
385
+
386
+ ### commit
387
+ **발동 조건**: "커밋해줘", "commit", "변경사항 저장"
388
+ **형식**: Conventional Commits + Co-Author 태그
389
+ **설정**: `.agent/skills/commit/config/commit-config.yaml`
390
+
391
+ ## 사전 요구 사항
392
+
393
+ - **Google Antigravity** (2026+)
394
+ - **Node.js** (웹 대시보드용)
395
+ - **fswatch** (macOS) 또는 **inotify-tools** (Linux) — 터미널 대시보드용
396
+
397
+ SubAgent Orchestrator를 사용하려면 최소 1개의 CLI 도구 필요:
398
+
399
+ | CLI | 설치 | 인증 |
400
+ |-----|------|------|
401
+ | Gemini | `npm i -g @anthropic-ai/gemini-cli` | `gemini auth` |
402
+ | Claude | `npm i -g @anthropic-ai/claude-code` | `claude auth` |
403
+ | Codex | `npm i -g @openai/codex` | `codex auth` |
404
+ | Qwen | `pip install qwen-cli` | `qwen auth` |
405
+
406
+ ## CLI 명령어
407
+
408
+ ```bash
409
+ bunx oh-my-ag # 대화형 스킬 설치
410
+ bunx oh-my-ag doctor # 설정 확인 & 누락된 스킬 보강
411
+ bunx oh-my-ag doctor --json # CI/CD용 JSON 출력
412
+ bunx oh-my-ag update # 스킬을 최신 버전으로 업데이트
413
+ bunx oh-my-ag stats # 생산성 메트릭 조회
414
+ bunx oh-my-ag stats --reset # 메트릭 초기화
415
+ bunx oh-my-ag retro # 세션 회고 (배운 점 & 다음 단계)
416
+ bunx oh-my-ag dashboard # 터미널 실시간 대시보드
417
+ bunx oh-my-ag dashboard:web # 웹 대시보드 (http://localhost:9847)
418
+ bunx oh-my-ag help # 도움말 표시
419
+ ```
420
+
421
+ ## 문제 해결
422
+
423
+ ### 대시보드에 "No agents detected" 표시
424
+ 메모리 파일이 아직 생성되지 않았습니다. Orchestrator를 실행하거나 `.serena/memories/`에 수동으로 파일을 생성하세요.
425
+
426
+ ### 웹 대시보드가 시작되지 않음
427
+ 먼저 `npm install`로 `chokidar`와 `ws` 의존성을 설치하세요.
428
+
429
+ ### 터미널 대시보드: "fswatch not found"
430
+ macOS: `brew install fswatch`
431
+ Linux: `apt install inotify-tools`
432
+
433
+ ### Antigravity에서 스킬이 로드되지 않음
434
+ 1. `antigravity open .`으로 프로젝트 열기
435
+ 2. `.agent/skills/` 폴더와 `SKILL.md` 파일 확인
436
+ 3. Antigravity IDE 재시작
437
+
438
+ ### 에이전트 간 코드 불일치
439
+ 1. `.gemini/antigravity/brain/`에서 산출물 검토
440
+ 2. 다른 에이전트의 산출물을 참조하여 재생성
441
+ 3. QA Agent로 최종 일관성 검사
442
+
443
+ ## 라이선스
444
+
445
+ MIT
446
+
447
+ ## 문서
448
+
449
+ | 문서 | 대상 | 용도 |
450
+ |------|------|------|
451
+ | [README.md](./README.md) | 사용자 | 프로젝트 개요 (영문) |
452
+ | [README.ko.md](./README.ko.md) | 사용자 | 프로젝트 개요 (한글) |
453
+ | [USAGE.md](./USAGE.md) | 사용자 | 스킬 사용 방법 (영문) |
454
+ | [USAGE.ko.md](./USAGE.ko.md) | 사용자 | 스킬 사용 방법 (한글) |
455
+ | [AGENT_GUIDE.md](./AGENT_GUIDE.md) | 개발자 | **기존 프로젝트에 통합하는 방법** |
456
+
457
+ ---
458
+
459
+ **Google Antigravity 2026용** | **처음이신가요?** [AGENT_GUIDE.md](./AGENT_GUIDE.md)에서 기존 프로젝트에 통합하는 방법을 확인하세요