gemini — google gemini ai model gemini, open-stack-app, community, google gemini ai model, ide skills, gemini install, gemini api key setup, gemini cli tool, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for AI Agents requiring enhanced thinking precision and critical decision-making capabilities via the Google Gemini model. Gemini is a skill that utilizes the Google Gemini AI model to provide an alternative perspective, enhancing thinking accuracy and decision-making capabilities.

Features

Utilizes the Google Gemini CLI tool for execution
Requires a properly configured API key or authentication for setup
Automatically triggers in situations involving design judgment, debugging, and critical decisions
Supports code context passing via pipe input or file specification options
Executes with the basic command: gemini "prompt"

# Core Topics

interactive-inc interactive-inc
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The gemini skill by interactive-inc is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for google gemini ai model, gemini install, gemini api key setup.

Ideal Agent Persona

Ideal for AI Agents requiring enhanced thinking precision and critical decision-making capabilities via the Google Gemini model.

Core Value

Empowers agents to leverage the Google Gemini model for design judgment, debugging, and critical decision-making, utilizing the Gemini CLI tool and API keys for seamless integration, and supporting complex tasks through code context passing via pipe input or file specification options.

Capabilities Granted for gemini

Enhancing design judgment through trade-off evaluations
Debugging complex issues with precise cause identification
Informing critical decisions such as architecture selection or security implementations

! Prerequisites & Limits

  • Requires Gemini CLI tool installation in the environment path
  • Needs appropriate API keys or authentication credentials for CLI execution
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

gemini

Install gemini, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Gemini Dialogue

異なるAIモデル(Google Gemini)の視点を得て、思考の精度を高めるためのスキル。

前提条件 (Prerequisites)

このスキルを実行するには、以下の環境が整っている必要があります:

  • 環境パス(PATH)に gemini CLIツールがインストールされていること
  • 適切なAPIキーまたは認証情報が設定済みで、CLIが実行可能な状態であること

いつ使うか

以下の状況で自動的に発動する:

  • 設計判断で迷いがある時(複数アプローチのトレードオフ評価)
  • 問題が難航している時(デバッグの行き詰まり、原因特定の困難)
  • 重要な決定をする時(アーキテクチャ選定、破壊的変更、セキュリティ実装)

使い方

Geminiへの相談

基本コマンド:

bash
1gemini "プロンプト"

コードコンテキストの渡し方(重要)

Geminiにコードを読ませる場合は、以下の方法を使用する。シェルでのエスケープエラーを防ぐため、パイプ入力ファイル指定オプションを優先する。

1. パイプ入力(推奨:エスケープ問題を回避) ファイルの中身を標準入力として渡す:

bash
1cat src/feature.ts | gemini "このコードの潜在的なバグを指摘して"

2. コンテキストオプション(CLIがサポートしている場合) ファイルパスを明示的に指定する:

bash
1gemini "リファクタリング案を出して" --context src/App.tsx

3. コマンド置換(短いテキストのみ)

bash
1gemini "次の設定値の意味を教えて: $(cat config.json)"

オプション

  • -m gemini-2.5-pro - モデル指定(デフォルトは2.5 Flash)
  • --include-directories ../lib - ディレクトリごとコンテキストに追加(トークン量に注意)

セッション引き継ぎ

継続的な議論が必要な場合、前回のセッションを引き継げる:

bash
1gemini -r latest "フォローアップの質問"

セッション一覧を確認する場合:

bash
1gemini --list-sessions

注意事項

  • 対話モード禁止: -i フラグは使用しない。Bashツールがタイムアウトするため、常にワンショットで実行する。
  • シェルエスケープ: プロンプト文字列内に "(ダブルクォート)や $、バッククォートが含まれるとBashが誤解釈する可能性がある。複雑なプロンプトは外部ファイルに保存してから読み込ませるか、パイプ入力を活用する。
  • 機密情報: --include-directories を使用する際は、.env ファイルや認証情報が含まれないよう注意する。

プロンプト構成

Geminiに渡すプロンプトには以下を含める:

  • 現在の状況・コンテキスト
  • 試したこと・考えたこと
  • 具体的に意見が欲しい点

回答の統合

Geminiの回答を受け取ったら:

  • Claude Codeの考えと比較
  • 共通点と相違点を分析
  • 最終的な判断を導出

プロンプトテンプレート

設計判断

現在、[機能名]の実装を検討しています。

コンテキスト:
- [技術スタック、制約条件]

検討中のアプローチ:
A) [アプローチA]
B) [アプローチB]

私の現時点での考え:
- [Claude Codeとしての分析]

以下の観点で意見をください:
- 見落としているリスクはないか
- より良いアプローチはないか
- 長期的な保守性の観点

難航している問題

以下の問題で行き詰まっています。

症状:
- [エラーメッセージ、挙動]

試したこと:
1. [試行1] → [結果]
2. [試行2] → [結果]

関連コード:
[コードスニペット または ファイル内容]

別の角度からの調査アプローチを提案してください。

運用ルール

  • Geminiの意見は参考情報として扱う
  • 最終判断はClaude Codeが行う
  • 両者の意見が異なる場合は、その理由を分析してユーザーに提示する

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is gemini?

Ideal for AI Agents requiring enhanced thinking precision and critical decision-making capabilities via the Google Gemini model. Gemini is a skill that utilizes the Google Gemini AI model to provide an alternative perspective, enhancing thinking accuracy and decision-making capabilities.

How do I install gemini?

Run the command: npx killer-skills add interactive-inc/open-stack-app/gemini. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for gemini?

Key use cases include: Enhancing design judgment through trade-off evaluations, Debugging complex issues with precise cause identification, Informing critical decisions such as architecture selection or security implementations.

Which IDEs are compatible with gemini?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for gemini?

Requires Gemini CLI tool installation in the environment path. Needs appropriate API keys or authentication credentials for CLI execution.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add interactive-inc/open-stack-app/gemini. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use gemini immediately in the current project.

Related Skills

Looking for an alternative to gemini or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI