Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/ggombee/code-forge/gemininpx skills add ggombee/code-forge --skill geminigit clone --depth 1 https://github.com/ggombee/code-forgeWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00031 | $0.00431 |
| Opus 5 | $0.00015 | $0.00216 |
| Sonnet 5 | $0.00006 | $0.00086 |
| Haiku 4.5 | $0.00003 | $0.00043 |
Grade A, and why
gemini scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
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로 확인 |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 65 lines · 31 tokens per session scan A 4fcdd2b5d68c
gemini is a skill published in the GitHub repository ggombee/code-forge (13 stars, last pushed 2mo ago), licensed MIT. It adds 31 tokens to every session and 431 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
TRC20 Token Toolkit
Universal TRC20 token operations — transfer, approve, query balances, and fetch metadata.
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…
unit-converter
Converts between common units of measurement including temperature, distance, and weight.
web-scraping
Web scraping and data extraction best practices.
data-analysis
Data analysis workflow: ingest, validate quality, explore, analyze, report. Use when the user provides or references datasets (CSV, JSON, SQL, spreadsheets) or asks for statistics, aggregation, correlation, or chart generation.
context-generate
Assemble a context package (code graph, requirements, constraints, blast radius) before a downstream generation task runs - human-approved, source-attributed. Do NOT use for simple lookups.