aceternity-ui
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI…
Consult external AIs (Gemini 2.5 Pro, OpenAI Codex, Claude) for second opinions. Use for debugging failures, architectural decisions, security validation, or need fresh perspective with synthesis.
$ npx -y skills add secondsky/claude-skills --skill multi-ai-consultant --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/multi-ai-consultantContext preview
The summary Claude sees to decide when to auto-load this skill.
Consult external AIs (Gemini 2.5 Pro, OpenAI Codex, Claude) for second opinions. Use for debugging failures, architectural decisions, security validation, or need fresh perspective with synthesis.
name: multi-ai-consultant
description: Consult external AIs (Gemini 2.5 Pro, OpenAI Codex, Claude) for second opinions. Use for debugging failures, architectural decisions, security validation, or need fresh perspective with synthesis.
license: MIT
allowed-tools: [Bash, Read, Task, Write]
metadata:
version: 1.0.0
author: Claude Skills Maintainers
last-verified: 2025-11-07
production-tested: true
keywords:
- ai consultation
- second opinion
- gemini
- openai
- codex
- debugging
- architecture
- multi-ai
- synthesis
- fresh perspective
- stuck
- web research
- thinking mode
- repo-awareConsult external AIs for second opinions when Claude Code is stuck or making critical decisions.
---
This skill enables **future Claude Code sessions** to consult other AIs when:
**Key innovation**: Uses existing CLI tools (`gemini`, `codex`) instead of building MCP servers - much simpler and more maintainable.
---
Claude Code should **automatically suggest** using this skill when:
1. **After 1 failed debugging attempt**
2. **Before architectural decisions**
3. **Security changes**
4. **When uncertain**
User can explicitly request consultation with:
---
| AI | Tool | When to Use | Special Features | Cost | |----|------|-------------|------------------|------| | **Gemini 2.5 Pro** | `gemini` CLI | Web research, latest docs, thinking | Google Search, extended reasoning, grounding | ~$0.10-0.50 | | **OpenAI GPT-4** | `codex` CLI | Repo-aware analysis, code review | Auto-scans directory, OpenAI reasoning | ~$0.05-0.30 | | **Fresh Claude** | Task tool | Quick second opinion, budget-friendly | Same capabilities, fresh perspective | Free |
**For detailed AI comparison**: Load `references/ai-strengths.md` when choosing which AI to consult for specific use cases.
---
Claude Code encounters bug/decision
↓
Suggests consultation (or user requests)
↓
User approves
↓
Execute appropriate slash command
↓
CLI command calls external AI
↓
Parse response
↓
Synthesize: Claude's analysis + External AI's analysis
↓
Present 5-part comparison
↓
Ask permission to implementEvery consultation must follow this format (prevents parroting):
1. **🤖 My Analysis** - Claude's original reasoning and attempts 2. **💎/🔷/🔄 Other AI's Analysis** - External AI's complete response 3. **🔍 Key Differences** - Agreement, divergence, what each AI caught/missed 4. **⚡ Synthesis** - Combined perspective, root cause, trade-offs 5. **✅ Recommended Action** - Specific next steps with file paths/line numbers
**End with**: "Should I proceed with this approach?"
---
**For complete installation guide**: Load `references/setup-guide.md` when installing CLIs, configuring API keys, or setting up templates.
**Quick setup**: 1. **Install CLIs**: `bun add -g @google/generative-ai-cli` (Gemini), `bun add -g codex` (Codex, optional) 2. **Set API keys**: `export GEMINI_API_KEY="..."`, `export OPENAI_API_KEY="..."` 3. **Install skill**: Symlink to `~/.claude/skills/multi-ai-consultant` 4. **Copy templates**: `GEMINI.md`, `codex.md`, `.geminiignore` to project root 5. **Verify**: `gemini -p "test"`, `codex exec - --yolo`
Get API keys:
---
**For detailed examples**: Load `references/usage-examples.md` when learning consultation workflows or seeing real-world scenarios.
**Quick examples**:
**5 detailed examples available**: 1. JWT authentication bug (saved ~30 min, found platform-specific issue) 2. State management choice (informed decision with 2025 patterns) 3. Refactoring review (found 3 consistency issues) 4. Security validation (found 2 critical issues via OWASP 2025) 5. Multi-AI workflow (high-stakes database choice)
---
**For complete command reference**: Load `references/commands-reference.md` when needing detailed syntax, options, or cost tracking information.
**Quick command overview**:
145 production-ready skills for Claude Code CLI 🔌 Platform / Harness Support These plugins ship as Claude Code marketplace plugins (.claude-plugin/ manifests) and Codex CLI plugins (.codex-plugin/ manifests).
Repo: secondsky/claude-skills
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI…
Secure API authentication with JWT, OAuth 2.0, API keys. Use for authentication systems, third-party integrations, service-to-service communication, or…
Creates comprehensive API changelogs documenting breaking changes, deprecations, and migration strategies for API consumers. Use when managing API versions,…
Verifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact. Use when testing microservices communication,…
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs,…
Implements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when building production APIs, implementing…