Get Gemini CLI's opinion on code, architecture, or implementation. Use when you want a second AI perspective during coding sessions.
Gets Gemini CLI's opinion on code, architecture, or implementation for a second AI perspective.
/plugin marketplace add theflysurfer/claude-skills-marketplace/plugin install theflysurfer-claude-skills-marketplace@theflysurfer/claude-skills-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Get feedback from Google's Gemini CLI on code, architecture decisions, or implementation approaches.
npm install -g @google/gemini-cligemini once to login with Google accountgemini --versionThe user will ask something like:
gemini "Review this code and provide 3 specific improvements: $(cat <file_path>)"
gemini "<user's question about architecture or approach>"
gemini "Compare these two approaches and recommend which is better: Approach A: <desc> vs Approach B: <desc>"
Present Gemini's response clearly to the user. If Gemini suggests improvements, summarize them as actionable items.
User: "demande à gemini ce qu'il pense du semantic-skill-router.py"
gemini "Review this Python script for a semantic routing system. List 3 improvements for production use: $(cat scripts/semantic-skill-router.py)"
User: "ask gemini if I should use Redis or in-memory cache"
gemini "Compare Redis vs in-memory caching for a CLI tool that routes user prompts. Consider: startup time, complexity, persistence needs."
| Error | Cause | Fix |
|---|---|---|
gemini: command not found | CLI not installed | npm install -g @google/gemini-cli |
Authentication required | Not logged in | Run gemini interactively, login with Google |
| Response timeout | Large file or slow network | Reduce file size or retry |
Rate limit exceeded | Too many requests | Wait 1 minute, retry |
julien-workflow-advice-codex for multiple AI opinionsBash (usage: run gemini CLI command, timeout 60s)This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.