ワンクリックで
gemini
Query Gemini CLI for quick lookups, deep research, and approach comparison
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Query Gemini CLI for quick lookups, deep research, and approach comparison
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run the self-improvement pipeline to analyze usage, plan, and apply Claude Code configuration improvements
Create, schedule, and manage autonomous AI-agent tasks with systemd timers
Create and manipulate Obsidian Canvas (.canvas) files using the JSON Canvas spec
Create a git commit with proper conventional commit message
Code generation, exploration, and image analysis via Codex CLI
Populate styled ODT/OTT templates with content while preserving formatting
| name | gemini |
| description | Query Gemini CLI for quick lookups, deep research, and approach comparison |
| allowed-tools | Bash(gemini:*), Bash(jq:*) |
| argument-hint | [query]|research [topic]|compare [options-to-compare] |
Delegate queries to Gemini for fast lookups, web-backed research, and trade-off analysis.
/gemini [query]Quick query. Default mode when no subcommand is given.
Run the following command and present the response:
!gemini "$ARGUMENTS" -y -o json 2>/dev/null | jq -r '.response'
Use for:
/gemini research [topic]Deep research with web search capabilities. Ask Gemini to search for current documentation, latest API changes, best practices, or package availability.
Run: !gemini "Research the following topic, use web search if needed: $ARGUMENTS" -y -o json 2>/dev/null | jq -r '.response'
Present the findings to help inform our implementation strategy.
/gemini compare [options-to-compare]Compare multiple approaches or perspectives with trade-off analysis.
Run: !gemini "Provide 3 different approaches or perspectives for: $ARGUMENTS. Compare their trade-offs." -y -o json 2>/dev/null | jq -r '.response'
Use this to explore alternative solutions before committing to an approach.