Get a second opinion from OpenAI's Codex CLI running locally. Use this skill when in Plan Mode for large or critical tasks, when stuck on a debugging dead end, when facing architecture trade-offs, for subtle edge cases in code review, or any situation where an independent perspective would add value. Also use when the user explicitly asks for a "second opinion", "another perspective", "cross-check this", "ask Codex", or "ask GPT". This is the DEFAULT second-opinion engine — Codex runs a completely different model architecture from Claude, so it catches blind spots Claude shares with itself. For a Gemini second opinion specifically, the user says "ask Gemini" (separate second-opinion-gemini skill); "ask both" runs this skill and that one, then synthesizes.
$npx -y skills add peterkrueck/claude-code-development-kit --skill second-opinionInstalls into the current project.
Run `npx skills use "https://github.com/peterkrueck/claude-code-development-kit" --skill "peterkrueck/claude-code-development-kit/second-opinion"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/peterkrueck/claude-code-development-kit" that are relevant to the current task. Run `npx skills add "https://github.com/peterkrueck/claude-code-development-kit"` and select the relevant skills, then follow their instructions.