Compare responses from multiple LLMs
/plugin marketplace add gopherguides/gopher-ai/plugin install gopherguides-llm-tools-plugins-llm-tools@gopherguides/gopher-ai<prompt>claude-opus-4-5-20251101# Compare Multiple LLMs **If `$ARGUMENTS` is empty or not provided:** Display usage information and ask for input: This command runs the same prompt through multiple LLMs and compares their responses. **Usage:** `/llm-compare <prompt>` **Examples:** | Command | Description | |---------|-------------| | `/llm-compare should I use microservices or monolith` | Architectural decision | | `/llm-compare review this error handling approach` | Code review comparison | | `/llm-compare what are the security risks here` | Security analysis | | `/llm-compare is this the idiomatic Go approach` | B...