npx claudepluginhub ggombee/code-forgeThis skill uses the workspace's default tool permissions.
> Claude Code에서 Google Gemini CLI를 활용한 AI 협업
Invokes Google Gemini CLI for complex reasoning, research, and AI tasks in headless mode. Supports preview models, fallbacks, and session continuation.
Invokes OpenAI Codex and Google Gemini CLIs via Bash for second opinions, code reviews, and alternative analysis. Useful when users request external AI verification or explicitly say 'ask codex' or 'ask gemini'.
Delegates coding tasks to Google Gemini CLI agent in the background via bash. Triggers on Gemini delegation phrases, second opinions from Gemini/Google, or parallel Google agent runs.
Share bugs, ideas, or general feedback.
Claude Code에서 Google Gemini CLI를 활용한 AI 협업
gemini-3.1-pro-previewgemini-2.5-pro → gemini-2.5-flash항상 -p/--prompt 플래그 사용 (v0.29.0+에서 위치 인자는 인터랙티브 모드 진입)
| 모드 | 용도 |
|---|---|
default | 편집 전 확인 필요 |
auto_edit | 사용자가 파일 수정 명시적 요청 시 |
plan | 읽기 전용 |
yolo | 전체 자동 승인 (사전 동의 필요) |
-r latest--list-sessionsGemini를 동료로 취급 (권위자 아님):
| 에러 | 해결 |
|---|---|
| 미설치 | npm i -g @google/gemini-cli |
| 인증 실패 | gemini login |
| Rate limit | 무료 60req/min, 대기 후 재시도 |
| 모델 없음 | 폴백 체인 사용 |
| 액세스 거부 | 프리뷰 기능 비활성화 |
| 세션 없음 | --list-sessions로 확인 |