Agent skill · Workflow & Productivity

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".

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Allowed tools: BashReadWrite
Path: skills/ai-llm/gemini-giuseppe-trisciuogli-developer-kit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 -

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Reference
  5. Mandatory Rules
  6. Instructions
  7. Step 1: Confirm Delegation Scope
  8. Model Selection Guide
  9. Step 2: Formulate Prompt in English
  10. Step 3: Select Execution Mode and Flags
  11. Step 4: Execute Gemini CLI
  12. Step 5: Return Results Safely
  13. Output Template
  14. Examples
Ships with 1 file
  • metadata.json
Commands it runs
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."
More from claude-skill-registry
All skills →
About this skill
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.

Keep going