gemini-exec

Execute Google Gemini CLI prompts in non-interactive mode with structured JSON output.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/hiddink-ai/hiddink-harness --skill gemini-exec-hiddink-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-exec
Source: https://github.com/hiddink-ai/hiddink-harness/tree/main/templates/skills/gemini-exec
Command: npx skills add https://github.com/hiddink-ai/hiddink-harness --skill gemini-exec-hiddink-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill bridges the gap between Claude-based agents and Google Gemini, allowing you to leverage Gemini's specific strengths for code generation and research without leaving your current agent environment.

Core Features & Use Cases

  • Non-interactive Execution: Run Gemini prompts in the background with structured JSON or stream-JSON output.
  • Hybrid Workflows: Combine Gemini's fast generation capabilities with Claude's deep reasoning and review expertise.
  • Use Case: Use this skill to quickly scaffold a new project structure or generate boilerplate code using Gemini, then have your primary Claude agent review and integrate the output into your existing codebase.

Quick Start

Use the gemini-exec skill to generate a new project README file using the gemini model and save the output directly to the current directory.

Frequently Asked Questions about gemini-exec

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

FAQPage Schema
How do I execute Gemini CLI prompts non-interactively for code generation?

To execute Gemini CLI prompts non-interactively, this skill runs background prompts to return structured JSON or stream-JSON output for research and code generation tasks.

Can I combine Gemini code generation with Claude-based orchestration in a hybrid workflow?

Yes, you can build hybrid workflows by delegating fast code generation tasks to Gemini while maintaining Claude-based review and orchestration to integrate the output.

Do I need a Gemini CLI installation to automate prompts for hybrid AI agents?

Yes, automating prompts requires a valid Gemini CLI installation and appropriate API authentication configured via environment variables to execute successfully.

What is the best way to scaffold a project structure using Gemini and save the output?

The best way to scaffold a project is to run a Gemini prompt via this skill to generate the file, then save the structured output directly to your current directory.