From consultant
Consults external AI models (default gpt-5.2-pro) via consultant agent for task advice; auto-gathers context, invokes CLI, relays responses in single-model mode.
How this skill is triggered — by the user, by Claude, or both
Slash command
/consultant:askThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Consult an external model about: $ARGUMENTS
Consult an external model about: $ARGUMENTS
Use the Task tool with subagent_type='consultant:consultant'. Pass the question/topic above as the consultant prompt.
Defaults:
gpt-5.2-pro (unless user specifies another, e.g., "use claude-opus-4-5-20251101 to...")The agent handles context gathering, CLI invocation, and response relay.
npx claudepluginhub doodledood/claude-code-plugins --plugin consultantRuns 3 AI models in parallel (gpt-5.2-pro, gemini-3-pro-preview, claude-opus-4-5-20251101) for diverse perspectives on code queries. Invoke via /ask-council or auto-activates.
Recommends Claude models (Haiku for exploration, Sonnet for implementation, Opus for decisions) via routing matrix for task types, subagents, and cost-quality tradeoffs.
Queries AI models via OpenRouter, Gemini, or OpenAI APIs for second opinions on code, architecture, strategy, or prompting. Supports consensus, single opinion, and devil's advocate modes.