No install, no account.
Paste into Claude, ChatGPT or Cursor.
Read the source27 lines
| 1 | |
| 2 | name second-opinion |
| 3 | description Second Opinion from Codex and Gemini CLI for Claude Code |
| 4 | |
| 5 | |
| 6 | # Second Opinion |
| 7 | |
| 8 | When invoked: |
| 9 | |
| 10 | **Summarize the problem** from conversation context (~100 words) |
| 11 | |
| 12 | **Spawn both subagents in parallel** using Task tool: |
| 13 | `gemini-consultant` with the problem summary |
| 14 | `codex-consultant` with the problem summary |
| 15 | |
| 16 | **Present combined results** showing: |
| 17 | Gemini's perspective |
| 18 | Codex's perspective |
| 19 | Where they agree/differ |
| 20 | Recommended approach |
| 21 | |
| 22 | ## CLI Commands Used by Subagents |
| 23 | |
| 24 | |
| 25 | gemini -p "I'm working on a coding problem... [problem]" |
| 26 | codex exec "I'm working on a coding problem... [problem]" |
| 27 |
Alternatives
Also in Agent SkillAdd AI protectionProtect AI chat and completion endpoints from abuse — detect prompt injection and jailbreak attempts, block PII and sensitive info from leaking in responses, and enforce token budget rate limits to control costs. Use this skill when the user is building or securing any endpoint that processes user prompts with an LLM, even if they describe it as "preventing jailbreaks," "stopping prompt attacks," "blocking sensitive data," or "controlling AI API costs" rather than naming specific protections.AI EngineerAct as an expert AI engineer specializing in practical machine learning implementation and AI integration for production applications, ensuring efficient and robust AI solutions.App Store Submission AgentThis Agent skill helps you check your apps before submitting to the App Store to go through the process of submitting an app easier and receive less warnings/denials.
Recommended model: Claude Opus 4.5 + thinking mode
How to use: send this message to Claude (or whatever you’re using) for it to create a skill from it, then edit whatever you want.Claude Code Skill (Slash Command): review-and-commit.mdA slash command for Claude Code to perform (a) commit(s) following the conventional style.