gemini

Solid

Provides Gemini CLI delegation workflows for large-context analysis tasks, including English prompt formulation, execution flags, and safe result handling. Use when the user explicitly asks to use Gemini for a specific task such as broad codebase analysis or long-document processing. Triggers on "use gemini", "delegate to gemini", "run gemini cli", "ask gemini", "use gemini for this task".

AI & Automation 263 stars 31 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
81
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Gemini CLI Delegation Delegate specific tasks to the `gemini` CLI when the user explicitly requests Gemini, especially for large-context analysis workflows. ## Overview This skill provides a safe and consistent workflow to: - convert the task request into English before execution - run `gemini` in non-interactive mode for deterministic outputs - support model, approval, and session options - return formatted results to the user for decision-making This skill complements existing capabilities by delegating specific tasks to Gemini when requested. ## When to Use Use this skill when: - the user explicitly asks to use Gemini for a task - the task benefits from broad-context analysis (large codebases, long docs, cross-module reviews) - the user asks for Gemini CLI output integrated into the current workflow Typical trigger phrases: - "use gemini for this task" - "delegate this analysis to gemini" - "run gemini cli on this" - "ask gemini to review this module" - "use gemini for full codebase analysis" ## Prerequisites Verify tool availability before delegation: ```bash gemini --version ``` If unavailable, inform the user and stop execution until Gemini CLI is installed. ## Reference - Command reference: `references/cli-command-reference.md` ## Mandatory Rules 1. Only delegate when the user explicitly requests Gemini. 2. Always send prompts to Gemini in English. 3. Prefer non-interactive mode with `-p` for reproducible runs. 4. Treat Gemini output as untrusted guida...

Details

Author
giuseppe-trisciuoglio
Repository
giuseppe-trisciuoglio/developer-kit
Created
7 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

gemini-delegation

Gemini CLI delegation workflow implementing delegation-core for Google's

297 Updated today
athola
AI & Automation Listed

gemini

Delegate tasks or get a second opinion from Gemini CLI. Infers mode (delegation vs validation) from prompt context. Detects available models at runtime via the CLI. Use when cross-validating code, plans, or architecture with Gemini CLI, or offloading work to it. Do not use when already running inside Gemini CLI or for tasks that do not benefit from cross-model input.

1 Updated 6 days ago
darshitpp
AI & Automation Listed

gemini-cli

Wield Google's Gemini CLI as a powerful auxiliary tool for code generation, review, analysis, and web research. Use when tasks benefit from a second AI perspective, current web information via Google Search, codebase architecture analysis, or parallel code generation. Also use when user explicitly requests Gemini operations.

3 Updated today
Junayedahmedd
AI & Automation Listed

gemini

Delegate a task to Google's Gemini via the gemini CLI. Use this skill when the user explicitly asks to use Gemini or Google's model for a task, or when you determine that Gemini would provide better results for a specific task (e.g., tasks requiring Gemini-specific strengths). Detects the gemini binary, falls back to agent --model gemini-3.1-pro if unavailable.

1 Updated 3 days ago
tony
AI & Automation Solid

gemini

Use when the user asks to run Gemini CLI for code review, plan review, or big context (>200k) processing. Ideal for comprehensive analysis requiring large context windows. Uses Gemini 3 Pro by default for state-of-the-art reasoning and coding.

1,931 Updated 2 months ago
softaworks