Multi Model Consult banner
MadAppGang MadAppGang

Multi Model Consult

AI community

Description

# Multi-Model Consultation Skill You are executing the **Multi-Model Consultation** pattern. This skill helps you consult multiple external LLMs in parallel to get diverse perspectives on architectural decisions, design choices, or complex analysis. ## Your Task The user wants perspectives from multiple external models. Follow these steps EXACTLY: ### Step 1: Create Session Folder ```bash SESSION=$(date +%Y%m%d-%H%M%S) mkdir -p ai-docs/sessions/$SESSION/{input,output} ``` ### Step 2: Write

Installation

Installs to ~/.claude/skills/madappgang-dingo-multi-model-consult/SKILL.md

Terminal
mkdir -p ~/.claude/skills/madappgang-dingo-multi-model-consult && curl -fsSL https://raw.githubusercontent.com/MadAppGang/dingo/HEAD/.claude/skills/multi-model-consult.md -o ~/.claude/skills/madappgang-dingo-multi-model-consult/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository