skills/integrations/gemini/SKILL.md
Gemini CLI for one-shot prompts, summaries, structured output, and extension-aware calls.
npx skillsauth add helix4u/hermes-agent geminiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use Gemini CLI in one-shot mode with a positional prompt.
Core usage
gemini "Answer this question..."gemini --model <name> "Prompt..."gemini --output-format json "Return JSON"Extensions
gemini --list-extensionsgemini extensions <command>Auth and safety notes
gemini once interactively and complete login.--yolo mode for safety-sensitive workflows.development
Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.
development
Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle with test-first approach.
development
Use when encountering any bug, test failure, or unexpected behavior. 4-phase root cause investigation — NO fixes without understanding the problem first.
development
Use when executing implementation plans with independent tasks. Dispatches fresh delegate_task per task with two-stage review (spec compliance then code quality).