gemini
SolidProvides Gemini CLI delegation workflows for large-context analysis tasks, including English prompt formulation, execution flags, and safe result handling. Use when the user explicitly asks to use Gemini for a specific task such as broad codebase analysis or long-document processing. Triggers on "use gemini", "delegate to gemini", "run gemini cli", "ask gemini", "use gemini for this task".
Install
Quality Score: 89/100
Skill Content
Details
- Author
- giuseppe-trisciuoglio
- Repository
- giuseppe-trisciuoglio/developer-kit
- Created
- 7 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
gemini-delegation
Gemini CLI delegation workflow implementing delegation-core for Google's
gemini
Delegate tasks or get a second opinion from Gemini CLI. Infers mode (delegation vs validation) from prompt context. Detects available models at runtime via the CLI. Use when cross-validating code, plans, or architecture with Gemini CLI, or offloading work to it. Do not use when already running inside Gemini CLI or for tasks that do not benefit from cross-model input.
gemini-cli
Wield Google's Gemini CLI as a powerful auxiliary tool for code generation, review, analysis, and web research. Use when tasks benefit from a second AI perspective, current web information via Google Search, codebase architecture analysis, or parallel code generation. Also use when user explicitly requests Gemini operations.
gemini
Delegate a task to Google's Gemini via the gemini CLI. Use this skill when the user explicitly asks to use Gemini or Google's model for a task, or when you determine that Gemini would provide better results for a specific task (e.g., tasks requiring Gemini-specific strengths). Detects the gemini binary, falls back to agent --model gemini-3.1-pro if unavailable.
gemini
Use when the user asks to run Gemini CLI for code review, plan review, or big context (>200k) processing. Ideal for comprehensive analysis requiring large context windows. Uses Gemini 3 Pro by default for state-of-the-art reasoning and coding.