gemini

Execute Gemini CLI commands for code analysis and generation.

43|9|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/ssdeanx/AgentStack --skill gemini-ssdeanx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/ssdeanx/AgentStack/tree/main/.github/skills/gemini
Command: npx skills add https://github.com/ssdeanx/AgentStack --skill gemini-ssdeanx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Gemini CLI integration enables automated AI-powered code analysis and generation by leveraging Google's Gemini models within automation workflows.

Core Features & Use Cases

  • Execute Gemini CLI commands with support for multiple models and flexible prompts.
  • Perform code analysis and generation with Gemini models within Claude Code workflows.
  • Integrate Gemini-powered reasoning into development pipelines and error-safe operations.

Quick Start

Run the Gemini CLI wrapper with your prompt to analyze or generate code using Gemini models.

Frequently Asked Questions about gemini

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Gemini code analysis within my development workflow?

Automate Gemini code analysis by executing Gemini CLI commands with flexible prompts to perform AI-powered code generation and complex reasoning directly within your development pipelines.

Can I use different Gemini models for AI code generation in pipelines?

Yes, AI code generation supports multiple Gemini models by reading the desired model from the GEMINI_MODEL environment variable, allowing flexible model selection across your workflows.

Do I need the Gemini CLI installed to run AI code analysis?

Yes, Gemini CLI must be installed locally as a prerequisite to execute the wrapper scripts that perform Gemini-powered code analysis and generation tasks.

What is the execution timeout for Gemini CLI code generation tasks?

Gemini CLI code generation enforces a fixed 2-hour timeout to prevent long-running processes from blocking your development workflows during complex reasoning operations.

How does Gemini-powered reasoning integrate with Claude Code workflows?

Gemini-powered reasoning integrates by executing CLI commands that pass prompts to Gemini models, returning analysis results and generated code directly into your Claude Code workflow.