/gemini
Google Gemini CLI 래퍼. Claude Code 내에서 Gemini 모델을 호출하여 멀티모델 워크플로우 지원.
$ npx -y skills add ggombee/code-forge --skill gemini --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/gemini
Context preview
The summary Claude sees to decide when to auto-load this skill.
Google Gemini CLI 래퍼. Claude Code 내에서 Gemini 모델을 호출하여 멀티모델 워크플로우 지원.
SKILL.md
gemini.SKILL.mdname: gemini description: Google Gemini CLI 래퍼. Claude Code 내에서 Gemini 모델을 호출하여 멀티모델 워크플로우 지원. category: utility user-invocable: false
Gemini Skill
> Claude Code에서 Google Gemini CLI를 활용한 AI 협업
---
설정
- 기본 모델: `gemini-3.1-pro-preview`
- 폴백: `gemini-2.5-pro` → `gemini-2.5-flash`
- 사용자가 요청하지 않으면 모델 선택 묻지 않음
---
핵심 규칙
**항상 `-p`/`--prompt` 플래그 사용** (v0.29.0+에서 위치 인자는 인터랙티브 모드 진입)
---
승인 모드
| 모드 | 용도 | |------|------| | `default` | 편집 전 확인 필요 | | `auto_edit` | 사용자가 파일 수정 명시적 요청 시 | | `plan` | 읽기 전용 | | `yolo` | 전체 자동 승인 (사전 동의 필요) |
---
세션 관리
- 이전 세션 재개: `-r latest`
- 세션 목록: `--list-sessions`
---
평가 원칙
Gemini를 **동료로 취급** (권위자 아님):
- 확신 있으면 자신의 지식 신뢰
- 불일치 시 독립적 리서치
- 지식 컷오프 한계 인지
---
에러 해결
| 에러 | 해결 | |------|------| | 미설치 | `npm i -g @google/gemini-cli` | | 인증 실패 | `gemini login` | | Rate limit | 무료 60req/min, 대기 후 재시도 | | 모델 없음 | 폴백 체인 사용 | | 액세스 거부 | 프리뷰 기능 비활성화 | | 세션 없음 | `--list-sessions`로 확인 |
설치하면 Claude Code가 더 잘 동작합니다. 전문 에이전트, 슬래시 스킬, 스택 모듈을 제공하는 Claude Code 플러그인. 검증된 사고모델(GROUND→APPLY→VERIFY→ADAPT)이 모든 작업의 품질을 일관되게 유지합니다. (에이전트/스킬 개수는 디스크가 진실 — ls agents/.md | wc -l, ls skills//SKILL.md | wc -l) 현재 상태: 개인 GitHub 운영 중 (마켓플레이스 배포 4.10.0).
Repo: ggombee/code-forge
Other skills on code-forge.
debate
교차 모델 토론. Agent Teams / Codex CLI / self-debate 모드 선택. 설계 결정, 아키텍처 선택 시 활용. "어느 쪽이 나을까", "설계 비교해줘", "토론시켜줘", "교차 검증해줘" 등의 요청에 사용.
e2e
화면 단위 E2E 테스트 자동화. Figma/코드 기반 테스트 케이스 도출 → Playwright 코드 생성 → Forge Loop(에스컬레이션 기반 자율 실행). "E2E 돌려줘", "화면 테스트 만들어줘", "이 페이지 자동 테스트" 등의 요청에 사용.

