gemini
Provides Gemini CLI delegation workflows for large-context analysis and complex reasoning using Gemini 3.0 Flash and Gemini 3.0 Pro models, including English prompt formulation, execution flags, and safe result handling. Use when the user explicitly asks to use Gemini for tasks such as broad codebase analysis, fast iterations with Gemini 3 Flash, or deep architectural reasoning with Gemini 3 Pro. Triggers on "use gemini", "delegate to gemini", "run gemini cli", "ask gemini", "use gemini for this task", "use gemini 3 flash", "use gemini 3 pro".
npx skills add majiayu000/claude-skill-registry --skill gemini-giuseppe-trisciuogli-developer-kit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 -
- Overview
- When to Use
- Prerequisites
- Reference
- Mandatory Rules
- Instructions
- Step 1: Confirm Delegation Scope
- Model Selection Guide
- Step 2: Formulate Prompt in English
- Step 3: Select Execution Mode and Flags
- Step 4: Execute Gemini CLI
- Step 5: Return Results Safely
- Output Template
- Examples
gemini --version gemini -p "<english-prompt>" Default non-interactive delegation gemini -p "Analyze this codebase architecture and list refactoring opportunities by impact." Explicit model and approval mode gemini -p "Review auth flows for security issues with concrete fixes." -m gemini-3-pro --approval-mode plan Structured output for automation gemini -p "Summarize key technical debt items as JSON array." --output-format json Resume latest session gemini -r latest -p "Continue from previous analysis and focus on test coverage gaps."
What does the gemini skill do?
Provides Gemini CLI delegation workflows for large-context analysis and complex reasoning using Gemini 3.0 Flash and Gemini 3.0 Pro models, including English prompt formulation, execution flags, and safe result handling. Use when the user explicitly asks to use Gemini for tasks such as broad codebase analysis, fast iterations with Gemini 3 Flash, or deep architectural reasoning with Gemini 3 Pro. Triggers on "use gemini", "delegate to gemini", "run gemini cli", "ask gemini", "use gemini for this task", "use gemini 3 flash", "use gemini 3 pro".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill gemini-giuseppe-trisciuogli-developer-kit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
