How this skill is triggered — by the user, by Claude, or both
Slash command
/maestro:askThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the specified model bridge to answer a question.
Use the specified model bridge to answer a question.
/maestro:ask codex "Review this auth implementation for security issues"
/maestro:ask gemini "Is this mathematical approach correct for the parking simulation?"
codex-bridge or gemini-bridge)If the model is not specified or invalid, ask the user which model to use.
If both models' perspectives would be valuable, suggest running both and using the synthesizer agent to merge results.
npx claudepluginhub jbj338033/maestro --plugin maestroInvokes OpenAI Codex and Google Gemini CLIs via Bash for second opinions, code reviews, and alternative analysis. Useful when users request external AI verification or explicitly say 'ask codex' or 'ask gemini'.
Consults Google's Gemini model for second opinions on coding tasks like debugging tricky issues, evaluating architecture trade-offs, reviewing code, and brainstorming alternatives.
Consults external LLMs (OpenAI Codex, Google Gemini) via CLIs for second opinions on architecture, design decisions, model selection, and approach comparisons.