npx claudepluginhub jbj338033/maestro --plugin maestroThis skill uses the workspace's default tool permissions.
Use the specified model bridge to answer a question.
Invokes 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'.
Invokes OpenAI Codex and Google Gemini CLIs for adversarial code reviews, tie-breaking, and multi-model consensus on critical decisions like security and architecture.
Consults Google's Gemini model for second opinions on coding tasks like debugging tricky issues, evaluating architecture trade-offs, reviewing code, and brainstorming alternatives.
Share bugs, ideas, or general feedback.
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.