plugins/core/skills/clasp-gemini/SKILL.md
--- name: clasp-gemini description: Gemini CLIで別AIの視点を得る。コードレビューやタスク実行をGeminiに依頼する際に使用。multi-agent collaboration。 allowed-tools: Bash(gemini:*), Bash(which:*) argument-hint: [review|exec] [prompt] context: fork --- # Gemini CLI スキル Gemini CLI を使って、別のAIエージェントの視点を得る。 ## 前提条件 - Gemini CLI がインストールされている必要がある - Google AI の認証が設定されている必要がある ## 手順 ### Step 1: コマンドの存在確認 `gemini` コマンドが利用可能か確認する。 ```bash which gemini ``` コマンドが見つからない場合は、ユーザーにインストールを促して終了する。 > Gemini CLI がインストールされていません。以下を参考にインストールして
npx skillsauth add kentanakae/claude-code-plugins plugins/core/skills/clasp-geminiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Gemini CLI を使って、別のAIエージェントの視点を得る。
gemini コマンドが利用可能か確認する。
which gemini
コマンドが見つからない場合は、ユーザーにインストールを促して終了する。
Gemini CLI がインストールされていません。以下を参考にインストールしてください: https://github.com/google-gemini/gemini-cli
$ARGUMENTS を解析して実行モードを決定:
| 引数パターン | モード |
| ------------- | -------- |
| review <prompt> | 読み取り専用でレビュー |
| exec <prompt> | タスク実行 |
| 引数なし | ユーザーに確認 |
gemini -s -p "<prompt>"
-s (sandbox) でサンドボックスモードを有効にし、安全にレビューする。
gemini -p "<prompt>"
自動承認が必要な場合:
gemini -y -p "<prompt>"
実行結果をユーザーに報告する。
| オプション | 説明 |
| ----------- | ------ |
| -m, --model <MODEL> | 使用するモデルを指定 |
| -p, --prompt <PROMPT> | 非インタラクティブにプロンプトを実行 |
| -s, --sandbox | サンドボックスモードで実行 |
| -y, --yolo | 全てのアクションを自動承認 |
# レビューを依頼
gemini -s -p "このコードをレビューして"
# タスクを実行
gemini -p "このコードのパフォーマンスを改善して"
# 自動承認モードで実行
gemini -y -p "テストを追加して"
tools
--- name: clasp-antigravity description: Antigravity CLI (agy) で別AIの視点を得る。Gemini CLIの後継。コードレビューやタスク実行をAntigravityに依頼する際に使用。multi-agent collaboration。 allowed-tools: Bash(agy:*), Bash(which:*) argument-hint: [review|exec] [prompt] context: fork --- # Antigravity CLI スキル Antigravity CLI(バイナリ名 `agy`)を使って、別のAIエージェントの視点を得る。Google が 2026-05-19 に公開した Gemini CLI の後継。 > **背景**: Gemini CLI は 2026-06-18 に Free/Pro/Ultra ユーザー向けで停止された(Standard/Enterprise ライセンスは継続)。本スキルはその後継として運用する。 ## 前提条件 - Antigravity
tools
ユーザーにフレンドリーな挨拶をする
tools
プラグインのスキル機能を実演するサンプル。デモやサンプルを求められたときに使用。
tools
協働チーム(設計リード・実装担当・調査担当)を起動して大規模タスクに取り組む。複数フェーズにわたる実装・調査・テストの並列連携が必要な場合に使用。