ai-consultation
Provides AI consultation workflows, prompt templates, and best practices for multi-model consultation. Use when user asks for "second opinion", "ask codex", "ask gemini", "AI code review", "external AI consultation", or needs prompt templates for code review, security audit, or architecture analysis.
npx skills add majiayu000/claude-skill-registry --skill ai-consultation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AI Consultation Skill Methodology and templates for effective AI consultation workflows with external AI tools like Codex and Gemini. ## When to Use - Getting second opinions from Codex or Gemini CLI - Code review consultations - Architecture decision validation - Security audits with multiple AI perspectives - Debugging with alternative diagnostic approaches - Performance reviews needing fresh insights ## Consultation Types 1. **Code Review / Quality Check** - Focus on quality, security, performance, best practices 2. **Architecture / Design Opinion** - Focus on structure, patterns, scalability, tradeoffs 3. **Debugging / Root Cause Analysis** - Focus on finding causes, suggesting diagnostics 4. **Security Audit** - Focus on vulnerabilities, OWASP, auth, data exposure 5. **Performance Review** - Focus on bottlenecks, algorithms, optimization opportunities ## Key Principles ### Safety First - Always use sandbox/read-only mode for consultations - External AI tools should not modify files - Get user confirmation before any write operations ### Critical Thinking - Never accept AI suggestions blindly - Compare external AI perspective with your own analysis - Validate recommendations
- When to Use
- Consultation Types
- Key Principles
- Safety First
- Critical Thinking
- Effective Prompts
- Resources
- Quick Start
- Basic Consultation Flow
- Example Prompt Structure
- Output Format
- Executive Summary
- AI's Findings
- Your Analysis
What does the ai-consultation skill do?
Provides AI consultation workflows, prompt templates, and best practices for multi-model consultation. Use when user asks for "second opinion", "ask codex", "ask gemini", "AI code review", "external AI consultation", or needs prompt templates for code review, security audit, or architecture analysis.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill ai-consultation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
