Install
$ agentstack add skill-ggombee-code-forge-gemini ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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로 확인 |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ggombee
- Source: ggombee/code-forge
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.